Kick Spy!, Kick Zeitgeist and Kick Widgets
sqlteam.com — Application locks aren't a well known area of locking in SQL Server, but they can be very useful for special scenarios. They work in a analogous way to the lock() construct in .Net and are basicaly user defined mutexes in SQL Server. read more...
sqlteam.com — Locking is a major part of every RDBMS and is important to know about. It is a database functionality which without a multi-user environment could not work. read more...
stevenharman.net — Using MBUnit's awesome Rollback attribute for unit tests cause the test to be wrapped in a transaction - which is well and good as that allows any changes made by the test to be undone. However, it also causes a database lock contention when you try to read from a locked row/table while debugging your unit test. Read on for a quick tip to get around this issue. read more...
haacked.com — Why locking on "this" can be a bad idea -- and how to lock in a safer manner. read more...
Sponsored Link: www.carlist.ie
Ads by The Lounge