This web based turorial shows you the syntax for using the HttpCacheValidateHandler delegate in C#, VB and C++. The author explains you the use of the HttpCacheValidateHandler Delegate with an example program in VB and C#. You can also know the use o
This web based tutorial expains you about the ASP.NET EndEventHandler delegate. In this tutorial the author gives you the syntax for using this delegate in C#, C++ and VB. The author also explains you the parameters of this delegate function. This tu
This article is helpful for the dotnet users which instructs them about the usage of delegates in dotnet. The author has given structure for both simple delegate and multicast delegate in a console application. Users can run the given code snippets o
ResourcePool.Delegate is a tutorial which helps you to know the use of the TransactionEndDelegate of the ResourcePool class. TransactionEndDelegate method handles the ending of a transaction and you can see the syntax for these method in this tutoria
This article is helpful for the C Sharp programmers and for the beginners which instructs them slowly and simply about how to use delegate class in C sharp. For easy reference the author has provided example source file in this article. The author sa
This article is helpful for the programmers and for the VB.NET developers which helps them to know more about the features of delegate class in Visual Basic.NET. The author says delegates will make an integrate part of the .NET framework and it offer
This tutorial is for the .NET learners which instructs them about an important topic called what is delegate and events and briefly explains why should they use them. What is the main activity of delegates and events in User Interface interaction and
Invoking Methods Asynchronously using Delegates is an article in which the author shows you how delegates can be used to call the methods aschronously. The two methods of the Delegate object such as BeginInvoke and EndInvoke are used to perform this
Multithreading in .NET is a web based tutorial through which the users learn about the three ways of providing multithreading facility in .NET framework. The author offers details about simple threading process which uses delegate objects and thread
C# Programming Language Future Features is an article which gives you some explanation about the four new features that will be introduced in C#. These features are generics, iterators, anonymous methods, and partial types. An iterator is a language |