Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
LINQ
Items 1 to 10 of 10
LINQ Lycanthropy: Transformations into LINQ
LINQ is one of the few technologies that you can start to use without a lot of preliminary learning. Also, it lends itself to learning by trying out examples. With Michael Sorens' help, you can watch as your conventional C# code changes to ravenous LINQ before your very eyes.
Read more...
By
Additional Articles
2011/01/21
|
Source:
SimpleTalk
|
Category:
linq
Rating:
Rate this
|
Briefcase
|
3,159 reads
Precompiling LINQ Queries
Did you know that by precompiling LINQ queries you might actually be degrading your app’s performance if you’re not careful? Julie Lerman explains how to ensure you’re not re-precompiling queries each time and losing the expected performance benefits across post-backs, short-lived service operations and other code where critical instances are going out of scope.
Read more...
By
Additional Articles
2010/05/18
|
Source:
MSDN Communities
|
Category:
linq
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,930 reads
PLINQ
Read more...
By
Noel McKinney
2009/11/06
|
Category:
.net
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,258 reads
Murach’s ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008
Read a sample chapter from this new book about C# and LINQ from Murach.
Read more...
By
Site Owners
2009/08/11
|
Source:
SQLServerCentral.com
|
Category:
book reviews
Rating:
|
Discuss
|
Briefcase
|
2,003 reads
LINQ - SQL Server 2008
Read more...
By
VM-723206
2009/06/19
|
Category:
linq
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,991 reads
Reading XML documents using LINQ to XML
As XML has become a popular means to store data for ease of interoperability, how do we use LINQ to query XML data?
Read more...
By
Additional Articles
2008/07/09
|
Source:
MSSQLTips.com
|
Category:
linq
Rating:
Rate this
|
Briefcase
|
2,597 reads
Entity Framework: The Cribsheet
Prasanna Amirthalingam provides an overview of Entity Framework and how it can be used. He shows that it can provide an excellent interface between the Object-oriented model and the relational. The Entity Framework allows developers to work with data in the form objects and properties without having to concern themselves directly with either the stored procedures or functions of the defined interface, or the the underlying database tables and columns where this data is stored.
Read more...
By
Additional Articles
2008/06/11
|
Source:
SimpleTalk
|
Category:
linq
Rating:
Rate this
|
Briefcase
|
2,193 reads
Introduction to Language Integrated Query (LINQ)
Language-Integrated Query (LINQ) is a groundbreaking innovation in Visual Studio 2008 and the .NET Framework version 3.5 that bridges the gap between the world of objects and the world of data. As LINQ is part of the development enhancements in SQL Server 2008, how can I have an understanding of how it works and how I can use it in other areas of administration, not just SQL Server?
Read more...
By
Additional Articles
2008/06/05
|
Source:
MSSQLTips.com
|
Category:
linq
Rating:
Rate this
|
Briefcase
|
5,929 reads
Testing SQL Stored Procedures Using LINQ
The need to test a program that accesses and manipulates a back-end SQL Server® database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system.
Read more...
By
Additional Articles
2008/05/08
|
Source:
Microsoft MSDN
|
Category:
system development life cycle
Rating:
Rate this
|
Briefcase
|
4,185 reads
Standard Query Operators with LINQ
LINQ to Objects and LINQ to Entities have an arsenal of Standard Query Operators that operate on sequences to perform a wide variety of operations.
Read more...
By
Additional Articles
2008/03/28
|
Source:
Microsoft MSDN
|
Category:
linq
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,218 reads
Items 1 to 10 of 10
Tags
.net
(1)
book reviews
(1)
c#
(1)
sample chapters
(1)
system development life cycle
(1)
testing
(1)
xml
(1)
Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.