Re: Best Way To Break Up Large ASP.NET Apps

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Chris (cmay_at_walshgroup.com)
Date: 07/15/04


Date: 14 Jul 2004 18:53:10 -0700

Steve,

Thanks for the reply! Can you point me in the direction of where I
can find some examples of breaking a large DLL into smaller ones via
the command line compiler?

If I were to break the pap into, say 10 DLLs, would I be able to
update one of these DLLs on the fly on the production server just by
copying up the new DLL, or would I need to run something to register
or link the new (updated) DLL?

Thanks a ton!

Chris

"Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message news:<u4doqHTaEHA.808@tk2msftngp13.phx.gbl>...
> Creating a middle tier object model certainly is time consuming, but these
> days it's considered a must for most large web sites, especially if they
> need to be scalable or you have big plans for growth in the future.
> Here is some suggested reading for you:
> http://www.lhotka.net/ArticleIndex.aspx?area=CSLA%20.NET
>
> Other useful tidbit of information for you is that you don't have to compile
> your web apps into a single DLL. By using the command line compiler you can
> split you application into an unlimited number of DLLs.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
>



Relevant Pages

  • Re: Exposing bool to non-MS, non-C++ callers
    ... the functions in this DLL accept a structure as an argument. ... The compiler doesn't help catch places where I neglect ... the C++ bool type is defined as one byte. ... depends on whether the Exe caller will push a value larger than 1 byte. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Memory allocation methods
    ... all modules are compiled against the same CRT' DLL with the same compiler. ... that case you restrict yourself to a simple C-based API for the DLL. ... I prefer to use either exceptions (but writing exception-safe code is quite ...
    (microsoft.public.win32.programmer.kernel)
  • COBOL Compiler options
    ... calls to CICS. ... we do not document this DLL problem nor have compiler options ... use of DLL's with the integrated translator (for cases where it is valid ...
    (bit.listserv.ibm-main)
  • Re: Export class from dll
    ... Remember that C++ classes describe not only the general characteristics of ... Only when the DLL ... about the compiler not knowing the details of a CBox, ... How does the compiler know what CBox is? ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: ASP.NET application load time after some change
    ... This utility combines multiple .NET dll's into one dll file. ... The speed can also be affected by how much stuff is in viewstate. ... controls such as Labels or Controls who have their value set in the Load ... because the compiler only needs to compile it once. ...
    (microsoft.public.dotnet.framework.aspnet)