| 檢視:
|
主題清單, 主題摘要
|
第 1 - 10 個主題 (共 4219 個) 較舊 »
|
群組簡介:
Microsoft .NET technology newsgroup.
|
|
|
Looking for an event before threads exit
|
| |
Hello, I'm looking for a CLR event (or hook) that allows running .NET code on that same thread before it terminates. This hook should work for both "new Thread()" and also threads from thread pools. The code must run on the thread itself (and not on the Finalizer thread). Such low level hook exists in native code (DllMain), however that code runs... 更多 »
|
|
Go-like duck typing interfacing
|
| |
Hello, I just stumbled across the "Go" language from google. Especially, I like the duck-typing approach to interfaces. Now my question: Is it even possible to implement such static duck typing using the CLR? Managed C++ templates seem to look similary, but they work by the compiler generating the code for the all uses, so the CLR just sees... 更多 »
|
|
32-bit CLR application on 64-bit system
|
| |
Hello. I'm trying to get working our 32-bit CLR dll on a 64-bit Server 2003, so far unsucessfully. I reduced the problem to get working *any* 32-bit CLR application on a 64-bit system. In VS2008 I created a new "CLR Console Application" project, and compiled it *without* modifications. The 32-bit binary prints "Hello World" on a... 更多 »
|
|
PerformanceCounterCategory.Get Categories not returning all categor
|
| |
On Windows 2008 Server with IIS7, PerformanceCounterCategory.Get Categories() is not returning some performance counter categories, including the new ones such as W3SVC_W3WP and WAS_W3WP from w3ctrs.dll. Try PerformanceCounter perfcounter = new PerformanceCounter("W3SVC_W3WP ", "Total HTTP Requests Served");... 更多 »
|
|
Understanding the distinction between value types and objects
|
| |
Hi, I was having a discussion with some co-workers today about the distinction between value types and objects - the discussion centred around whether or not value types were objects. The elements adding to our confusion were that: * value types (which are defined as structs) inherit from the System.ValueType class, which in turn inherits from System.Object,... 更多 »
|
|
Runtime version 2.0.50727.1433 - Fatal Execution Engine "
|
| |
hi, i have a window service in C# ,which is supposed to run 24x7,when i run it, it runs fine for some time (may be some time 15 hours or 1 day), but after that it hanged out. it does'nt do anything. it does not show any exception, but i found this in event log, 1. .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error... 更多 »
|
|
enum visibility across assemblies
|
| |
i have a solution with several c# projects in it to group common stuff like custom controls in one assembly, common object definitions in another one, xml conversion stuff in another one... trying to keep common stuff grouped together. I created a new 'objects' assembly to collect up the solutions... 更多 »
|
|
SQLDependency Disconnects for Web application
|
| |
All, I was following the article to fix dependency issue. [link] But the fix does not apply to .NET3.0 or later version. Any patch available for .NET3.0 or later. We are struggling for almost a week now. Any help will be highly appreciated.... 更多 »
|
|
|
1 - 10 個主題 (共 4219 個)
« 較新
|
較舊 »
|
|
|