Invalid value for encryptedTicket parameter on iPad and Tablets

Invalid value for encryptedTicket parameter on iPad and Tablets

When using FormsAuthentication.Decrypt from an existing project it turned out that testing it from certain devices caused the error Invalid…

May 9, 2013     No Comments
Read More
Bundled Assets Deployed to IIS gets 404 Error

Bundled Assets Deployed to IIS gets 404 Error

So you are using ScriptBundle and StyleBundle in your ASP.Net app and it all works great. But when you deploy…

Apr 17, 2013     No Comments
Read More
Manual SQL Query with Entity Framework

Manual SQL Query with Entity Framework

Entity Framework as you may or may not know allows you to map classes to tables and create joins between…

Feb 19, 2013     No Comments
Read More
A quick MVC Performance Tip

A quick MVC Performance Tip

If you have an ASP .NET MVC project and DON’T use Web Forms then this is a very quick performance…

Feb 8, 2013     No Comments
Read More
Hosting and updating your code with Git and BitBucket (for Free)

Hosting and updating your code with Git and BitBucket (for Free)

I had played around with all the cloud storage options, SkyDrive, Google Drive, Dropbox, etc and whilst they did all…

Dec 10, 2012     No Comments
Read More
Retrieve MVC Route Data in Javascript

Retrieve MVC Route Data in Javascript

There became a need in one of my projects to load a specific record via Ajax/WebApi. However the id of…

Oct 27, 2012     No Comments
Read More