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.
ionicons-v5-c 1 minute read
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.