Managing My Data: How I Replaced Google for about $6

Sounds crazy doesn’t it? Believe it or not, with a little savvy and a little free time, it’s not that difficult to take back your data. Eliminate the fear of your favorite services shutting down. Rid yourself or the worry that your private data is being used without your consent. Make sure your data less Read more about Managing My Data: How I Replaced Google for about $6[…]

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)[…]