We are now at the next stage of Active Server Pages development. ASP.NET takes Active Server Pages and rapid web application development to a whole new level. All of the benefits provided by Active Server Pages to web development have been expanded upon and improved. Many of the inherent hurdles and barriers that caused struggles and difficulties for web developers in earlier versions of ASP have been lowered or eliminated altogether.
This serie of articles explains the membership provider system in ASP.NET 2.0, how to make it work against SQL Server 2000, how to tweak the CreateUserWizard to require email verification when new accounts are created etc. As of this moment there are 6 articles, all with explaining sourcecode.
In this tutorial you will learn about ASP.NET 2.0 Security, The Security Architecture of ASP.NET 2.0, The security infrastructure and subsystem relationships of the ASP.NET and the sequence of events that occur when a authentication is sought.
ASP.NET provides extensive tracing and debugging capabilities, an area that has been neglected for web developers in the past. With its new compilation model, debugging a page becomes as natural as debugging any other application.
ASP.NET 2.0 Free Tutorials : DataBound Controls - Details View - In this tutorial you will learn DetailView DataBound Control, To create a file system Web site, Connecting to SQL Server, Use a Drop-Down List as the Master and To test the drop-down list. The DetailsView is a control that is complementary to the GridView control. It has been introduced in ASP.NET 2.0 to provide an ability to work with a single record or row from an associated data source.
VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files - In this tutorial you will learn about Access and Manipulate Data, Working with Disk Files, Browsing for Files, Streams and Backing Stores, Using the FileStream Class, Using the StreamReader and StreamWriter Classes, Using the BinaryReader and BinaryWriter Classes.
A common task in N-tier .NET web application development involves compiling components. You can compile components in several different ways, from using commands executed at the DOS command prompt to using methods available through the Visual Studio .NET Integrated Development Environment. This tutorial provides detailed steps for using each of these methods. The first method is for those who only have the .NET Framework installed and are comfortable with working from the command prompt. The second method also involves working from the command prompt but employs special tools installed with the installation of Visual Studio .NET. In the third method, you'll be introduced to compiling components using the visual interface of Visual Studio .NET. Whether or not you have Visual Studio .NET installed, you'll find the steps for compiling your components here.
This tutorial explains about Accessing Data with C# with an Overview of ADO.NET, Connecting to Data , Executing Commands , Working with Data and Choosing an ADO.NET Provider along with the Project files used in this.
VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applications In this tutorial you will learn about Creating Multiple Document Interface (MDI) Applications. In most real time applications we often find that multiple windows open within another window. This kind of need is satisfied by implementing Multiple Document Interface (MDI) Applications. You can create a class and designate it as a MDI window by setting its IsMDIContainer Property as true. Set the value for WindowState as maximized.
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.