By tag: Bullshit
0
kicks
Wake up ASP.NET developers!
You’re participating in the stagnation of the World Wide Web and you hold the human race hostage.
0
kicks
Do you really need a data access layer with LINQ?
Some thoughts on skipping the creation of a data access layer in a web application that uses LINQ for all of its database access.
0
kicks
Don’t Use Double.Nan
Comparison of a double with double.Nan (Not a Number) will always return false. If we want to check whether a specific double is...
0
kicks
Dependency Injection Not Needed In C#
We do not need Dependency Injection in C# 3.0. Because we already have it in a very cleaner way!... (Using extension methods in a different way to make everything inside-out!)
0
kicks
Things I Hate About .NET
What are some of the most annoying things about programming in .NET? See what I think and how to overcome them.
0
kicks
Why asp.net MVC is so awesome.
The number one reason why asp.net MVC is the best thing ever.
0
kicks
Writing Maintainable Code Considered Harmful
Reasons on why developers should not write maintainable code
0
kicks
Try/Catch Blocks Can Hurt Performance Significantly
Over at Programmers Heaven.com, there’s an interesting article on the potential performance impact of try/catch blocks. The article concluded that the average cost of a try/catch block is essentially nothing (sorry there’s no author information on the post), and that .NET/C# programmers should not t...
0
kicks
Do Not Learn Ruby
A tongue in cheek essay on the perils of learning Ruby. You've been warned: do not learn Ruby!
0
kicks
Best VS Fonts and Settings EVER
Okay the title is a bit over the top :) Recently I was playing around with the vs settings after reading Scott Hanselman's article on black/white IDE colors and came up with this. Take a look and let me know what you think. Maybe it will be your new color scheme in VS...