Browse by Tags

All Tags » ASP.Net (RSS)

Converting web site projects from Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM by bschooley

The good news is that this conversion was a lot less painful than the move from the final beta of .Net 2.0 to it's released version. The only breaking changes I ran into were minor changes in LINQ to SQL. While I was converting web site projects, I imagine...
Filed under: ,

LINQ to SQL : Handling disconnected CRUD operations in ASP.Net by bschooley

Most LINQ to SQL examples you find on the net tend to be written in a way that assumes a connected environment. I've found some blogs and posts that also talk about disconnected operations, but many of those are coming from the perspective of multiple...
Filed under: ,

ASP.Net : Clean up your use of ViewState by bschooley

Note: After reading this article, be sure to check out the followup article, " Using a STRUCT to make working with ViewState easier ", where I take the ideas here and go one step further. This is a big pet peeve of mine, so bear with me. I'll...
Filed under:
More Posts