Browse by Tags

All Tags » LINQ (RSS)

Building the Account at a Glance HTML5/jQuery Application by dwahlin

As Web technologies continue to evolve developers are required to learn new technologies in order to build successful web-based applications that stand above the crowd. This can be a challenging proposition especially for developers moving from desktop...

Top 10 Posts in 2010 by dwahlin

Blogging’s a lot of fun and a great way to share what you’ve learned. It’s also a great way to learn based upon comments people leave that help you see things in an entirely new way in some cases.  Since we’ve now moved on to 2011 (Happy New Year...

Simplify Your Code with LINQ by dwahlin

I’m a big fan of LINQ and use it wherever I can to minimize code and make applications easier to maintain overall. I was going through a code file today refactoring it based on suggestions provided by Resharper and came across the following method: private...
Filed under: ,

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...

Free Webinar – Increase Productivity with .NET and LINQ by dwahlin

I’ll be giving a free Webinar titled “Increase Productivity with .NET and Language Integrated Query (LINQ)” next week so if you have 40 minutes and are interested in learning more about LINQ feel free to sign-up and attend.  Here are more details...
Filed under: , ,

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...

Speaking on Silverlight 2 at the Hawaii .NET User Group by dwahlin

I’ve had the opportunity to speak at a lot of cool places around the world but you can’t beat speaking in Hawaii! I’ve looked forward to this trip for quite awhile since I get to talk about a brand new technology in a really nice location. Thanks to everyone...

What If I Don’t Call Dispose() on my LINQ to SQL DataContext Object? by dwahlin

I’ve written a few posts about LINQ to SQL and am generally a big fan of the technology (even with its weaknesses) since it’s very productive.  After creating a custom DataContext object using the LINQ to SQL designer (or one created by hand) I always...
Filed under: , ,
More Posts Next page »