Re: Best Way To Break Up Large ASP.NET Apps
From: Chris (cmay_at_walshgroup.com)
Date: 07/15/04
- Next message: Steven Cheng[MSFT]: "Re: sort image or style on data grid"
- Previous message: Greg Burns: "Re: ValidatorOnSubmit()"
- In reply to: Steve C. Orr [MVP, MCSD]: "Re: Best Way To Break Up Large ASP.NET Apps"
- Next in thread: Chris: "Re: Best Way To Break Up Large ASP.NET Apps"
- Reply: Chris: "Re: Best Way To Break Up Large ASP.NET Apps"
- Messages sorted by: [ date ] [ thread ]
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
>
>
- Next message: Steven Cheng[MSFT]: "Re: sort image or style on data grid"
- Previous message: Greg Burns: "Re: ValidatorOnSubmit()"
- In reply to: Steve C. Orr [MVP, MCSD]: "Re: Best Way To Break Up Large ASP.NET Apps"
- Next in thread: Chris: "Re: Best Way To Break Up Large ASP.NET Apps"
- Reply: Chris: "Re: Best Way To Break Up Large ASP.NET Apps"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|