Sciweavers

FMOODS
2003

Managing the Evolution of .NET Programs

13 years 6 months ago
Managing the Evolution of .NET Programs
Abstract. The component-based model of code execution imposes some requirements on the software components themselves, and at the same time lays some constraints on the modern run-time environment. Software components need to store descriptive metadata, and the run-time system must access this ‘reflectively’ in order to implement dynamic linking. Software components also undergo dynamic evolution whereby a client component experiences the effects of modifications, made to a service component even though these occurred after the client was built. We wanted to see whether the dynamic linking mechanism implemented in Microsoft’s .NET environment could be utilized to maintain multiple versions of components. A formal model was developed to assist in understanding the .NET mechanism and in describing our way of dealing with multiple versions. This showed that .NET incorporates all the features necessary to implement such a scheme and we constructed a tool to do so.
Susan Eisenbach, Vladimir Jurisic, Chris Sadler
Added 31 Oct 2010
Updated 31 Oct 2010
Type Conference
Year 2003
Where FMOODS
Authors Susan Eisenbach, Vladimir Jurisic, Chris Sadler
Comments (0)