C#

A 20-post collection

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...

»

Nuget Build And Deploy

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...

»

Modal Message Box for WinForms in .NET 2.0+

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,...

»

Avoid Count() methods

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()...

»

Multilanguage using Resource files (resx) in C# .NET

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...

»