.NET Assemblies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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,
C.
 
Define "scalable."

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

C said:
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?
 
Scalable..

As my user base grows my Assemblies will be able to manage this extra load

This was one of the main ideals of COM/MT

How is this managed in .NET?
 
..Net is extremely powerful. You can do ANYTHING you want with it. It is not
constrained by the limitations of COM, or any other limitations.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top