RE: Exception Handling Opinion 2004-12-14 - By Paul
Thanx Jason. I guess what I am looking for is the direct correlation from 6.0 to .Net. In 6.0 I used DLLs or COM. What is the standard for .Net?
On Tue, 14 Dec 2004 08:56:18 -0500, jgaylord@(protected) <jgaylord@(protected)> wrote: > I'm not sure what you mean here. You can still create DLLs with ASP.NET. XML Web Services don't have to be your data layer. You can use web services for your business layer or for your presentation layer as well. It all depeneds on what the web services accomplish. For instance, if you had a web service that didn't receive any input parameters and spit out an XML DataSet with news, that would obviously be in your data layer. However, if you had a service that computed prime interest rates, that would most likely be on your business layer . > > Make sense? > > Jason > > > ----- Original Message ----- > > I am new to n-tier development with .Net. With VB and ASP 6.0, I > created DLLs as the business or data layer. With ASP.Net I am > gathering that XML Web Services act as the data layer. Are they also > used for the business layer? If not, what is the protocol/format of > the layers? > > Need SQL Advice? http://sqladvice.com > Need RegEx Advice? http://regexadvice.com > Need XML Advice? http://xmladvice.com >
--
Take care, Paul
989.224.0823 517.214.3107
Greater love hath no man than this. That a man lay down his life for his friends. John 15:13
Need SQL Advice? http://sqladvice.com Need RegEx Advice? http://regexadvice.com Need XML Advice? http://xmladvice.com
|
|