ASP.NET development best practices
New & Notable
ASP.NET development best practices Get Started
Bring yourself up to speed with our introductory content
-
static IP address
A static IP address is a 32 bit number that is assigned to a computer to be its address on the internet. Continue Reading
-
browser
A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web. Continue Reading
-
domain name
A domain name locates an organization or other entity on the Internet. For example, the domain name "www.totalbaseball.com" locates an Internet address for "totalbaseball.com" at Internet point 199.0.0.2 and a particular host server named "www." Continue Reading
Problem Solve ASP.NET development best practices Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
Static methods are a code smell
Static methods work best as only utility methods. Learn what constitutes a code smell and how to best avoid these potential issues. Continue Reading
-
Localization practices for .NET 2.0: It's still about the architecture
Michele Leroux Bustamante shows you how to architect an application in the .NET Framework 2.0 to allow for localization of resources and text. The article discusses how to make use of external resources and satellite assemblies as well as the affect... Continue Reading
-
Creating custom ASP.NET 2.0 profile providers
In this article, Shawn Wildermuth shows how profile providers are used to enable ASP.NET 2.0 applications to maintain user profile information on web site visitors as well as how to implement your own searchable custom profile provider. Continue Reading