all groups > dotnet academic > february 2004 >
You're in the

dotnet academic

group:

.NET Assemblies


.NET Assemblies C
2/24/2004 6:36:05 AM
dotnet academic:
Hi,

I am relatively new to .NET

My backrgound is VB6, ASP and COM.

I understand that COM is scaleable through MTS etc.

In .NET when I create say a web project and create an Assembly that is used by this web project how is this assembly made scaleable?

Thanks,
RE: .NET Assemblies Sudhakar Sadasivuni[MVP]
3/8/2004 1:01:07 AM
In .NET You can use Enterprise services to write serviced components

A serviced component is the mechanism that enables COM+ services to be available to .NET Framework classes. This section describes how to configure and register serviced components for access to COM+ services

Just-in-Time (JIT) Activation, Synchronization, Object Pooling, Transactions, and Shared Property Management are examples of well-known COM+ services that are available for you to use. There are also other COM+ services, such as loosely coupled events, Queued Components, and role-based security, that you can use to write flexible, Web-based applications

ms-help://MS.NETFrameworkSDKv1.1/cpguidenf/html/cpconwritingservicedcomponents.ht

HT
Sudhakar Sadasivun
Microsoft .NET MVP | MCS
http://weblogs.asp.net/ssadasivun
www.mugh.ne

----- C wrote: ----

Hi

I am relatively new to .NE

My backrgound is VB6, ASP and COM

I understand that COM is scaleable through MTS etc

In .NET when I create say a web project and create an Assembly that is used by this web project how is this assembly made scaleable

Thanks
AddThis Social Bookmark Button