Secure file system access on Linux is easy with SSH, now you can use that on Windows as well.
ionicons-v5-c 2 minutes 30 seconds read
Zip all changes since a previous commit easily.
ionicons-v5-c 1 minute read
A second look at Castle's PerRequestLifeStyle and application initialization.
ionicons-v5-c 2 minutes read
Magic strings in code are usually a bad idea for anything but trivial applications, ASP.NET MVC is no exception.
Build more flexible views in ASP.NET MVC. Code is up on GitHub.
ionicons-v5-c 2 minutes 45 seconds read
Use types to reference controllers instead of strings so the compiler can check your code.
ionicons-v5-c 3 minutes read
Transistion from WebForms to MVC without a major rewrite by enabling the MVC controllers to insert existing WebForms based controls.