Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Transactions » Enterprise Serv... » COM+   (RSS)

Our Own Forum is Now Live! Please Join Us at the "Transactions Programming Forum"

I'm really happy to announce that our own forum, dedicated to transactions in Windows and .Net is now live at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=388&SiteID=1 The RSS feed for the forum is http://forums.microsoft.com/MSDN/rss.aspx?ForumID=388&Mode=0&SiteID=1

Why and When to use transactions?

Many people ask - do I need transactions? Why do I need them? When to use them? The answer is simple: use them all the time, unless you have a very good reason not to (for instance, don't use atomic transactions for "long running activities" between businesses).

Transactions Sessions at PDC 2005

If you are at PDC this year, don't forget to attend the sessions related to transactions. An easy way to find these sessions is to go to http://commnet1.microsoftpdc.com/content/sessions.aspx and search by Keyword="transaction". I especially recommend

What do you want to know about transactions?

Please don't hesitate to send me your suggestions or questions or topics you would like to be discussed in this blog. You can post a comment to this post or use http://blogs.msdn.com/florinlazar/contact.aspx to let me know. I'll prioritize the list and

MSDN Product Feedback Center

You've found a bug in a Microsoft product, and you don't know where to report it? Use MSDN Product Feedback Center http://lab.msdn.microsoft.com/productfeedback/default.aspx to submit it. You can collaborate with Microsoft developers, MVPs, and beta testers

Transaction.Current and Ambient Transactions

Ambient transactions are defined as transactions that live in the current thread or object context that anybody interested can query for their existence and use them to do work as part of them. Their existence means that the user wants to do a series

XA Transactions in Windows XP SP2

Service Pack 2 adds to Windows XP the same level of security as in Windows Server 2003 for XA transactions (transactions that are used with XA-compliant resource managers like Oracle, IBM DB/2 etc). See my previous post at http://blogs.msdn.com/florinlazar/archive/2003/12/04/41370.aspx

Using distributed transactions in .Net 1.x without deriving from ServicedComponent

The most used feature of System.EnterpriseServices or COM+ is the distributed transaction support. And the automatic transaction programming model in ES using attributes ([Transaction] and [AutoComplete]) is great and nice but (it is always a but!)...

.NET Enterprise Services Performance

Compare the performance of native COM+ and .Net Enterprise Services components and read some guidelines on how to get your EnterpriseServices to run faster at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomser/html/entsvcperf.asp?frame=tru

XP SP2 and Transactions

The preview (RC2) of Windows XP Service Pack 2 is available for download at http://www.microsoft.com/technet/prodtechnol/winxppro/sp2preview.mspx The general info about it can be found at http://msdn.microsoft.com/security/productinfo/XPSP2/default.aspx

What is MSDTC and why do I need to care about it?

I've been talking for a while about MSDTC and transactions without explaining them. I know many of you reading this blog already know the terms, but some of the developers just entering the enterprise space don't know if they should care or not about

Where to find answers to your questions

These are the newsgroups you should use when looking for answers related to COM+, Enterprise Services or MSDTC: microsoft.public.platformsdk.complus_mts and microsoft.public.dotnet.framework.component_services . For Indigo answers, use microsoft.public.windows.developer.winfx.indigo
 
Page view tracker