Search Results

2
votes

C# .NET 3.0/3.5 features in 2.0 using Visual Studio 2008

You can use Mono's version of the System.Core which fully supports LINQ & Expression Trees. I compiled its source against .net 2.0, and now I can use it in my .net2.0 projects. This is great fo …
1
vote

Connecting to a remote queue via the hosts file

We are also using a hosts file in our environment and found out (the hard way) that MSMQ does not support it. Our solution is to use an abstraction layer (ITransport) over MSMQ, and let this layer …
0
votes

What’s the strangest corner case you’ve seen in C# or .NET?

This is one that I like to ask at parties (which is probably why I don't get invited anymore): Can you make the following piece of code compile? public void Foo() { …