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
Recent Posts
8
Comments
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
1
Comments
MSDN's 101 LINQ Samples
by
bschooley
I've been reading about, studying, and using LINQ to SQL for a couple months now and after all this time I somehow never ran across this MSDN web page. 101 LINQ Samples - C# Version 101 LINQ Samples - VB Version (has lots more content and sections on...
Filed under:
LINQ to SQL
9
Comments
ASP.Net : Using a STRUCT to make working with ViewState easier
by
bschooley
Last week I wrote an article suggesting cleaner ways of using ViewState to store local page variable state. I got some great feedback on that post and this blog is an extension on the topic that I came up with while experimenting with the various techniques...
1
Comments
Impressions of Silverlight after attending SilverlightDevCamp Chicago
by
bschooley
I just spent Friday night and Saturday at the SilverlightDevCamp in Chicago. I'm glad I went as it gave me a chance to think for a couple days about Silverlight and other related topics. I knew a bit about Silverlight before going as I've been following...
Filed under:
Silverlight
6
Comments
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
12
Comments
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
3
Comments
LINQ to SQL : Start with a good foundation by defining a custom DataContext
by
bschooley
This is my first post in a what will become a series of posts on LINQ to SQL. As the title of my blog suggests, I'm going to be "thinking out loud" as I write these and I'm hoping for feedback from others on the pro's and con's of the approaches I'm suggesting...
Filed under:
LINQ to SQL
More Posts