473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Dot Net and Microsoft Transaction Server

Hello every one,

A question - To separate business logic and presentation logic in Dot
Net, is Microsoft Transaction server required?

I know MTS was used with the older Microsoft Technologies like VB6 and
ASP. Does .NET have transaction handling abilities?

What will be the best way to handle business logic and transactions
in .NET - do we still need to use MTS?

Any help/insight on the above will be very much appreciated.

Thanks,
Ann
Jan 1 '08 #1
1 2133

<ns****@yahoo.comwrote in message
news:a2**********************************@w47g2000 hsa.googlegroups.com...
Hello every one,

A question - To separate business logic and presentation logic in Dot
Net, is Microsoft Transaction server required?
No.
>
I know MTS was used with the older Microsoft Technologies like VB6 and
ASP. Does .NET have transaction handling abilities?
That's COM + server on Win 2K and higher O/S platforms, which can be
addressed in a .NET solution with Enterprise Services.

http://msdn.microsoft.com/msdnmag/issues/01/10/complus/

But Com+ comes with processing overhead in its usage.
>
What will be the best way to handle business logic and transactions
in .NET - do we still need to use MTS?
No you don't as ADO.Net has its own transactional mode.

http://www.dotnet-guide.com/adonet-t...rocessing.html
>
Any help/insight on the above will be very much appreciated.
Also other 3rd party .Net solutions like NHibernate and others can go into a
transactinal mode.

http://www.hibernate.org/343.html

And since you're on the separation of business logic and presentation
logic, you might want look at MVP, where the logical architecture would be
the following:
UI
MVP
BL
DAL

MODEL-VIEW-PRESENTER

http://www.polymorphicpodcast.com/

click 'Shows'

click 'Design Patterns Bootcamp: Model View * Patterns*

view parts 1-5

You can use Google to get more information about this or find books.

Jan 1 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DotNetJunkies User | last post by:
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public...
1
by: Avanish Pandey | last post by:
Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? ...
2
by: chairleg | last post by:
Hi, I'm having a problem running a distributed transaction between two linked servers that both have multiple instances of SQL Server installed on them. This is the error message that I...
7
by: Abdul-Wahid Paterson | last post by:
Hi, I have had a site working for the last 2 years and have had no problems until at the weekend I replace my database server with a newer one. The database migration went like a dream and I had...
5
by: Klemens | last post by:
I get SQL30090 reason 18 by trying to do an insert in a federated table and an update in a local table in one transaction Do I have to change some settings to get done or ist this not possible by...
1
by: Rosny | last post by:
From the article http://software.newsforge.com/software/05/01/27/170244.shtml?tid=132&tid=75&tid=131&tid=13 "Flickr runs on MySQL, the most popular open source database, and it has from the...
3
by: joshsackett | last post by:
I am redesigning an application that distributes heldesk tickets to our 50 engineers automatically. When the engineer logs into their window a stored procedure executes that searches through all...
4
by: yashgt | last post by:
Hi, We have created a SQL server 2000 database. We observe that the transaction log keeps growing over time. We are now about to run out of space. We have been periodically shrinking the...
2
by: rbg | last post by:
Hi, On My local SQL server I have added a linked server to another SQL server (remoteserver) in another Windows NT Domain. When I run this code select count(*) from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.