Categories: Asp.Net

FileUpload Control in ASP.NET

This article explains about how to save files to any folder on the disk by using FileUpload control in Asp.Net.

Categories: Asp.Net

Understanding View State in ASP.NET

This article discuss about view state in asp.net, advantages and disadvantages of view state in asp.net and how to disable the view state in asp.net.

Categories: C#.Net

Abstract Classes in C#.Net

This article discuss about what is meant by abstract class in C#, advantages of abstract classes and limitations of abstract classes in C#

Categories: C#.Net

Implicit Conversion in C#

This article discuss about implicit conversion and type casting in C#.Net.

Categories: C#.Net

Differences between Interfaces and Abstract Classes in C#.Net

This article discuss about differences between Interface and Abstract class in C#.Net. It also explains when to use Interface and when to use abstract class.

Categories: SQL Server

About Stored Procedures in Microsoft SQL Server

This discuss about what is stored procedure, different type of stored procedures, difference between stored procedures and user defined functions in Microsoft SQL Server.