Tuesday, 15 March 2011

asp.net - Architecture on a .net 3.5 webforms website using Json, html, jquery, Knockout.js exclusively -



asp.net - Architecture on a .net 3.5 webforms website using Json, html, jquery, Knockout.js exclusively -

i'm starting greenfield web application needs run within .net 3.5 webforms website, otherwise detached in terms of interactivity current site. trying design architecture minimize or eliminate utilize of webforms. far i've come using wcf web services in json (web api unfortunately not alternative due 3.5 restriction) , having knockout.js exclusively on client side. ideally not add together aspx pages straight html pages build ui front.

1) possible/reasonable?

2) able implement asp.net utility functionality windows authentication , user roles access security using html pages knockout.js instead of aspx pages?

if looking minimize actual amount of work , prefer maintain things simple possible recommend @ to the lowest degree taking @ using servicestack. it'll you'll want webapi runs on net3.5 , has different formats available consume including soap (yeah, people still utilize that). best part don't have write other code formats. has ability output html format json, jsv, xml, soap, etc.

you'd employ knockout.js , perhaps breezejs (http://www.breezejs.com) alter tracking. http://www.servicestack.net/

asp.net json knockout.js webforms breeze

No comments:

Post a Comment