Introduction: In this article,i am going to explain about,what are the new language enhancements/evoluations in c# 3.0. Main: The Main goals on c# 3.0 are, 1.Integrate objects, relational data, and XML 2.Increase conciseness of language 3.Add functional programming constructs 4.Don’t tie language to specific APIs 5.Remain 100% backwards compatible Language Enhancements:- 1.Local Variable Type Inference [...]
Category Archives: C#
Need of Delegates,how delegate works Asp.Net C#
Posted by on October 11, 2010
0 comments
Introduction: In this article,i am trying to explain what is delegates,and when/where we need to use delegates. Main: Delegates helps us to pass methods into another methods in parallel manner,delegates and classes are allmost same, When you want to use a class in C#, you do so in two stages. First, you need to define [...]