ASP.NET Developer Wiki

Popular Wiki Articles

Latest Wiki Articles and Revisions

SqlBulkCopy with C#.Net

The simplest way to copy lots of data from any resources to SQL Server is BulkCopying. .NET Framework 2.0 contains a class in ADO.NET "System.Data.SqlClient" namespace: SqlBulkCopy. The bulk copy operation usually has two separated phases. In the

Custom Error messages using Global.asax and Membership model

Scenario: Using ASP.NET membership model to display custom error messages to General users of a website. Send an email to a Webmaster with all the details of such an exception. Also in development environment only detailed exceptions are to be displayed and

Design Patterns

Design Patterns Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups

ASP.NET Session States in SQLServer for multiuser and loadbalancing solution

This topic is for those who want to manage multi server websites and load balancing. Prerequisites: IIS 6.0 or higher .NET Framework 2.0, 3.5 VS 2008, 2005 ASP.NET 2.0 or higher How To in WinXP Professional? In SQL Server management consol Open filefrom path"C

Send asynchronous mail using asp.net

Sending e-mail is an important and common feature in ASP.Net (through thesystem.net.mail namespace). In this article,I willshow howto send asynchronous mail,which is used, for example, to sendbulke-mail. ASP.Netincludes the feature of asynchronous mail. Followingisan

Wiki Statistics

94 users have contributed to 269 articles with 948 edits and 661 comments.
In the past 24 hours, we have 0 new articles(s) and 2 new revisions(s).

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. mbanavige (14)
  2. codehard (3)
  3. Babunareshnarra (2)
  4. Dungimon (1)
  5. cabhilash (1)
Microsoft Communities