| Thread | Last Post | Replies |
|
| duplicate assemblies in GAC | 05 May 2004 07:53 GMT | 4 |
In the GAC there are duplicate assemblies like System.Design, Native Images, 1.0.5000.0, b03f5f711d50a3a... How is it possible ?
|
| Finding Implemented Interfaces with Reflection | 04 May 2004 12:45 GMT | 2 |
Does anybody know how to retrieve only the implemented interfaces of a specific, class, not those that are implemented by inherited classes? Type.GetInterfaces() gets me everything, but I'm only interested in the immediately implemented interfaces.
|
| A new IDE for MSIL | 03 May 2004 13:51 GMT | 5 |
Hello, I'm a boy from Spain who is interested in .NET technology. I write to this list to tell I've created an application to program in MSIL. It has features as colorizing, decompiling, etcetera. You can have a look at: http://ilide.europe.webmatrixhosting.net
|
| Design Advice to avoid Gen 2 collections | 03 May 2004 08:51 GMT | 11 |
All This Blog by Rico Mariani has really opened my eyes to the importance of cleaning up objects as soon as possible (http://blogs.msdn.com/ricom/archive/2003/12/04/41281.aspx) But what I am faced with now is how to best architect my app when I KNOW there are objects that will be ...
|