Showing results for AJAX - .NET Blog

Sep 17, 2018
0
0

The future of ASP.NET SignalR

Andrew Stanton-Nurse
Andrew Stanton-Nurse

In ASP.NET Core 2.1, we brought SignalR into the ASP.NET Core family. Many of our users have asked what this means for the previous version of SignalR: ASP.NET SignalR. As a reminder, ASP.NET SignalR is represented by the NuGet package and runs on applications using .NET Framework and System.Web. ASP.NET Core SignalR is part of the ASP.NET Core p...

ASP.NETSignalR
Sep 3, 2015
0
0

AJAX Control Toolkit Critical Update

Jeffrey Fritz
Jeffrey Fritz

Our friends at DevExpress have been hard at work on the AJAX Control toolkit and have an update available that should be installed to cover a critical security vulnerability that has existed prior to the v15.1.x version.Brian Cardinale discovered the security vulnerability, a directory traversal issue, and has a blog post describing the issue in mo...

ASP.NET
Mar 10, 2015
0

Welcome Back! – The AJAX Control Toolkit March 2015 Update

Jeffrey Fritz
Jeffrey Fritz

Welcome Back! - The AJAX Control Toolkit March 2015 Update Its been 15 months since a significant update was released for the AJAX Control Toolkit on CodePlex. In the time since then, our friends at DevExpress have stepped up and offered to lead this open source project. In just a few short months, they have implemented a number of modern and stra...

ASP.NET
Feb 8, 2010
0
0

VSDoc for jQuery 1.4.1 Now Available

Web Development Tools Microsoft
Web Development Tools Microsoft

We finished generating a new VSDoc for the latest update of jQuery.  You can download it from the jQuery Downloads page.  A refresher on how to use the file can be found here or here.  Happy coding!Jeff KingProgram ManagerVisual Studio Web Tools

ASP.NET
May 26, 2009
0
0

Using Microsoft AJAX Control Toolkit with Visual Studio 10 Beta 1

Web Development Tools Microsoft
Web Development Tools Microsoft

In this post we will talk about the effects of a particular security enhancement in CLR 4.0 Beta 1 and how it affects working with AJAX Control Toolkit in Visual Studio 10 Beta 1 and possibly other 3-rd party assemblies. The security enhancement in question is the way CLR 4.0 treats assemblies that came from a remote source (e.g., downloaded from ...

ASP.NET
Feb 24, 2009
0
0

VSDoc for jQuery 1.3.2 Now Available

Web Development Tools Microsoft
Web Development Tools Microsoft

jQuery 1.3 was released a little over a month ago.  The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more.  Version 1.3.2 was released a few days ago and fixes some bugs include one involving selector performance in IE. I just...

ASP.NET
Nov 18, 2008
0
0

JScript IntelliSense FAQ

Web Development Tools Microsoft
Web Development Tools Microsoft

I've been reading through the 70 or so comments on our last 2 jQuery posts.  There have been a lot of great questions.  Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections).  Instead of answering them inline with the comments, I'll try to paraphrase the popular issues here and answer them cent...

ASP.NET
Nov 7, 2008
0
0

VS2008 SP1 Hotfix to Support “-vsdoc.js” IntelliSense Doc Files

Web Development Tools Microsoft
Web Development Tools Microsoft

Last week I mentioned we would be releasing a Hotfix to accompany our new jQuery VSDoc file.  This Hotfix is now available at the MSDN Code Gallery.  Here's a direct download link for this small (2MB) patch:http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736I want to emphasize that this patch is intended fo...

ASP.NET
Oct 28, 2008
0
0

Rich IntelliSense for jQuery

Web Development Tools Microsoft
Web Development Tools Microsoft

Update: A new Hotfix is availble to complement this file. A while back we updated VS2008 IntelliSense to not fail when referencing jQuery.  However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery.  If you didn't have the time, you could ...

ASP.NET