Tanuj Mathur and I presented at the .NET Unboxed conference about alternative web frameworks for .NET. We compared and contrasted Nancy, ServiceStack and ASP.NET WebAPI. The conference recorded it and published it on YouTube. Check it out! Continue reading
Tag Archives: asp.net
ServiceStack 4 Cookbook
If you are a .NET developer who is looking for a simpler way to build services, this is the book for you. It will show you how to write fast, maintainable APIs that are a pleasure to use and maintain starting from the database to the client and everything in-between. Comprehensive coverage of the Redis library, … Continue reading
ASP.NET/MVC Web Security Basics: CSRF
Cross Site Request Forgery, which is sometimes known by the acronyms “XSRF” or “CSRF”, is a category of attacks against a web site which can be very effective – when applications are vulnerable, it’s possible to create real problems. A common example of CSRF in an online banking application can cause a bank account holder … Continue reading
Retooling
The beginning of a software project can be a great time to look at your tools with fresh eyes. Sure, you’ve been doing just fine all along with Visual Studio 2005 for years, but all right, fine now that 2010 is in beta it’s probably time to take a hard look at Visual Studio 2008. … Continue reading