From Ireland: a little bit of this and a little bit of that
Browse by Tags
All Tags »
- SQL Server »
- Whidbey (RSS)
-
Transactions have received a very elaborate revamp in .NET V2. Now things are unified and bring a very real and usuable framework that facilates consistency in any form of state transformation, as transactions are not only a database thing after all! Read More...
|
-
Today, as we write application code we generally are not dealing with immutable state/data, we are applying application logic to state/data so that it transforms from one known state to another known state in a consistent, all or nothing fashion. Today, Read More...
|
-
In general, when we think of Transactions we tend to think of database transactions. Databases are a great example of how a data server can implement transactions and therefore handle concurrency, provide isolation and provide consistency. The concept Read More...
|
-
When thinking about Transactions, I think it is fair to say that Transactions are one of the most powerful and frequently used paradigms in Enterprise Computing today. With Transactions, we have a collection of patterns that deal with how concurrency Read More...
|
-
In my last blog posting, How should we think of Transactions ? I mentioned Volatile transactions and how I currently think they can be perceived in different ways! Do they have ACID, ACId or ACI properties? In case you do not know what Volatile Transactions Read More...
|
-
What is particularly interesting about HTTP.SYS is that it has an API and it can be used to write/roll your own HTTP endpoint. Nice!! Currently there is only a C API , but with Whidbey you have access to a managed API to HTTP.SYS. Here is a sample (via Read More...
|
-
From Jan till July of next year, the Route64 Training Tour is visiting over 20 cities providing: Windows 64-bit Hands-On Training is a 3-day training designed to provide the most comprehensive contents of of what it takes to fully leverage Windows on Read More...
|
-
By the way of the SQLExpress blog , Beta 2 of SQL Server 2005 Express Edition is just out. and you can get it at http://lab.msdn.microsoft.com/express/sql/ . Before upgrading please follow all the steps listed on the download page or at http://blogs.msdn.com/sqlexpress/archive/2004/07/21/190738.aspx Read More...
|