WebMatrix is an exciting new tool for creating ASP.NET Web applications. Unfortunately, Visual Basic developers face an additional challenge because Microsoft only surfaces C# templates. Here's how to ...
# Overwrite all XAML files in VB directories with files from comparable C# folders. # XAML files should be the same for both C# & VB so this means changes can be made for C# and then easily copied for ...
I'm always looking for ways to develop high quality software faster with less code. Recently, I explored aspect-oriented programming (AOP) to reduce code volume, and I cover the potential benefits in ...