News

Practical .NET Making Your Life Easier with C# Scripting Test projects give you a way to exercise your code to see if it works but they're also part of your project's "permanent record." If all you ...
Looking Forward The Roslyn project is looking very promising, and already has a lot of powerful APIs available for developers to wield. Today I've shown only the Scripting API, which can be used to ...
I've got a reusable WPF .dll that has a Window that's desired behavior is to check the Entry assembly (The .exe that was originally run) for an icon of a certain name, and if it exists, use it as ...
I've been using Java for years, but I'm new to C#.I want to duplicate the functionality of this code in C#. This periodically reads the first two integers ...