Recommendations for creating new ASP.NET applications

I’m creating a new ASP.NET application that is important in the UI. I tend to prefer the web form model on MVC because I am very familiar with it.

I have a few questions

> The UI allows users to perform tasks such as reordering table rows, drag-and-drop operations, interacting with images, etc., and the changes will be saved to the database without clicking “Save” Button. I know this can be done using AJAX. What architecture is needed (JQuery with WS call? ASP.NET AJAX?). Is it complicated and time-consuming to implement this function?
>Is there any value in using a third-party toolkit (such as Telerik) or using the native ASP.NET Ajax control toolkit?
>I want to have the same look and feel as other Web 2.0 applications. Are there any design templates that can give me a start?

Any help is greatly appreciated.

Edit
Can you also learn about the architecture of AJAX ASP.NET applications?

>I have been using applications, where business logic and data layer are separate projects. It seems that AJAX applications tend to use web services. Does this mean that BL and DAL are now webservices?
>If I want to avoid using web services, can I use the static page method? **

The control market surrounding Web forms is more mature than MVC, so it comes from Telerik, Devexpress, Infragistics The tools of other companies will have a more mature implementation and a broader support base. Most people will do what you mentioned in the mainstream browsers.

That said…

Considering MVC, when you put an application in the field, it may exist for many years, no matter what you think; now it may still be usable in 10 years, so make such a decision, focus on In the future. MVC and jQuery form a powerful combination that can provide you with a wealth of functions, which are usually commensurate with the functions provided by third-party control vendors.

As for design templates, there are several Websites, such as TemplateMonster, can provide you with a quick start.

I am creating a new ASP.NET application that is important in the UI. I prefer MVC The web form model because I am very familiar with it.

I have a few questions

> The UI allows users to perform operations such as reordering table rows, drag-and-drop operations, and images Interaction and other tasks, and the changes will be saved to the database without clicking the “Save” button. I know this can be done using AJAX. What architecture (JQuery with WS call? ASP.NET AJAX?) is needed to achieve this function? Complex and time-consuming?
>Is there any value in using a third-party toolkit (such as Telerik) or using the native ASP.NET Ajax control toolkit?
>I want to have the same look and feel as other Web 2.0 applications. Are there any design templates that can give me a start?

Any help is greatly appreciated.

Edit
Can you also learn about the architecture of AJAX ASP.NET applications?

>I have been using applications, where business logic and data layer are separate projects. It seems that AJAX applications tend to use web services. Does this mean that BL and DAL are now webservices?
>If I want to avoid using web services, can I use the static page method? **

The control market surrounding Web forms is more mature than MVC, so tools from companies such as Telerik, Devexpress, Infragistics will have more mature implementation and more sophisticated Broad support base. Most people will do what you mentioned in mainstream browsers.

That said…

Consider MVC, when you put an application When the program is placed in the field, it may exist for many years, no matter what you think; it may still be usable in 10 years now, so this decision is made, with an eye on the future. MVC and jQuery constitute a powerful The combination can provide you with a wealth of functions, which are usually commensurate with those provided by third-party control vendors.

As for design templates, there are several websites, such as TemplateMonster, that can provide you with a quick start .

Leave a Comment

Your email address will not be published.