|
Sponsored Links
Resources
.NET Research Library
Get .NET related white papers, case studies and webcasts
|
News
News
News
|
Messages: 1
Messages: 1
Messages: 1
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Introducing System.Transactions
System.Transactions is a new namespace introduced in the .NET Framework 2.0 that addresses transaction management. In his whitepaper entitled, "Introducing System.Transactions", Juval Lowy provides a detailed account of this namespace.
"Introducing System.Transactions" is a whitepaper that highlights the features and capabilities of the transactional programming model introduced in the .NET Framework 2.0. In the first part of his whitepaper, Juval provides the motivation behind this new model, highlighting some of the issues developers face when targeting technologies like ADO.NET in the .NET Framework 1.x. He then goes on to describe the two new transaction managers that are introduced in the .NET Framework 2.0: the Lightweight Transaction Manager (LTM) and the OleTx Transaction Manager.
In the second part of his whitepaper, Juval provides a description on some of the classes available in System.Transactions. Specifically, he describes how the TransactionScope class can be used to define explicit transactional code blocks, and how transactions are distributed and promoted.
The last part of "Introducing System.Transactions" covers advanced topics such as events, Code Access Security, concurrency management and cloning, and interoperability.
This whitepaper provides a detailed guide to System.Transactions and is a must read for developers who wish to understand this programming model. It may be downloaded from the Microsoft Download Center here.
Juval Lowy is founder and Chief Architect of IDesign, a .NET architecture consulting and training company based in San Jose, CA.
|
|
Message #176919
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
on concurrency management and cloning
I like much of the new System.Transactions stuff, but I wonder if the DependentClone thing is a bit hairy for most developers. Seems like there are a bunch of pitfalls in there waiting for to catch an unsuspecting transaction programmer.
I think the old Encina model, using the threadTid library was simpler, if you can use that word in a discussion about multi-threaded transactional programs.
|
|
 |
| |
|
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET |
 |
 |
Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.
SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.
VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.
Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]
One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts.
(June 24, Article)
Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage.
(June 24, Article)
Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server .
(June 18, Cartoon)
Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps.
(June 29, Podcast)
Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience.
(June 25, Tech Talk)
In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier.
(May 24, Article)
Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year.
(May 10, Article)
Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information.
(April 24, Article)
TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks.
(April 11, Article)
In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services.
(March 29, Article)
Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition.
(March 22, Chapter Excerpt)
|
|