Tag Archives: .net

Namespace Bug in .NET 4.0

I have found a strange bug in .NET 4.0 today. I have a Windows service, nothing unusual, and its class declaration is something like namespace MyService { public partial class MyService: ServiceBase { Notice how the namespace and the class … Continue reading

Posted in Jungle Troll | Tagged , , , | Leave a comment