Browse by Tags

All Tags » Lambdas (RSS)

DevConnections Orlando Talks on Silverlight and LINQ/Entity Framework by dwahlin

I had a great time speaking at DevConnections in Orlando this year.  A lot of fun people were there and I had the opportunity to talk with several of them about some of the applications they were building.  As promised, here’s the code and slides...

Video – Getting Started with LINQ in .NET 3.5 by dwahlin

A few weeks back my company offered a free online webinar on LINQ technologies to help developers more easily make the transition to LINQ.  While there was a great turn out at the webinar, I received several emails from people who couldn’t attend...
Filed under: , , , , ,

Code Samples from the LINQ and .NET 3.5 Webinar by dwahlin

Thanks to everyone who attended the Maximizing Productivity with LINQ Webinar today and to ROI for putting it on.  We had a great turnout and covered a bunch of technologies in an hour.  I didn’t have time to go through the more detailed examples...

Code from My ASP.NET Connections Talks by dwahlin

I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are: Building N-Tier ASP.NET Applications with LINQ Code...

Service Pack 1 Beta Released for Visual Studio 2008 and the .NET Framework 3.5 by dwahlin

Microsoft just released the SP1 beta for Visual Studio 2008 and the .NET Framework 3.5 and it includes a huge number of new features and enhancements.  Check out Scott Guthrie's blog for details but here's a quick list of what's included: ASP.NET...

Using LINQ to Perform "WHERE IN (Value1,Value2)" Queries by dwahlin

I recently needed to select a few products from a database where the product ID matched up with a list of IDs.  That's easy to do with a normal SQL statement since you can use the "WHERE IN (Value1,Value2)" clause to find what you need...
Filed under: , , ,

Orlando 2008 DevConnections Talks by dwahlin

I'm in Orlando this week speaking at the DevConnections conference on 3 different topics.  It's my personal favorite as far as conferences go and features a lot of cool technologies, people and events.  This week I'm covering custom ASP.NET...

Building an N-Layer ASP.NET Application with LINQ, Lambdas and Stored Procedures (Updated) by dwahlin

Update: I refactored some of the code and also did a better job ensuring Dispose() is called everywhere so that the DataContext object gets cleaned up properly. Download the Application Here .NET 3.5 has a lot of great new features that can significantly...
More Posts