Click here to Skip to main content
15,867,594 members
Everything / MSDN

MSDN

MSDN

Great Reads

by ASP.NET Community
It seems we can LINQ to everything these days.  Here's some resources that will get you started using LINQ with XML.Introduction.NET
by Stacy Vicknair
If you have an MSDN account and, like me, systematically claim keys just as well as you systematically forget which keys you’ve used in which test environments!
by ASP.NET Community
ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put
by ASP.NET Community
So many aspects of ASP.NET are configurable it can be overwhelming. Things really get interesting when you start adding configuration options for

Latest Articles

by ASP.NET Community
The IDisposable pattern isn't one of the a classic patterns. It's a pattern suggested in MSDN to implement the IDisposable interface. You should be
by ASP.NET Community
System.Web.MobileThe System.Web.Mobile namespace provides various classes to support mobile Web application development with ASP.NET. The following
by ASP.NET Community
Tracing is a feature that helps you trace and monitor the execution of your Web pages. The following links explain more about this feature: Tracing
by ASP.NET Community
The RequiredFieldValidator control is used to ensures that a input field is not skiped inthe entry. The control fails validation if the value it

All Articles

Sort by Title

MSDN 

11 Oct 2013 by ASP.NET Community
Tracing is a feature that helps you trace and monitor the execution of your Web pages. The following links explain more about this feature: Tracing
11 Oct 2013 by ASP.NET Community
Code Access Security is one of the least-understood but most valuable aspects of the .NET Framework.WebcastsMSDN Webcast: Using Code Access
11 Oct 2013 by ASP.NET Community
So many aspects of ASP.NET are configurable it can be overwhelming. Things really get interesting when you start adding configuration options for
11 Oct 2013 by ASP.NET Community
At A large part of security in any web application is keeping your secrets secret.  Cryptography makes that
11 Oct 2013 by ASP.NET Community
The IDisposable pattern isn't one of the a classic patterns. It's a pattern suggested in MSDN to implement the IDisposable interface. You should be
11 Oct 2013 by ASP.NET Community
It seems we can LINQ to everything these days.  Here's some resources that will get you started using LINQ with XML.Introduction.NET
11 Oct 2013 by ASP.NET Community
System.Web.MobileThe System.Web.Mobile namespace provides various classes to support mobile Web application development with ASP.NET. The following
11 Oct 2013 by ASP.NET Community
Start with the ObjectDataSource Control Overview at MSDN then move on to Using Parameters with the ObjectDataSourceControl.ObjectDataSource
11 Oct 2013 by ASP.NET Community
The RequiredFieldValidator control is used to ensures that a input field is not skiped inthe entry. The control fails validation if the value it
11 Oct 2013 by ASP.NET Community
ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put