Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Gate to Delegates in VB.NET - ASP.NET tutorial


This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
Category: ASP.NET tutorials - Difficulty:

Added on16.02.2008
Total clicks29
Tutorial Rating0
Tutorial Difficulty0

More cool ASP.NET tutorials:



Get Detailed Information About Your Site Visitors In Real Time using ASP.NET
Get Detailed Information About Your Site Visitors In Real Time using ASP.NET
Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
Category: ASP.NET tutorials - Difficulty:
add links to a gridview to send parameters to another page
add links to a gridview to send parameters to another page
ever wondered how to add link to a grid view to take you to another page with full details of the selected record ? here is very cool tutorial
Category: ASP.NET tutorials - Difficulty:
Design Patterns in C# and VB.NET - Gang of Four (GOF)
Design Patterns in C# and VB.NET - Gang of Four (GOF)
Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges.
Category: ASP.NET tutorials - Difficulty:
ASP.NET Developers and Search Engine Optimization (SEO)
ASP.NET Developers and Search Engine Optimization (SEO)
If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is to make your ASP.NET application as friendly as possible for spiders, and the specific spider we're talking about is Google.
Category: ASP.NET tutorials - Difficulty:
Session State
Session State
This tutorial covers managing session state within your ASP.NET application. Programming Web applications requires you to be very mindful of how the state of your application is distributed at any moment. One of the most important types of state in a Web application is session state—the state associated with a single particular session. Because Web applications are distributed by nature, keeping track of any single client has to be done deliberately
Category: ASP.NET tutorials - Difficulty: