| Thread | Last Post | Replies |
|
| NGEN and resolving assemblies | 05 Sep 2003 21:45 GMT | 2 |
I have two assemblies, A.dll and B.dll. A.dll contains two methods. One method, UsesB, uses a type from B.dll whereas the other, DoesNotUseB, does not. To cache a native image of A.dll with both methods precompiled, I believe I
|
| How long has the machine been running. | 05 Sep 2003 18:01 GMT | 1 |
I would like to find out how long my server has be up for. Is this possible using the .NET? Regards
|
| Will there be changes to CLR with the new release of Yukon? | 04 Sep 2003 23:13 GMT | 1 |
With the next version of MSFT SQL Server (Yukon) will the CLR (Common Language Runtim) change? If it will change will this effect any applications we have written? Thanks
|
| CLR designers: Anonymous delegates + events? | 04 Sep 2003 21:23 GMT | 3 |
I was just reading an earlier thread about how events are strong references and that subscribing to an event ties your object's lifetime to that of the event source. Here's my question: In the next release of the C# language, that is
|
| Lack of Unsigned CLS-Compliant Types in .NET | 04 Sep 2003 21:14 GMT | 4 |
I'm wrapping a native C++ API with MC++. One of the things that I have found frustrating is the fact that most (if not all) unsigned types in .NET are not CLS-Compliant. So, to me, that means you can't use them, say, as arguments in a method because a particular .NET language is ...
|
| Soft and weak references | 04 Sep 2003 15:59 GMT | 2 |
it seems for me that in Java world there is much freedom in controlling the garbage collector than in .NET: JDK includes SoftReference and WeakReference classes, while .NET supports only WeakReferences. Is there any way
|
| Remoting Security Restrictions between v1.0 and v1.1 | 03 Sep 2003 08:17 GMT | 2 |
I'm facing a serious development issue here concerned with .NET Remoting. I developed a .NET Remoting Service (Server Activated) under .NET Framework version 1.0. I test it by hosting the remoting component under a console application and it worked fine. Then I had to deploy my ...
|