Talk at AMDev Meetup

I spoke at Atlanta Microsoft Developers Meet up yesterday.   I did the following talk.   Leveraging ASP.NET MVC and Knockout in a Web Application This session is all about leveraging the power of data binding from knockout and traditional ASP.NET MVC views with unobtrusive validation.  We will see how we can inject knockout binding using …

Continue reading ‘Talk at AMDev Meetup’ »

Anti-forgery Tokens in ASP.NET MVC and Knockout

As I am implementing a small application framework for my current project that is using ASP.NET MVC and Knockout JavaScript library, I had to rethink the approach to using anti forgery tokens.  Any forgery tokens in ASP.NET MVC are designed to prevent cross-site request forgery attacks. Cross site scripting is number 2 on list of …

Continue reading ‘Anti-forgery Tokens in ASP.NET MVC and Knockout’ »

ASP.NET MVC Template and Knockout.js

I am trying to get up to speed with knockout.js.  I am brining it into an MVC application.  I am trying to reduce the amount of JavaScript our team has to write, especially in large, complicated screens.  At the same time, I want to leverage the power of MVC views.  Our application is using DataAnnotations, …

Continue reading ‘ASP.NET MVC Template and Knockout.js’ »