■ LINQ is a uniform programming model for any kind of data. LINQ enables you to query and manipulate data with a consistent model that is independent from data sources. ■ LINQ is just another tool for embedding SQL queries into code. ■ LINQ is yet another data abstraction layer.
Clr - Common Language Runtime
.Net framework provides a run time environment - CLR. Common language runtime takes the IL code from the compiler( language specific) and provide to …Read More
.Net Framework overview
Hello friends : Here i am writing my first article on .Net framework anyways....So the question is What is .Net Framework ?
The .Net framework is a …Read More
Strong Vs Weak References
Strong Reference - As long as if application refers to the object. GC will not collect those objects. Those objects we say are strong reference…Read More
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
0 comments:
Post a Comment