Why use Stored Procedures? is an article which discusses about the advantages and disadvantages of the stored procedures. Some of the advantages of using the stored procedure are speeds up the execution, easy to learn and use, easily find out the err
Website Messenger Part 1 : Design is an useful article for the beginners. In this first part of the article you will come to know how website messaging system can be designed and how to create a messaging system. The author shows the design with a ne
This is an useful article for the programmers to compare the features of Visual Basic.NET and C#. C# supports XML comment while VB.NET do not. One key feature of VB.NET is that you can use optional parameters but it is not possible in C#. This articl
Validation in ASP.NET is an ASP.NET article through which programmers can gain knowledge about validator control, which is used for validating the form fields. Here the author offers procedure and the source code for utilizing this validator control
This is a tutorial in which you can get information about the various interfaces of ASP.NET. OleDB and SQL data providers in ASP.NET has been derived from the four interfaces such as IDBCommand, IDBConnection, IDBDataAdapter and IDataReader. You can
In this article the author briefly explains you about the method of processing the web request in ASP.NET. The author clearly shows how the web request is processed by the HTTPRuntime, HTTPApplication, HTTPModule and HTTPHandler with a diagram. The a
The Ins and Outs of DataViews is an ASP.NET tutorial in which the author gives details about the dataview which helps in viewing the data in the datatable. Here the author explains the procedure for creating the data view and the method of utilizing
This tutorial can be used for referring and for collecting the details about web services. If the users want to make subscription for web services this article shows different methods: they are, simple DB authentication, time based DB authentication,
In this tutorial the author discusses about GDI graphics. This tutorial explains about GDI+ and its uses and details on using the same for drawing simple shapes such as circle squares etc., The author provides step-by-step procedures that have to be
This article comes like an overview to the security with ASP.NET. This tutorial covers on all fundamental functionalities of ASP.NET for security purposes. This article also explains about the functions of ASP.NET in authentication by providing appro |