The .NET Framework class library is a library of classes, interfaces, and value types that are included in the Microsoft .NET Framework SDK. This library provides access to system functionality and is designed to be the foundation...
Visual Web Developer 2008 Express Edition has officially shipped, and is now available for immediate download. Here is a quick summary of some of the great new capabilities in this release.
Introduction ASP.NET provides a set of web controls called validation controls that are used to validate HTML forms. This article discusses various types of validation controls available with code samples. What are validation controls? Most...
Introduction This Q.A. series provides you with reference as well as examples of using ASP+ web controls. At the end of the series you will find a ZIP file for download which contains sample ASP+ pages. This Q.A mainly focuses on non-data...
Introduction ASP.NET provides a true language-neutral execution framework for Web applications to use. This provides language independence as long as the language is supported by NGWS framework. This means weather you use C#, VB,...
Introduction In some cases you need to execute some external application from your own application. The common candidates for such task are: Running BCP in SQL Server Running batch scripts that automate...