My Virtual Workspace

Most production environments today are running in some form of private (or public) cloud.  With hardware performance and capacity increasing and costs decreasing it’s hard to argue that virtualized servers make sense.  But why stop at servers? Why not virtualize your development environment?  This is a question I posed about two years ago.  I challenged myself Read more about My Virtual Workspace[…]

Clean Up your Query String and Use Inline Forms to Pass Data (PostActionLink)

The Challenge One requirements for my latest MVC application was that no data sensitive be passed via the query string.  This includes elements like IDs, Usernames, Email, etc.  Many of the MVC examples use the query string to pass value type data between screens.  I needed a reusable method to add links to the screen Read more about Clean Up your Query String and Use Inline Forms to Pass Data (PostActionLink)[…]