Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > C-Sharp > About C-Sharp
Anonymous methods in C# 2.0        
Total Hits: 115  |  Today: 0 Author: omerkamal       Rating:  
Read Reviews | Write Review |   Your Rating: 

Event handlers and other callbacks are often invoked exclusively through delegates and never directly. Even so, it has thus far been necessary to place the code of event handlers and callbacks in distinct methods to which delegates are explictly created. In contrast, anonymous methods allow the code associated with a delegate to be written “in-line” where the delegate is used, conveniently tying the code directly to the delegate instance. Besides this convenience, anonymous methods have shared access to the local state of the containing function member. To achieve the same state sharing using named methods requires “lifting” local variables ..


What's New at DevASP.Net
09/08  CodeTextBox - another RichTextBox..
09/08  Windows XP: Make Your Components ..
09/08  Getting the Text of a Window in A..
09/08  Whistler: Build More Flexible Con..
09/08  Escape from DLL Hell with Custom ..
09/08  Typename, Disabling Keys in Windo..
09/08  Make Your WPF Apps Power-Aware
09/08  ASP.NET Data Shaping
09/08  Establishing Relationships Betwee..
09/08  Understanding Templates in ASP.NE..
09/08  DataList vs. DataGrid in ASP.NET
09/08  Building a DataNavigator Control
09/08  Building a Tiered Web App Using t..
09/08  Code Your Way to ASP.NET Excellen..
09/08  Creating a Multi-table DataGrid i..
09/08  Tailor Your DataGrid Apps Using T..
09/08  Nested Grids for Hierarchical Dat..
09/08  Extend the ASP.NET DataGrid with ..
09/08  Client-side Paging for DataGrids
09/08  Page Ready State, DataGrid Row De..
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net