I need to choose the right MVVM javascript framework for my .NET MVC4 web app.
I'm looking at Kendo and Knockout, both seems very similar.
Any big differences? Has anyone tried both and could tell me pros&cons?
Is Kendo lacking in some Knockout's features?
Thanks in advance!
Note: i'm using...
I'm using SQL Server Express with over 4 million record (world cities table).
A very simple query for autocomplete by city name takes between 5 to 13 ms (3 chars as minimum input).
City name field is obviously indexed.