Consequences of Using Knockout.js in MVC

I see many, many advantages when using Knockout.js in my MVC project, but before I go for it, I want to make sure that there are any consequences of using the same or the precautions you need to take when using Knockout.js

+3
source share
1 answer

KnockoutJS is enabled by default starting with ASP.NET MVC4, so it’s safe to say that you will see a lot in ASP.NET MVC in the future.

Ultimately, there are no conflicts that you need to worry about using Knockout using ASP.NET MVC. It does not conflict with any of DataAnnotations or with other auto-scaffolded JavaScript.

( DataAnnotations jQuery validation), , .

Knockout MVC4 Node.JS, jQuery - - .

+5

All Articles