.Net 4.0 Is There a Business Layer "Technology" ?
Posted
by Ronny
on Stack Overflow
See other posts from Stack Overflow
or by Ronny
Published on 2010-04-25T21:05:04Z
Indexed on
2010/04/25
21:13 UTC
Read the original article
Hit count: 282
Hi,
I have a theoretical question about the .net framework.
As I see it Microsoft gave us bunch of technologies for different layers.
We have the ADO.NET and with the more improved Entity Framework for Data Access.
And ASP.NET for WEB UI. And even WCF for Facade and SOA.
But what in the middle, what do we have for the Business Layer? Is it just Referenced DLLs?
How do we deal with the Application Pulling this days? I remember using COM+ 10 yeas ago because the IIS couldn't handle the pressure.
Is Spring.Net is the best option available for injection?
Thanks, Ronny
© Stack Overflow or respective owner