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...
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...
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...
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 2 is an article through which you can know about the Data Handler classes that has Connection, Command and DataAdapter objects. This article also gives you a brief explanation about configuring the...
The main highlight of this tutorial is about the usage of classic COM components in .NET code and .NET components in classic COM components. The author starts with the process of writing and compiling the managed code and then creating a type...
.NET Anatomy: Creating Templated DataGrid Controls Using Visual Studio .NET : Part 1 is an article which shows the step-by-step process of creating templated controls. Datagrid control is a templated web server control which integrates with...
This is an online article which gives more details to the users about how Classic COM and the .NET framework can coexist in a same application. The main summary focusses about how Classic COM could be used in the .NET. The article clearly explains...
ASP.NET & Databases : Part 1 is an ASP.NET tutorial in which the author gives elaborate description about how to manage providers and method of viewing data from the database. This tutorial gives decsription about the processing of OleDb and... |