I am creating a new ASP.NET application that greatly affects the user interface. I am leaning towards the web form model over MVC, as I am very familiar with it.
I have a few questions
The user interface allows users to perform tasks such as reordering table rows, dragging, interacting with images, etc., and changes are saved to the database without clicking the "Save" button. I understand that this can be done using AJAX. What architecture should be used (jQuery with a WS call? ASP.NET AJAX?). Is the implementation of these kinds of functions complicated and time-consuming?
Is there any value when using third-party tools like Telerik, or go with the built-in ASP.NET Ajax management tools?
I want to have the same look as other applications for Web 2.0. Are there any design patterns that can give me a hat?
Any help really appreciated.
EDIT Can you also talk about the architecture of the AJAX ASP.NET application?
- , MVC, , Telerik, Devexpress, Infragistics, . , .
...
MVC, , , , , , ; , 10 , , , . MVC jQuery , , , .
, , TemplateMonster, .
- MVC - , , , MVC . MVC, ASP.NET , jQuery. , , , - .
1) , , jQuery WS-, - . ? .
2) , Telerik ( AJAX Control Toolkit), , - , , .
3) .
asp.net 3.5 http://dropthings.omaralzabir.com/
, , : web 2.0 asp.net
... .. ..
http://www.amazon.com/Building-Web-2-0-Portal-ASP-NET/dp/B0026OR2SQ/ref=sr_1_2? = UTF-8 & s = & QID = 1256568264 & = 8-2
[ ] 1) DL BL /dll . , - . , AJAX. , . asp.net/ajax.net .
: http://blog.wekeroad.com/blog/i-spose-ill-just-say-it-you-should-learn-mvc/
I was tempted to create an application using web forms, because what I knew and studied the new structure was a bit complicated. Migrating from MVC was definitely more complicated, but now I'm so glad I did. MVC offers excellent separation of attention, excellent markup control, works well with jQuery and is suitable for TDD. Knowing what I know now, I will never prepare an application using web forms again.
Whatever you send, good luck.
Source: https://habr.com/ru/post/1721086/More articles:java: search and replace in a stream - javaCan Java be used to write a Win32 system service? - javaSql Получить всех детей родителя - sqlIn HTTP, what is REST? - http.htaccess 301 redirect to the main page if the page is not found - apacheBDD Testing Structures - RSpec and Cucumber - objective-cProblem understanding XOR linked list - linked-listSuggestions for correcting people's names, so they are capitalized correctly - phpПространства имен REST + json + JAXB + - jsonReplace any text from any HTML page before displaying it - javascriptAll Articles