Write Less, Do More,
But Keep It Simple
by Bernal Schooley
Sign in
|
Join
Home
Contact
RSS
Comments RSS
Search
Tags
ASP.Net
LINQ to SQL
Silverlight
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2007 (1)
October 2007 (2)
September 2007 (4)
Bloggers
Scott Guthrie
Wriju Ghosh
Fabrice Marguerie
Browse by Tags
All Tags
»
ASP.Net
(
RSS
)
LINQ to SQL
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
,
ASP.Net
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:
LINQ to SQL
,
ASP.Net
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:
ASP.Net
More Posts