Browse by Tags

All Tags » LINQ » ASP.NET (RSS)

Working with the GridView and the System.Data.Linq.Binary Type by dwahlin

I'm working with a database table that has a RowVersion field defined as a TimeStamp data type.  The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it. ...
Filed under: , , , ,

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

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

Interesting 3rd Party Controls and Demo Applications for ASP.NET and Silverlight by dwahlin

I'm one of those developers that likes to build things myself mainly because the challenge is fun. However, lately I've been taking time to look at some of the 3rd party controls out there mainly because some of the things I've needed to do are already...
Filed under: , , ,

Want to Learn How to Use LINQ? Check out LINQPad! by dwahlin

I was catching up with some of the people I follow on Twitter tonight (as a side note, I used to think Twitter was a waste of time but I'm actually finding it useful now days) and noticed that Scott Cate listed a link to a free tool called LINQPad. ...
Filed under: , , ,

Silverlight 2.0 Video Tutorials (Updated) by dwahlin

Silverlight 2.0 provides a new and exciting framework for building rich applications using C#, VB.NET or other languages that are capable of running on multiple operating systems and in multiple browsers. Scott Guthrie recently posted a great set of tutorials...
Filed under: , , , , , , ,

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

Introducing Visual Studio 2008 Course by dwahlin

Thanks to everyone that attended the Visual Studio 2008 course yesterday. It was a lot of fun talking about all of the new stuff available in VS 2008 and .NET 3.5 and hearing the different projects people are working on. As promised, here's the lab code...
More Posts