asp.net - Ext JS with C# Backend -


im starting new webproject. plan generate entire frontend via extjs , communicate c# .net backend (via extdirect !? )...

my problem dont know visualstudio project type should use.. backend should handle requests ext js (and communicate other entityframework projekt though thats not problem)... there tutorials around? didnt find that. not sure if have use asp web form project because didnt planned use asp controls or that. said want frontend generated ext js only.

please help. im glad input :)

i've built project asp.net mvc , extjs front end. use wcf service handle server side calls asp.net mvc framework works fine well.

i used ajax proxy in stores call asp.net controllers call database , return result json.

i used project traxplorer = extjs 4 mvc + asp.net mvc 3 + crud + rest me started.

you may want check out ext.net it's wrapper extjs library .net apps.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -