English 中文(简体)
• 学习AJAX...VS2010年XMLHttpRequest的替代品(wrappers?)是什么?
原标题:Learning AJAX... what are the alternatives (wrappers?) for XMLHttpRequest in VS2010?

我正在利用VS2010对基于微软的ASP进行编码。 NET服务器。 我认为,<条码>XMLHttpRequest是现有所有宇宙航空研究开发机构技术的基础。

谁能告诉我,什么是最重要的总结/方法,以了解何时利用 Java印对付共同技术? 我认为,Microsoft的报价、谷歌、JQuery、WCF和oData混淆了Im。 更不用说,大约3个政党的控制似乎也提供了支持。

在这里,我收到了WCF“wrapper” 字母(我认为它使用XMLHttpRequest)。

<asp:ScriptManager ID="ScriptManager1" runat="server">
            <Services>
                <asp:ServiceReference Path="~/GreetingService.svc" />
            </Services>
        </asp:ScriptManager>

http://www.ohchr.org。

<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.3.2.min.js" type="text/javascript"></script> 

<>MS-AJAX

<script src="http://ajax.microsoft.com/ajax/beta/0909/MicrosoftAjax.js" type="text/javascript"></script>

如果所有这些图书馆都在内部使用XMLHttpRequest,你能否告诉我? 我是否应该知道其他文字?

我的目标是了解冲入WCF、 oData和AJAX向服务器发出的任何其他呼吁的 j。 Any!

感谢!

问题回答

Jquery ajax应当非常好。

http://api.jquery.com/jQuery.ajax/

你们可以越过浏览器电话:aspx, .asmx, 甚至 w夫。

我们广泛使用微额信贷和jquery吸收,用于所有亚x电话获取数据和更新数据。

我认为,所有服务器辅助技术的分类都很好。

你们也可以使用各种回归类型,如Xml ,json等。

让我知道,你是否需要其他东西,即提供更多细节。

XMLHttpRequest是你将用来使某种不寻常的呼声退回发送/接收某些信息的目的。 然而,我认为你提出的问题有几个误解。 gov提供了我个人项目的大部分时间,即“贱民”方法。 这基本上以一个ice、简单的yn子对你的要求进行了总结。 那里还有其他一些图书馆,如谷歌关闭、多霍和YUI(以及其他人!)等,视你们的需要,也做了类似的抽象论。

我是Microsoft的报价,你指的是使用更新小组。 这基本上会模拟同步的警示,但是,它仍将使用你可能习惯的回击方法。 我个人已经走过这条路,因为我想控制页上所用的java字母(而不是微软的发电机)。

妇联的确是为了创造能够消费或提供信息的服务。 然而,如果你能用你的麻省办法,就可称之为“世界妇联”服务,但世界妇联本身并没有做任何事情。

我的先头与奥达塔本人合作,但从我能够告诉的那儿,我通过原子或json馈电,制定服务协议,帮助整理从电线回来的信息。

在这种情景中,我能够看到的最简单和最快的 st子是利用 j与一页。 如果你在“世界合作框架”中写了字,为“组合”作好准备! 我希望上述任何信息能帮助你。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签