On LINQ to SQL, Concurrency and Timestamps I came across

July 2, 2008 – 6:00 am

On LINQ to SQL, Concurrency and Timestamps
I came across a bit of a glitch in using timestamps for checking concurrency violations in LINQ to SQL and thought I’d share. Say I’ve got a table like;create table Person ( id int identity primary key, firstName nvarchar(30), lastName nvarchar(30), timestamp ) so, we have a simple table that has a …
mtaulty

How to Make an Application Offline in ASP.NET 2.0
There are different approaches to taking an application offline, for such things as say maintenance purposes. The latest addition is App_Offline.htm in ASP.NET 2.0 and this article demonstrates how to perform this task. First, is a brief overview of IIS and then the usage of httpRuntime and App_Offline.htm are provided along with detailed analysis and screenshots.
SANJIT SIL

Spam experiment overloads inboxes
Security firm invites 50 people from around the world to surf unprotected for a month….
Colin Harman MACITP

You must be logged in to post a comment.