In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is....
Creating a flexible Web application is more than just putting together a bunch of ASPX pages. Learn the top 10 things to do to make an ASP.NET application sizzle! See demonstrated techniques such as: configuration management, creating a base page class, and creating a data-driven menu system. See how to benefit from User Controls and effective exception management. Learn how optimizing your architecture will increase your code reuse from one ASP.NET application to another, and how it will reduce your development time! See how this worked in the real world at a major insurance company's Web site.... Tags: menu, development, make, code, creating, application, page, world, configuration, real, reduce, base, increase, top, insurance,
This guide presents a practical, scenario driven approach to designing and building secure ASP.NET applications for Windows 2000 and version 1.0 of the .NET Framework. It focuses on the key elements of authentication, authorization and secure communication within and across the tiers of distributed .NET Web applications....
Learn how the team that built the infamous .NET PetShop applied the high-performance ASP.NET strategy to a real customer. See how their ColdFusion site was ported to a new site based on the architecture ideas from PetShop on Windows Server 2003. Get the top 10 list of performance, security and deployment tricks learned on the way. Bonus: free tools with source to help you manage your .NET deployments!...
ASP.NET is a managed framework that facilitates building server-side applications based on HTTP, HTML, XML and SOAP. To .NET developers, ASP.NET is a platform that provides one-stop shopping for all application development that requires the processing of HTTP requests....
This session will give you the opportunity to learn the basics of building mobile web applications with ASP.NET Mobile Controls. See how the control model and drag and drop designer make it easy to target nearly 200 devices (cell phones, PDAs and pagers) from a single mobile web form. Find out what the adaptive rendering and rich customization and extensibility models can do for your mobile web applications.... Tags: web, control, easy, make, mobile, learn, designer, model, models, applications, drop, for, draganddrop, building, out, session,
Wise ASP - What is Active Server Pages.net ? is a reference guide which gives information regarding ASP.NET. This article describes about the web forms, usage of web controls, description about data binding, functions of ASP.NET caching, page events, functions with debugging and tracing, about configuration, advantages of ASP.NET and more....
Learn about the basics of building mobile Web applications with ASP.NET Mobile Controls. See how the control model and drag and drop designer make it easy to target nearly 200 devices (cell phones, PDAs and pagers) from a single mobile Web form. Find out what the adaptive rendering and rich customization and extensibility models can do for your mobile Web applications....
Consider the perceived risks of migrations that tend to cloud the benefits of new technologies from a business perspective, making it difficult to justify technology migrations to the decision makers in an enterprise. See how these risks can be identified, planned for ahead of time and evaluated against cost, time to market, and other business factors so that the project planner can have a solid handle on the bottom line of a project. See examples from a real-world commercial application and look at each of the business and technological factors that needed to be addressed when migrating an ASP application to ASP.NET on the soon to be released Windows Server 2003....
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application....
This is an article that elaborately discusses about making up the prorammability architecture on IIS. The author describes each and every detail including the functions of ASP, ISAPI, CGI and HTML in developing a programmability architecture on IIS. Even a layman can understand the authors concept since it is clearly explained....
Learn about the contracts that XML Web services describe between systems using standard XML technologies (XML, XSD, WSDL, and SOAP), and dig into exactly how XML Web services are implemented in ASP.NET. Burrow through the layers and understand the complexities of the SOAP protocol, and see how the .NET Framework insulates us from those complexities. Examine the business ramifications of XML Web services, as well as sniff the network to explore actual Web services on the wire. This session is for both the savvy business person and the technical person. Explore new ways to think about enabling your business on the Web, and explore directories and command-line tools you didn't know existed. Hear how Web services enabled communication between internal systems at a top 10 U.S. financial institution. Leave understanding the benefits of XML Web services for your business, having a much deeper understanding about the philosophy and reasoning behind XML Web services, and the tips and tools requ...
Visual Studio .NET and the Windows Server System provide the best platform for extending the reach and life of existing legacy systems running on AS/400s and Mainframes. See why .NET is the best tool available for breathing new life into legacy systems by exposing them as Web services, building smart client applications that integrate with them, and extending their reach to the Web using ASP.NET. Take a look at options for migrating your existing COBOL source code to the .NET Framework. See how a real-world scenario from a major investment banking and brokerage firm....
The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator....
Some ADO.NET sessions focus on the object model and .NET Framework classes and not on specific data access tasks that ADO.NET can solve. This session assumes you're somewhat familiar with the ADO.NET object model and want to see how to address the common tasks your application is likely to perform. Focus on getting connected in an ASP and Windows application, how to setup and run ad hoc queries as well as parameter-driven stored procedures, with and without returned parameters. See how to bind to DataReaders and DataSets and when it makes sense to use each. See how to fill and bind to a ListBox and a DataGrid and how to update the data, even when the query is the result of a complex join....
Learn about: Role of the HttpRuntime; What is the HttpRuntime; Drill-down; HttpContext; HttpHandler; Application Events; Global.asax; HttpModule and Hosting the HttpRuntime. Source code included....
The CLR provides a security model which is layered on top of that provided by the underlying operating system. It acts as another "hurdle" one must cross in order to access various resources and services....