Jumping into ASP.NET Part 2: Creating the Data Storage Layer with SQL Server 2000 is an useful article for the beginners. This article shows how to create a data base and data storage. Data storage layer creation has been done using SQL Server...
All You Need To Know About ADO.NET: Part 1/2 is an article which discusses about the database access methods. In this the author gives you some information about the RDO, ADO and ADO.NET mechanism which is used for retrieving data. ADO.NET is...
A Fast Track Guide to ASP.NET - Chapter 1 is a tutorial which teaches you about the how to, install and test ASP.NET software and build web pages using ASP.NET. In this tutorial the author also shows you the difference between classic ASP and...
ADO.NET (part 1) is a tutorial which clearly presents you the ADO.NET architecture with diagram. ADO.NET has two sets of derived classes which are used to work with either an OLE DB Provider or with SQL Server directly. This tutorial briefly...
Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also discusses about various...
Cryptography in .NET (part 1) is a web based tutorial in which the author details about symmetric algorithm, which helps in securing the users password. Here the author offers characteristics of symmetric based encryption and the method of...
Choosing Data Containers for .NET, Part 1 is an useful article for the .NET programmers to learn about data reader which acts as a baseline to perform tests on various container. The author gives details about several data container such as...
Integrating XML into ASP.Net Web Sites is an easy to learn tutorial through which programmers can get an idea about implementing XML into website for retrieving the latest information about XML new documents which help in data transfer. The author...
Peek into ASP.NET is a reference guide which describes the new version of ASP.NET. This article is very useful and it describes some new features such as master pages, themes, skins, membership APIs, personalization features and web parts and...
Using Forms Authentication in ASP.NET - Part 2 is an ASP.NET tutorial in which author discusses about the method of constructing form authentication for validating the visitors username and the password. Here the author explains each and every... |