Top "Clr" questions

The Common Language Runtime (CLR) is a core component of Microsoft's .NET initiative.

Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly

A .NET 3.5 solution ended up with this warning when compiling with msbuild. Sometimes NDepend might help out but in this …

.net msbuild clr ndepend
What are major differences between C# and Java?

I just want to clarify one thing. This is not a question on which one is better, that part I …

c# .net clr java
In C#, why is String a reference type that behaves like a value type?

A String is a reference type even though it has most of the characteristics of a value type such as …

c# string clr value-type reference-type
SQL Server: How to check if CLR is enabled?

SQL Server 2008 - What is an easy way to check if clr is enabled?

sql sql-server clr
Try-catch speeding up my code?

I wrote some code for testing the impact of try-catch, but seeing some surprising results. static void Main(string[] args) { …

c# .net clr try-catch performance-testing
.Net 4.0 Windows Application crashes in clr.dll under Windows Server 2008

I have a Windows application scheduled to run on a daily basis and fails intermittently due to the following log …

windows .net-4.0 crash clr
Casting vs using the 'as' keyword in the CLR

When programming interfaces, I've found I'm doing a lot of casting or object type conversion. Is there a difference between …

c# casting clr
Windows service / A new guard page for the stack cannot be created

I have a windows service that does some intensive work every one minute (actually it is starting a new thread …

c# debugging windows-services clr stack-overflow
Float vs Double Performance

I did some timing tests and also read some articles like this one (last comment), and it looks like in …

c# .net clr performance
ASP.NET CLR Not Enabled

I am getting the following error on my new installation of ASP.Net and SQL Server when I run my …

asp.net sql-server clr