NuGet Guidance
Sometimes a NuGet package can contain complex install logic. When this is the case, it can be a real hassle for a C# programmer to write all the code in...
»Sometimes a NuGet package can contain complex install logic. When this is the case, it can be a real hassle for a C# programmer to write all the code in...
»After attending Scott Hanselman's session at Techdays, I was really excited about NuGet. It's so easy to use and so versatile. Only one thing bothered me, and that is actually...
»The other day at work I felt the need to show the user a message, but wanted to do it a bit more fancy than just use the regular, old,...
»At work I'm currently working with dotTrace to check the performance of our application. A few of our issues were quickly traced back to the faulty usage of the Count()...
»I'm currently working on a little helper framework and started placing all my strings in a resource file to keep my code as tidy as possible. At this point I...
»