Articles Tagged 'linq'
Charlie Calvert
1/19/2010
Pedram Rezaei has written a detailed and code centric article on how to create a LINQ provider similar to the LINQ to SQL provider. This article has large amount of specific technical information in it of interest to developers who want to tackle ...
MSDN: Visual C# Headlines
1/19/2010
Learn how to build a simple IQueryable provider similar to the LINQ to SQL provider.
I've been researching Reactive Extensions for the last few days, with an eye to writing a short section in chapter 12 of the second edition of C# in Depth. (This is the most radically changed chapter from the first edition; it will be covering LIN...
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This is the second in a series of blog posts I’m doing on the upcoming ASP.NET MVC 2 release. This blog post covers so...
Scott Hanselman
1/13/2010
First, let me start this post by thanking Tatham Oddie . He helped my buddy John Batdorf and I debug our issue remotely from Australia. He's patient, kind, opinionated and Tatham's got a darn fine blog that you should subscribe to now . I also fou...
ADO.NET Team Blog
1/11/2010
I came across a few great resources on Entity Framework recently. Check out the tutorial and the projects here: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/18/my-christmas-present-to-the-entity-framework-community.aspx . This contains a v...
Fabulous Adventures In Coding
1/11/2010
When you have a nested loop, sometimes you want to “continue†the outer loop, not the inner loop. For example, here we have a sequence of criteria and a sequence of items, and we wish to determine if there is any item which matches every criterion...
Ran into an odd behavior today with a many to many mapping of one of my tables in LINQ to SQL. Many to many mappings aren’t transparent in LINQ to SQL and it maps the link table the same way the SQL schema has it when creating one. In other words ...
Paging in ASP.NET has been relatively easy with stock controls supporting basic paging functionality. However, recently I built an MVC application and one of the things I ran into was that I HAD TO build manual paging support into a few of my page...
Scott Hanselman
12/10/2009
My one-hundred-and-ninety-first podcast is up . Scott's on campus and talks to Nathan Brixius, a Senior Developer working on the Microsoft Solver Foundation library. Solver Foundation helps break down complex multi-variable problems in a clean, de...