Re: Deployment question regarding base class
From: Eric (Eric_at_nospam.com)
Date: 01/29/05
- Next message: Amy L.: "Regular Expression Question"
- Previous message: Derek Harmon: "Re: How to get a int or float from the keyboard ?"
- In reply to: Richard Blewett [DevelopMentor]: "Re: Deployment question regarding base class"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 23:55:59 -0500
Richard Blewett [DevelopMentor] wrote:
> No, the derived class assemblies do not require recompilation as long as nothing has structurally changed that may affect them (such as changing the signature of a protected method).
>
> I, of course, assume you are going to run this in a test environment before you release it ;-)
yes, I've done some testing already and it seems to work. I had an
uneasy feeling about going forward on this, but I will turn it in to our
QA section for final testing.
I'm used to static linking at compile time, but I guess .NET doesn't
have the ability to compile base class code into a derived class if they
are compiled with separate projects. It looks like .NET always uses
dynamic linking?
The metadata we see in Intellisense almost makes it look like static
linking, especially since compile-time references are needed.
Eric
- Next message: Amy L.: "Regular Expression Question"
- Previous message: Derek Harmon: "Re: How to get a int or float from the keyboard ?"
- In reply to: Richard Blewett [DevelopMentor]: "Re: Deployment question regarding base class"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|