Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

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


A coding standard is a set of guidelines, rules and regulations on how to write code which will help programmers/developer quickly read and understand source code conforming to the style as well as helping to avoid introducing faults and misunderstanding. Coding standards are important because they provide greater consistency and uniformity in writing code between programmers. This ultimately leads to the code that is easier to understand and maintain which reduces the overall cost of the project.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Accessing the controls and methods of a MasterPage
Accessing the controls and methods of a MasterPage
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:
Connect to MySQL from ASP.NET
Connect to MySQL from ASP.NET
Tutorial explaining how to connect to MySQL from ASP.NET.
Category: ASP.NET tutorials - Difficulty:
How to call or consume a Web Service in your Asp.Net Program
How to call or consume a Web Service in your Asp.Net Program
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:
The Application and HTTP Modules
The Application and HTTP Modules
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:
AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
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: