Follow @PDSAInc LINQ - Paul Sheriff's Blog for the Real World

Paul Sheriff's Blog for the Real World

This blog is to share my tips and tricks garnered over 25+ years in the IT industry

Paul's Favorites

Browse by Tags

All Tags » LINQ (RSS)
Creating Collections of Entity Objects using LINQ and Field Method
Let’s now look at another advantage of using a DataTable. A lot of developers today are used to using LINQ. After loading data into a DataTable you can iterate using a foreach statement, or you can use LINQ to create a collection of entity objects. The...
Creating Collections of Entity Objects using LINQ
As discussed in my last two blog posts you have a variety of ways to create collections of Entity classes. Using a DataSet or DataTable is a little slower than using a DataReader, but in most cases the difference is in milliseconds so in a real world...
Posted: Feb 11 2013, 07:17 AM by psheriff | with 3 comment(s)
Filed under: , ,
Dynamic Search with LINQ, the Entity Framework and Silverlight – Part 2
After my previous blog post, I realized that using SQL strings is not a great way to do things. Sometimes we start blogging too quick and then realize our mistakes after. But, no big deal, live and learn... I am going to now rewrite this application and...
More Posts