Sign In
Angel Saenz-Badillos
random ramblings on ADO.NET LINQ Extensions and JDBC
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Linq Extensions
Pages
Archive
Archives
February 2007
(1)
January 2007
(1)
August 2006
(3)
June 2006
(1)
April 2006
(3)
October 2005
(1)
September 2005
(1)
August 2005
(1)
July 2005
(1)
March 2005
(1)
February 2005
(1)
January 2005
(1)
November 2004
(1)
October 2004
(3)
September 2004
(5)
August 2004
(7)
July 2004
(15)
July, 2004
MSDN Blogs
>
Angel Saenz-Badillos
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Angel Saenz-Badillos
Setting the IsolationLevel using the System.Transactions TransactionScope.
Posted
over 8 years ago
by
angelsb
2
Comments
Traditionally distributed transactions have always run in Serializable isolation level, the safest but most expensive transaction isolation level where everything that we look at is locked from the moment we modify something and until the distributed...
Angel Saenz-Badillos
Format=UserDefined UDTs in Sql Server 2005
Posted
over 8 years ago
by
angelsb
2
Comments
Today I am talking about Format=UserDefined User Defined Types (UDTs). Format=Native UDTs are leaner, meaner and faster but only support blittable types as fields (no Strings!). UserDefined UDTs support any field type since they require the user to implement...
Angel Saenz-Badillos
Getting started with Sql Server 2005 User Defined Types (UDTs)
Posted
over 8 years ago
by
angelsb
7
Comments
I have really tried to start with the simplest possible UDT I could come up with. As you can see, the simplest UDT is still quite a handful, and this is still not a complete example. using System; using System.Data.Sql; // Required by SqlUserDefinedType...
Angel Saenz-Badillos
Whidbey ADO.NET 2.0 User Defined Types (UDTs) and Visual Studio
Posted
over 8 years ago
by
angelsb
5
Comments
User Defined Types are a complicated feature, but it is hard to tell when you are using Visual Studio. All you need to do is create a Database project, connect to a Sql Server 2005 server, add a User Defined Type to your project and then click on Deploy...
Angel Saenz-Badillos
Whidbey ADO.NET 2.0 User Defined Types (UDTs) with Sql Server 2005
Posted
over 8 years ago
by
angelsb
4
Comments
You can now create your own objects in managed code and install them into Sql Server 2005 as data types! I am going to spend the next week blogging about the new Sql Server 2005 User Defined Types (UDTs). This is a very powerful feature that allows...
Angel Saenz-Badillos
Whidbey ADO.NET 2.0. Thoughts on how some new features can be misused.
Posted
over 8 years ago
by
angelsb
5
Comments
There are a number of new features in ADO.NET 2.0 that have the _ potential to be grossly misused _ ™. Don’t get me wrong, I like the features, some of them are good and some are extremely good. The reason that I am bringing them up is because...
Angel Saenz-Badillos
ADO.NET Distributed transactions, loose ends.
Posted
over 8 years ago
by
angelsb
5
Comments
There is still a lot of information related to using ADO.NET with System.Transactions Distributed Transactions, but in the interest of keeping the blog moving I am going to roll up most of the issues into this final post. Feel free to post questions if...
Angel Saenz-Badillos
Whidbey ADO.NET Promotable Transactions with System.Transactions & Yukon
Posted
over 8 years ago
by
angelsb
23
Comments
There is a special partnership between System.Transactions and Sql Server 2005, and no, it is not the fact that we begged the Enterprise Services team to ship this feature on whidbey and it is not (only) the fact that this is the only way to get distributed...
Angel Saenz-Badillos
Whidbey ado.net 2.0 Manually enlisting into System.Transaction distributed transaction.
Posted
over 8 years ago
by
angelsb
0
Comments
I have gone over the TransactionScope in fair detail, it is now time to look at manual enlistment, the second way to use System.Transactions Distributed Transactions with ADO.NET. Unlike the TransactionScope example wich was complete and bullet proof...
Angel Saenz-Badillos
More setup information, straight from the source
Posted
over 8 years ago
by
angelsb
3
Comments
Florin Lazar was the person that first introduced me to System.Transactions, he has a great weblog here: http://blogs.msdn.com/florinlazar/ That is full of information on how to set up your computer to use distributed transactions and really great...
Angel Saenz-Badillos
Whidbey ADO.NET 2.0 System.Transactions Distributed Transactions. TransactionScope
Posted
over 8 years ago
by
angelsb
15
Comments
Let’s take a look at how the new System.Transactions Distributed Transactions work with ADO.NET 2.0. I am going to start with the best and easiest way to use distributed transactions in managed code, the TransactionScope. The following code is ...
Angel Saenz-Badillos
Whidbey ADO.NET System.Transactions Distributed Transactions
Posted
over 8 years ago
by
angelsb
15
Comments
This is imo one of the best new features for ADO.NET imo and I was glad to get some feedback that expressed interest. I will blog on this feature for the rest of the week, here is how to get started. The hardest thing about this feature is without...
Angel Saenz-Badillos
Whidbey ADO.NET System.Transactions Distributed Transactions
Posted
over 8 years ago
by
angelsb
0
Comments
The hardest thing about this feature is without a doubt the OS setup required. Most user problems are going to come from this. You need to make sure that both your client and your Server are set up to allow distributed transactions. To give you...
Angel Saenz-Badillos
Whidbey ADO.NET beta 1 has shipped. Favorite features
Posted
over 8 years ago
by
angelsb
9
Comments
Well, we have shipped whidbey beta 1. This is a great release for the ado.net team, we have managed to not break away from an existing data model while adding great new features. Everything you have will continue working as is, we have fixed old problems...
Angel Saenz-Badillos
Welcome to this ADO.NET log, feel free to pull up a chair
Posted
over 8 years ago
by
angelsb
7
Comments
Random ramblings, thats what it is all about. If you like ADO.NET just a little too much (and I am not pointing fingers here), if you can read way too long paragraphs of badly separated sentences (I have no delusions about my literary abilities) and can...
Page 1 of 1 (15 items)