clr
SQL CLR - safe/unsafeand memory usage concerns
I\'m running a MS SQL Server 2008 R2 installation which is in the process of being commissioned. I\'ve written an application which encrypts and decrypts columns in tables on demand which works fine.[详细]
2023-03-26 20:44 分类:问答Where can I find the declaration of HOST_E_CLRNOTAVAILABLE (type HRESULT) constant?
Could any开发者_C百科one, please, help me to find the header file, which contains the declaration of HRESULTs returned by ExecuteInDefaultAppDomain() function. The compiler doesn\'t see the values doc[详细]
2023-03-26 20:29 分类:问答Making your .NET language step correctly in the debugger
Firstly, I apologize for the length of this question. I am the author of IronScheme. Recently I have been working hard on emitting decent debug info, so that I can use the \'native\' .NET debugger.[详细]
2023-03-25 22:44 分类:问答Garbage Collection Modes: If 2 apps exist on a server, does "Server Mode" rob Peter to pay Paul?
A 2-parter (if necessary I can seperate questions to award seperate right answers): We\'re in a situation where running in server mode is likely appropriate: We have 2 enterprise level apps running o[详细]
2023-03-25 20:42 分类:问答SQL CLR: Streaming table valued function results
My iss开发者_StackOverflow社区ue is very similar to this issue. However, I\'m using SQL Server 2005 Service Pack 2 (SP2) (v9.0.3042) and the solution posted there does not work for me. I tried using[详细]
2023-03-25 15:38 分类:问答Is the network load balancer of a web farm affected by GC strain?
Can the resources of one machine in 开发者_开发百科a web farm be affected to such a point by an app running with Garbage Collection Mode = \"server mode\" such that the network load balancer will adju[详细]
2023-03-25 12:25 分类:问答.NET how to measure how many bytes allocated in a request?
I need to trace objects that are al开发者_如何转开发located in a request. Is there any tool or command that can help me know how many bytes are allocated and when?I think Ants Memory Profiler can help[详细]
2023-03-25 12:16 分类:问答Retrieve JIT output
I\'m interested in viewing the actual x86 assembly output by a C# program (not the开发者_如何学运维 CLR bytecode instructions).Is there a good way to do this?While debugging your application in Visual[详细]
2023-03-25 04:30 分类:问答The Global Assembly Cache - Deployment via Codebase Questions
Basically we have many severs running many ASP.NET sites in different app pools. We roll updates every 2 weeks. My basic question comes down to this:[详细]
2023-03-25 00:39 分类:问答Are strings and static fields garbage collected?
When do strings and static fields get reclaimed by the garbage collector? I\'m asking this because I know statics开发者_JAVA百科 in ASP.NET are always live. The garbage collector only collects object[详细]
2023-03-24 10:38 分类:问答