Welcome to the ASP.NET Developer Wiki. Try it out, subscribe to the RSS feeds, browse the Table of Contents, leave comments, and provide us feedback in the Site Feedback Forum.
Before submitting edits and new articles, please review the contributor guide. Thanks and enjoy!
Write a New Post More Wiki Search Options
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
More >>
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).
(last 30 days)