Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Importance of Coding Standards for .NET Development - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Importance of Coding Standards for .NET Development tutorial description
| Added on | 17.09.2008 |
| Total clicks | 28 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Importance of Coding Standards for .NET Development
More cool ASP.NET tutorials:

If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms.
Category: ASP.NET tutorials - Difficulty: 


Tutorial explaining how to connect to MySQL from ASP.NET.
Category: ASP.NET tutorials - Difficulty: 


Ever heard of a Web service. It is much easier that you think. Find out here. We will also show you how to create one.
Category: ASP.NET tutorials - Difficulty: 


This tutorial covers working with application state and application-wide events within your ASP.NET application. In normal desktop applications, the notion of a global meeting place for various parts of an application is well-understood. For example, MFC, a C++ class library supporting low-level Windows development, includes a class named CWinApp that holds state useful throughout the program. This state includes such items as a handle to the current instance of the application, a handle to the main window, and the parameters that were passed in when the application started. The CWinApp class also runs the message loop—something that can be done only within the global scope of a Windows application. A running Windows application contains one and only one instance of the CWinApp class, and it's perennially available from anywhere within the application.
Category: ASP.NET tutorials - Difficulty: 


The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features using AJAX with ASP.NET
Category: ASP.NET tutorials - Difficulty: 



