Great LINQ To Sql Tutorial Series From ScottGus Blog
Short Description
We’ll revisit our data model in Step 5 of this tutorial below when we add some …… This pdf document is a compilation of ‘Using LINQ to SQL’ tutorial …
Website: it-box.blogturk.net | Filesize: 8227kb
No of Page(s): 118
Content
USING LINQ
TO SQL
By
Scott Guthrie
Great ‘LINQ To Sql’ Tutorial Series From
ScottGu’s Blog
Compilation By Kadir Pekel
http://it-box.blogturk.netPart 1 - Introduction
Over the last few months I wrote a series of blog posts that covered some of the new language
features that are coming with the Visual Studio and .NET Framework “Orcas” release. Here
are pointers to the posts in my series:
. Automatic Properties, Object Initializer and Collection Initializers
. Extension Methods
. Lambda Expressions
. Query Syntax
. Anonymous Types
The above language features help make querying data a first class programming concept. We
call this overall querying programming model “LINQ” - which stands for .NET Language
Integrated Query.
Developers can use LINQ with any data source. They can express efficient query behavior in
their programming language of choice, optionally transform/shape data query results into
whatever format they want, and then easily manipulate the results. LINQ-enabled languages
can provide full type-safety and compile-time checking of query expressions, and
development tools can provide full intellisense, debugging, and rich refactoring support when
writing LINQ code.
LINQ supports a very rich extensibility model that facilitates the creation of very efficient
domain-specific operators for data sources. The “Orcas” version of the .NET Framework
ships with built-in libraries…
Get the file Download here
Related Books:Related Searches: lambda expressions, query expressions, scott guthrie, query behavior, shape data
Comments
Leave a Reply