Preventing CSRF (Cross-Site Request Forging) Attacks with ASP.NET MVC
This article demonstrates just how simple it is to prevent CSRF attacks on your ASP.NET MVC website.
This article demonstrates just how simple it is to prevent CSRF attacks on your ASP.NET MVC website.
Switching from Memcache to Wincache allows for faster functionality but can be a pain. Here's something to remove that pain...
I made a Gist that lets you cache a load of date data!
More work done on my tower defense game... Night 4+ here I come!
Made quite some progress on the XNA Challenge's Tower Defense game!
Many people think using HTTPS magically makes their website secure.. They're wrong!
Confused about which extension you should use in PHP for your database? Look no further.
The current protocols that we have for emails are so archaic.. Why?
Mobile applications that need to transfer data on a constant basis can be hard to figure out.. Here's a few ideas for you!