Bugs
-
.NET
Nasty Const Bug in ASP.NET 5
Recently, Microsoft released some much-anticipated software including Visual Studio 2015 and .NET 4.6. This has not been without hiccups though:…
Read More » -
Software Development
10 Things You Should Know When Submitting a Bug
An on-call technical support engineer wakes up groggily at 2am, when his phone rings. It’s a department manager. “Huhhhh? Huhhlllo?”…
Read More » -
.NET
Lambda methods and implicit context
The C# compiler is lazy, which is usually a very good thing, but that can also give you some issues.…
Read More » -
.NET
Taking full dumps for big IIS apps
If your application is running on IIS, you are getting quite a lot for free. To start with, monitoring and…
Read More » -
Software Development
A bad test
This is a bad test, because what it does is ensuring that something does not works. I just finished implementing…
Read More »