Kick Spy!, Kick Zeitgeist and Kick Widgets
weblogs.asp.net — Steven Walther recently posted on the subject of disposing of DataContext objects and provided some interesting insight into what actually happens. From what he says it sounds like the DataContext object acts much like the SqlDataAdapter class. It opens the connection right before a query is executed and closes it immediately after. I don’t want to steal Steven’s thunder so check out his post on the subject (the last part of the article talks about the consequences…or lack of consequences…of not calling Dispose()). read more...
blogs.microsoft.co.il — A nice coding technique I've just run into. It's one of those things that it's good to know about. Enjoy! read more...
nosoupforme.com — Tips on saving some indenting space on multiple "using" statements read more...
pietschsoft.com — One of the little known features of .NET is that you can give complete namespaces and data types alias's that you can reference them with in code. This trick allows you to get around the issue of having ambiguous namespaces and/or objects. read more...
weblogs.asp.net — "LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it. LINQ to SQL fully supports transactions, views, and stored procedures. It also provides an easy way to integrate data validation and business logic rules into your data model." read more...
Sponsored Link: www.carlist.ie
Ads via The Lounge