Hi,
does anybody have an idea why the List<T>.Sort method is not virtual?
Would be fine to allow subclassing with customer sort implementation to
get e.g. stability for the sort operations.
Br,
Willi...
more >>
I've recently inherited a nightmare of a project. My predecessor created 18
assemblies where only 2 were necessary. These assemblies provide common
implementations for our 7 and growing applications, so he decided that the
deployment strategy is that each application will place all 18 into the...
more >>
I have a VB assembly which contains a web control
(System.Web.UI.WebControls). I am using Visual Studio 2005 and I am
compiling with the .NET 2.0 compiler (VC++ 8.0). This project has a
reference to a C# assemby, which has a netmodule linked into it. This other
managed C++ code contains a typ...
more >>