A good book about jQuery and its compatibility with asp.net

Any recommendations?

I already used jQuery, but I would like to delve into it and find out how I can use it with asp.net, in particular instead of updatepanel and ajax toolkit.

I am using asp.net forms.

+3
source share
4 answers

JQuery / Javascript runs on the client site, so it is not agnostic on the server side. I did not do much .NET coding, but if I wanted to use jQuery with my .NET application, I would use MVC more instead of Webforms and create all html / css / js manually.

This is a good book that I would recommend.

+1
source

jQuery, jQuery . , - , , . , jQuery .

, , JavaScript, , .

jQuery ASP.NET, .

1) Microsoft jQuery visual studio. , , , , , .

2) jQuery ASP.NET. Visual Studio , ASP.NET . -, jQuery, . - , aspx ajax. JSON.

, jQuery ASP.NET, , .

+1

, jQuery, . , jQuery, jQuery , . .net, , ajax Telerik asp.net.

0

, , , , , , -, ebook .

, , MVC 2 -, , , MVC2 jQuery out .

jquery this one, , , jQuery, , 1.4 ( 1.4.1 1.4.2)

One thing I would like to do using jQuery with asp.net is the asp.net method until 3.5 displays the client id tags, its pain to work and you end the selector with a regular expression ("id $ = myTextBox ") or by class, both of which are slower than selecting by id. In asp.net 4, you have more control over how identifiers are displayed, so this is better, but you have the most control with MVC.

NTN

0
source

Source: https://habr.com/ru/post/1744542/


All Articles