Creating an ASP.NET 5 Class Library with Vim
One of the great things about ASP.NET 5 (aka vNext) is that there is no longer a reliance on Visual Studio. I definitely think VS »
One of the great things about ASP.NET 5 (aka vNext) is that there is no longer a reliance on Visual Studio. I definitely think VS »
ASP.NET 5 (aka vNext) has a new configuration system which is designed to be lightweight and to work everywhere. This means no more web.config »
If you’ve spent any time browsing the source of ASP.NET 5 (aka vNext), you’ve surely seen the [AssemblyNeutral] attribute floating around. What in »
A large part of programming (probably the largest part) is refactoring. It’s the process of taking existing code and improving it. And part of that »
Eric Lawrence posted an article the other day on web compression, focusing a bunch of different algorithms, what should get compressed and how to get the »
Google just released their first major update to their Material Design Spec. Originally released back in June, the spec is a document that outlines the best »
I’m writing this because I can, for some reason, never remember how to use Diskpart. And who uses DVD’s anymore? Download the Windows 10 »
My sister in law’s dad picked up golf a few years ago. We’ll call him George, because that’s a pretty generic name and »
Daniel Wertheim measured the performance of enum.ToString and found it to be 400x slower than using a comparable class with const’s. That’s a »
I ran into a situation recently where I accidentally merged an unfinished feature branch directly into master. I had been working on the feature and got »