jQuery and Microsoft

jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular libraries on the web.

A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code.  jQuery supports this via a nice "selector" API that allows developers to query for HTML elements, and then apply "commands" to them.  One of the characteristics of jQuery commands is that they can be "chained" together - so that the result of one command can feed into another.  jQuery also includes a built-in set of animation APIs that can be used as commands.  The combination allows you to do some really cool things with only a few keystrokes.

For example, the below JavaScript uses jQuery to find all <div> elements within a page that have a CSS class of "product", and then animate them to slowly disappear:

As another example, the JavaScript below uses jQuery to find a specific <table> on the page with an id of "datagrid1", then retrieves every other <tr> row within the datagrid, and sets those <tr> elements to have a CSS class of "even" - which could be used to alternate the background color of each row:

[Note: both of these samples were adapted from code snippets in the excellent jQuery in Action book]

Providing the ability to perform selection and animation operations like above is something that a lot of developers have asked us to add to ASP.NET AJAX, and this support was something we listed as a proposed feature in the ASP.NET AJAX Roadmap we published a few months ago.  As the team started to investigate building it, though, they quickly realized that the jQuery support for these scenarios is already excellent, and that there is a huge ecosystem and community built up around it already.  The jQuery library also works well on the same page with ASP.NET AJAX and the ASP.NET AJAX Control Toolkit.

Rather than duplicate functionality, we thought, wouldn't it be great to just use jQuery as-is, and add it as a standard, supported, library in VS/ASP.NET, and then focus our energy building new features that took advantage of it?  We sent mail the jQuery team to gauge their interest in this, and quickly heard back that they thought that it sounded like an interesting idea too.

Supporting jQuery

I'm excited today to announce that Microsoft will be shipping jQuery with Visual Studio going forward.  We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch.  The files will continue to use and ship under the existing jQuery MIT license.

We will also distribute intellisense-annotated versions that provide great Visual Studio intellisense and help-integration at design-time.  For example:

and with a chained command:

The jQuery intellisense annotation support will be available as a free web-download in a few weeks (and will work great with VS 2008 SP1 and the free Visual Web Developer 2008 Express SP1).  The new ASP.NET MVC download will also distribute it, and add the jQuery library by default to all new projects.

We will also extend Microsoft product support to jQuery beginning later this year, which will enable developers and enterprises to call and open jQuery support cases 24x7 with Microsoft PSS.

Going forward we'll use jQuery as one of the libraries used to implement higher-level controls in the ASP.NET AJAX Control Toolkit, as well as to implement new Ajax server-side helper methods for ASP.NET MVC.  New features we add to ASP.NET AJAX (like the new client template support) will be designed to integrate nicely with jQuery as well. 

We also plan to contribute tests, bug fixes, and patches back to the jQuery open source project.  These will all go through the standard jQuery patch review process.

Summary

We are really excited to be able to partner with the jQuery team on this.  jQuery is a fantastic library, and something we think can really benefit ASP.NET and ASP.NET AJAX developers.  We are looking forward to having it work great with Visual Studio and ASP.NET, and to help bring it to an even larger set of developers.

For more details on today's announcement, please check out John Resig's post on the jQuery team blog.  Scott Hanselman is also about to post a nice tutorial that shows off integrating jQuery with ASP.NET AJAX (including the new client templating engine) as well as ADO.NET Data Services (which shipped in .NET 3.5 SP1 and was previously code-named "Astoria").

Hope this helps,

Scott

Published Sunday, September 28, 2008 11:32 AM by ScottGu

Comments

# jQuery to ship with ASP.NET MVC and Visual Studio

Sunday, September 28, 2008 2:34 PM by Scott Hanselman's Computer Zen

# jQuery and Microsoft

Sunday, September 28, 2008 2:40 PM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:43 PM by Chad Myers

This is simply amazing!  Thank you very much for doing this. We use ASP.NET and jQuery and pine for better jQuery IntelliSense support in VS. Wow... just wow!

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:45 PM by Dave Ward

Best news I've heard in months!  Kudos to whoever made this happen.

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:48 PM by Brian Chavez

About time!  MS is moving in the right direction.  The same kind of decision should have been with NHibernate with regard to EF. :(

# jQuery and ASP.NET MVC &laquo; If only I were . . .

Sunday, September 28, 2008 2:50 PM by jQuery and ASP.NET MVC « If only I were . . .

Pingback from  jQuery and ASP.NET MVC &laquo; If only I were . . .

# jQuery: &raquo; jQuery, Microsoft, and Nokia

Sunday, September 28, 2008 2:50 PM by jQuery: » jQuery, Microsoft, and Nokia

Pingback from  jQuery:  &raquo; jQuery, Microsoft, and Nokia

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:51 PM by Chris Sutton

This is really exciting. I never expected to see an open source library show up in a Microsoft product.

Good choice.

Chris Sutton

# Betancourt.us &raquo; Blog Archive &raquo; Microsoft and Nokia to use jQuery

Pingback from  Betancourt.us  &raquo; Blog Archive   &raquo; Microsoft and Nokia to use jQuery

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:55 PM by Rune Juhl-Petersen

Wow. I never thought I would see this. This is the first open source project that was supported instead of dublicated by MS. Keep it up, you are on track now! :)

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:57 PM by Chris Hardy (ChrisNTR)

Top notch stuff, Can't say too much more about this apart from that it's fantastic news!

# re: jQuery and Microsoft

Sunday, September 28, 2008 2:57 PM by David Pellerin

Great news, Scott!  Things are moving in the right direction.  Exciting times.

# Ajaxian &raquo; jQuery finds its way into Microsoft and Nokia stacks

Pingback from  Ajaxian &raquo; jQuery finds its way into Microsoft and Nokia stacks

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:02 PM by Nairb

What are you doing to get around the existing conflict of both the MS Ajax library and jQuery using $ as shorthand?

This is absolutely fantastic news.

# ReadyState4 &raquo; Blog Archive &raquo; Blogging live from jQuery Camp 2008 (@MIT in Boston)

Pingback from  ReadyState4 &raquo; Blog Archive   &raquo; Blogging live from jQuery Camp 2008 (@MIT in Boston)

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:08 PM by Adam Tybor

Awesome!  As Chad says, AMAZING.  I can't believe what I am reading.  MS is going to use an existing unmodified oss project!  I am speechless.  Scott, given where the .net community was 3 years ago, the work you have done to help bolster a more open and cooperative .Net community lead by Microsoft is unprecedented.  I hope we can continue to see more announcements like this and continue see more open projects like Ironruby and Asp.Net MVC coming out Redmond.  

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:14 PM by Rachit

Wow...this is huge... Kudos for both, jQuery & Microsoft. Life (of the developers) will be a little better. :)

# Microsoft To Bundle jQuery Into Development Platform

Sunday, September 28, 2008 3:15 PM by Microsoft To Bundle jQuery Into Development Platform

Pingback from  Microsoft To Bundle jQuery Into Development Platform

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:15 PM by Jesper Eiby

This is just what I needed.

And I'm very excited that it's going to happen.

Thank you!

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:15 PM by Joe Chung

I have to be honest.  I did a date check vs. April 1 in my head before I finished reading this post.

Wow, this is FANTASTIC news!  I can't wait to tell the guys on the homepage team about this. :)

# jQuery announces partnership with Microsoft and Nokia | Front End Book

Pingback from  jQuery announces partnership with Microsoft and Nokia | Front End Book

# jQuery as a Built-in Part of ASP.NET MVC and Visual Studio

Sunday, September 28, 2008 3:20 PM by Keyvan Nayyeri

As you may know, jQuery is one the recent rocking open source technologies on the web that could receive a great acclaim by all web developers and designers. This rich JavaScript library that is built for two main goals (lightening the size of JavaScript

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:22 PM by Andy

Scott,

I think this is just such incredibly good news for ASP.NET developers.  I'm posting from the jQuery conference in Boston and I can tell you that this announcement is making all the ASP.NET folks here super happy today.

Andy

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:26 PM by Portman

Scott, this is great news. From a legal perspective, what changed?

When ASP.NET AJAX first shipped, I suggested that it should have been built atop Prototype (the jQuery of its day). I was told in no uncertain terms that Microsoft cannot involve itself with open-source code:

"While it may seem a little silly to say that we can't look at the source code whereas it's plain text that's downloaded by the browser, it doesn't matter from a legal standpoint. We just can't look at it, let alone use it."

Bertrand LeRoy, January 2006, forums.asp.net/.../1179734.aspx

So, what changed at Microsoft during the last 2.5 years? If this represents a policy shift of MSFT's legal team, I think it's (a) worth discussing the policy change in its own right and (b) a phenomenal benefit to Microsoft and its ecosystem.

Thanks,

Portman

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:28 PM by Peter O

This sounds like great news. Ordinarily, I would have been extatic. I was but it lasted about 5 min. Then, I remembered history.

But just so we are clear: You are committing to us that MSFT will not "be forking or changing the source from the main jQuery branch" and you will "go through the standard jQuery patch review process" for tests, bug fixes and patches.

As you can see, jQuery just managed to restore sanity to the browser DOM madness introduced by none other than Microsoft. We don't want this move to transform into "how jQuery became browser specific again".

Remember T-SQL, Java, Mozilla (IE)

# JQuery nu en del af .NET pakken!

Sunday, September 28, 2008 3:32 PM by JQuery nu en del af .NET pakken!

Pingback from  JQuery nu en del af .NET pakken!

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:34 PM by Yulian Slobodian

This is REALLY GREAT move!

Big thanks for all who made this tandem real

and WOW =)

# re: jQuery and Microsoft

Sunday, September 28, 2008 3:36 PM by benhart

Very exciting times indeed. I'm simultaneously ecstatic and relieved to see this shift to "openness" from MS, and thank you and all others that are making it happen. Keep it up!

# jQuery, Microsoft y tú

Sunday, September 28, 2008 3:38 PM by Variable not found en Geeks.ms

jQuery, Microsoft y tú ScottGu , Hanselman y John Resig han publicado hoy una noticia muy esperada por

# jQuery and Microsoft

Sunday, September 28, 2008 3:41 PM by jQuery and Microsoft

Pingback from  jQuery and Microsoft

# Microsoft to adopt jQuery | Yelotofu

Sunday, September 28, 2008 3:50 PM by Microsoft to adopt jQuery | Yelotofu

Pingback from  Microsoft to adopt jQuery | Yelotofu

# Visual Studio will ship with jQuery

Sunday, September 28, 2008 3:52 PM by Hadi Hariri's Blog

Visual Studio will ship with jQuery

# Visual Studio will ship with jQuery

Sunday, September 28, 2008 3:52 PM by Hadi Hariri's Blog

Visual Studio will ship with jQuery

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:00 PM by Jeremy

I'm really impressed that Microsoft pursued this course.  

# Jeffrey McManus &raquo; ASP.NET Ajax Will Incorporate JQuery

Sunday, September 28, 2008 4:14 PM by Jeffrey McManus » ASP.NET Ajax Will Incorporate JQuery

Pingback from  Jeffrey McManus &raquo; ASP.NET Ajax Will Incorporate JQuery

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:23 PM by Robert S. Robbins

The Ning platform is also replacing their use of the Dojo JavaScript library with jQuery. I'll see if I can bake my jQuery help file into the Microsoft Document Explorer as a new help collection. That would save me some time in looking things up.

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:26 PM by liammcmullen

good work Scott - this is the microsoft we need!

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:30 PM by Rick Strahl

This is awesome news. Does this also mean that MS AJAX 4.0 going forward is going to use jQuery to avoid duplication of functionality?

Either way this is great. To me jQuery has easily  the most game changing component in Web Development since ASP.NET originally was released.

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:30 PM by Adam

F**king Excellent news! Good to see Microsoft adapting to the community and moving towards a standard web!

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:31 PM by brainopia

Jquery have deserved to be recognized among top players =)

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:34 PM by Ajay Bhosale

This is first example that Microsoft respected open source solutions and created partnership with them, hope the trend goes on.

Scott, Please pick more tools and practices from Alt .net space too.

Regards,

Ajay

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:34 PM by Joel

This is great Scott!  jQuery is great...I've been using it for a while now and have wished that it was more integrated into asp.net ajax.  Your team has obviously been busy.  Thanks for making things easier on the dev community.  BTW...Silverlight 2 can't come soon enough!

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:37 PM by Tyrven

I'm curious to hear how Microsoft will address points of overlap between the ASP.NET AJAX Library and jQuery.  In many way, jQuery is a natural complement to ASP.NET AJAX, providing Roadmap features such as CSS selectors.  In other ways, it provides its own distinct methods for retreiving AJAX data, handling events and (with jQuery UI) extending controls.  I see that you'll be integrating it with the AJAX Control Toolkit which I assume will address the overlap with jQuery UI - but what about other features?  Will Microsoft support both?  Deprecate the existing ASP.NET AJAX approach?  Or will you allow both, but encourage the Microsoft methods?

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:48 PM by Matt Watson

This is a great addition to ASP.NET!

# blog.nordenfelt.com

Sunday, September 28, 2008 4:48 PM by blog.nordenfelt.com

Pingback from  blog.nordenfelt.com

# jQuery to Ship as Part of Visual Studio

Sunday, September 28, 2008 4:51 PM by Dare Obasanjo aka Carnage4Life

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:52 PM by Barry Dahlberg

Great news, good to see MS recognising some of the existing work out there.

# ASP.NET MVC and jQuery can now produce legitimate offspring

Sunday, September 28, 2008 4:52 PM by Kyle Baley - The Coding Hillbilly

You know this by now but my university English professor is a mean sucker and would hunt me down if I

# Microsoft to ship & support jQuery

Sunday, September 28, 2008 4:57 PM by Bashmohandes

A fresh announcement from ScottGu today, that Microsoft will be shipping jQuery (the light weight javascript

# re: jQuery and Microsoft

Sunday, September 28, 2008 4:58 PM by cmv

Now convince the IE team to use WebKit or Mozilla as their rendering engine and Microsoft will have finally be caught up to everyone else. Shocking decision, great job.

# Microsoft is adopting jQuery moving forward at MasterMaq&#8217;s Blog

Pingback from  Microsoft is adopting jQuery moving forward at MasterMaq&#8217;s Blog

# jQuery and Microsoft

Sunday, September 28, 2008 5:11 PM by Ross Hawkins

jQuery and Microsoft

# JQuery shipping with VS

Sunday, September 28, 2008 5:12 PM by LA.NET [EN]

I&#39;ve just read on Scott&#39;s blog that JQuery is going to be shipped with VS . This is simply fantastic

# re: jQuery and Microsoft

Sunday, September 28, 2008 5:13 PM by Agus Suhanto

Interesting. I'm just curious how Microsoft will position it against current Microsoft Ajax library? Hanselman said that it will be complementary but, I think there are a lot of similar functionalities that are implemented differently between the two. Will Microsoft recommend to use either one for some specific scenario? or just up to the reader to select it?

# re: jQuery and Microsoft

Sunday, September 28, 2008 5:19 PM by Andy

A great decision. I suppose it's not a huge risk, say on the selectors front, as that may come to HTML 5 any way. But as I use jQuery for all current client side work, it is a very welcome piece of news.

# re: jQuery and Microsoft

Sunday, September 28, 2008 5:30 PM by James Avery

I never thought I would see the day, this is so freaking awesome!

# re: jQuery and Microsoft

Sunday, September 28, 2008 5:37 PM by anas

Good , But we still not familiar with Microsoft Ajax library :) , also adding more libraries will add more JavaScript files to the website ,because if i want to use the calendar extender with some jQuery stuff, i need to include Microsoft Ajax library and calendar script files and now jQuery scripts !

# JQuery shipping with VS

Sunday, September 28, 2008 5:39 PM by ASPInsiders

I&#39;ve just read on Scott&#39;s blog that JQuery is going to be shipped with VS . This is simply fantastic!

# ASP.NET Ajax + jQuery = Sant!

Sunday, September 28, 2008 5:43 PM by Mikael Söderström

Microsoft gick tidigare under kvällen ut officiellt med att de har påbörjat ett samarbete med jQuery

# jQuery to be Integrated with ASP .NET | Steve Workman

Sunday, September 28, 2008 5:43 PM by jQuery to be Integrated with ASP .NET | Steve Workman

Pingback from  jQuery to be Integrated with ASP .NET | Steve Workman

# Visual Studio shipping with jQuery | Lazycoder

Sunday, September 28, 2008 5:55 PM by Visual Studio shipping with jQuery | Lazycoder

Pingback from  Visual Studio shipping with jQuery | Lazycoder

# ScottG on JQuery and Microsoft&#8230; at { null != Steve }

Sunday, September 28, 2008 6:07 PM by ScottG on JQuery and Microsoft… at { null != Steve }

Pingback from  ScottG on JQuery and Microsoft&#8230; at { null != Steve }

# jQuery and Visual Studio Shipping Together - Nick Berardi&#8217;s Coder Journal

Pingback from  jQuery and Visual Studio Shipping Together - Nick Berardi&#8217;s Coder Journal

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:22 PM by Steve

Happy Happy Joy Joy - or yippee!

This is best news I've heard in awhile - and from my experience: it works great with asp.net mvc  :)

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:28 PM by AmrElsehemy

Best news this year

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:30 PM by Peter

WOW! I like this openness more and more... keep it up.

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:34 PM by Ben

Wow. This is a really exciting announcement. Maybe I'll finally be able to persuade my co-workers to use jQuery!

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:43 PM by Mike

Great news, and a good choice. Also good to see that Microsoft is not afraid to include open source software in its product. That wasn't always the case, and I wonder how hard this was to sell internally, is the legal team feeling alright?

One thing though, jQuery is a moving target, it releases more often than Visual Studio. Will Microsoft provide up to date annotated versions?

Thanks!

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:47 PM by janne aho

This is fantastic!

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:48 PM by HeartattacK

Wow...I mean WOW!!

I really really like the way MS is going about the dev divission of late. Instead of being the dark empire, you're getting the community involved. When I first saw the roadmap, I thought..."Hang on - a lot of it is what jquery does. Why are they replicating a lot of things? Knowing MS, you'd think MS would just 'buy' jquery. Still, it's a positive move...at least I can code in a manner I really like." Now, instead of buying, you're joining the jquery effort - making it even better for asp.net devs. This plays so nicely with the ecosystem. I can't imagine any better way you could've played this. Awesome. Well done. Bravo. Thanks you...Really...can't say it enough.

Now...what does that mean for asp.net MVC and AJAX? Is jquery now the "official" way to do AJAX? One thing I'd really like to see is ModelBinders working with AJAX...I haven't tried it yet, (still eagerly waiting for your Guness' much awaited post - on Sunday?) and client templates look a good way to achieve it. Just wondering if there's a way model binders would work for AJAX just the way they do for full postbacks (or "POST" requests to the page to be a purist ;)...

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:51 PM by Cihan Ucar

This is one the greatest news I have heard from Microsoft side since long time. I and my developers, we are big fans of JQuery. It will be great to see it in action, with more widgets, plugins and official support. Great choice Microsoft!

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:55 PM by Mike

Now while you are at it, here's some more project that deserve your attention (and developer contributions):

xUnit.net

Unit testing made simple. Who needs a setup attribute when you have constructors? And it's not about 'tests', it's about 'facts'.

http://www.codeplex.com/xunit

Migrator.net

The one tool missing from EVERY .NET programmers tool belt (except when they have Visual Studio 'Data Dude'). Once you use it, you'll wonder how you ever lived without it.

code.google.com/.../migratordotnet

Moq

Yeah, everyone's talking about mocking, and Moq is not afraid to be different. This ones for all programmers that love lambda's. Oh, and there's no replay, who needs it anyway?

http://code.google.com/p/moq/

# re: jQuery and Microsoft

Sunday, September 28, 2008 6:58 PM by Juliano Oliveira

Very very GOOD Notice.

A next step: John Resig working in Microsoft team.

[]´s

# $("Microsoft").append("excitement");

Sunday, September 28, 2008 7:10 PM by CodeThinked

$("Microsoft").append("excitement");

# JQuery is now 1st Party for Asp.net - Kinda

Sunday, September 28, 2008 7:11 PM by HeartattacK

Wow...AMAZING…Hurray…I mean, like, WOW man… In a very welcome turn of events, JQuery is now “officially

# re: jQuery and Microsoft

Sunday, September 28, 2008 7:42 PM by Emad

Simply - AWESOME.  Next on the list - mbunit?  moq?  Ninject?

# jQuery to be Supported in Visual Studio and ASP.NET MVC

Sunday, September 28, 2008 7:55 PM by Dan Wahlin's WebLog

Microsoft just announced that jQuery will be supported in Visual Studio 2008 SP1 and shipped with ASP

# &raquo; Microsoft Adds jQuery to ASP.NET, Good Work! TechZealotry

Sunday, September 28, 2008 8:00 PM by » Microsoft Adds jQuery to ASP.NET, Good Work! TechZealotry

Pingback from  &raquo; Microsoft Adds jQuery to ASP.NET, Good Work! TechZealotry

# re: jQuery and Microsoft

Sunday, September 28, 2008 8:04 PM by benb

Great news! However, why lock in with jquery? In particular, will there be support for the just as largely used Prototype or others?

Will this cause any issue with the use of other libs like Prototype?

# re: jQuery and Microsoft

Sunday, September 28, 2008 8:33 PM by Peter

I am so glad you guys are doing this. When MS insists on writing everything themselves, we miss out on all the cool stuff that is taking place in the web development community, we have to wait longer for it and when it comes it's YAATODW (Yet another api to deal with). So please keep this up :)

# Finally Microsoft Shipping Open Source

Sunday, September 28, 2008 8:52 PM by Developer Pills

&#160; This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped

# jQuery and Microsoft

Sunday, September 28, 2008 8:57 PM by Jim Zimmerman

# re: jQuery and Microsoft

Sunday, September 28, 2008 8:58 PM by secretGeek.net

(picks self up from floor).

Awesome, His Guness, just awesome.

# re: jQuery and Microsoft

Sunday, September 28, 2008 9:06 PM by icebits

I would to ask whether jqeury will overlapse/conflict with others existing javascript framework, currently we are using MooTools as our javascript framework. Thank you.

# re: jQuery and Microsoft

Sunday, September 28, 2008 9:15 PM by Matt Hinze

This is so cool.  Awesome work.

# re: jQuery and Microsoft

Sunday, September 28, 2008 9:35 PM by Thushan Fernando

WOW excellent news for everyone!!! This is huge and most appreciated!

# re: jQuery and Microsoft

Sunday, September 28, 2008 9:49 PM by aswad32

this is the best, jQuery is my favorite javascript framework, great work

# Microsoft ASP.NET and jQuery

Sunday, September 28, 2008 9:49 PM by Josh Heyse

The recent buzz on my blog roll has been that Microsoft has announced that jQuery will be being distributed

# jQuery and Visual Studio

Sunday, September 28, 2008 9:51 PM by jQuery and Visual Studio

Pingback from  jQuery and Visual Studio

# re: jQuery and Microsoft

Sunday, September 28, 2008 9:56 PM by Jim Greco

Wow, I'm very impressed.

Does this mean the VS team is interested in integrating other best of breed products such as NUnit, NANT, CruiseControl.NET?

# jbablog.com | jQuery shipped with ASP.Net

Sunday, September 28, 2008 10:00 PM by jbablog.com | jQuery shipped with ASP.Net

Pingback from  jbablog.com | jQuery shipped with ASP.Net

# re: jQuery and Microsoft

Sunday, September 28, 2008 10:01 PM by Roc1

Thank you for partnering with an open source project like JQuery. This is GREAT news!  I hope the trend continues at Microsoft.

# re: jQuery and Microsoft

Sunday, September 28, 2008 10:02 PM by David Hayden

This is interesting. I wonder if other teams at Microsoft will follow-suit and embrace third party tools and libraries as opposed to building something from scratch on their own. Most of the time the teams seem to be afraid of singling out a particular produt over another and would rather build their own, which can often be less feature-rich.

This open-mindedness really helps the developer community flurish and things just happen much quicker.

Kudos to you and your teams on such a bold and unexpected move.

Regards,

Dave

# re: jQuery and Microsoft

Sunday, September 28, 2008 10:11 PM by chanva

We are using jQuery, I like jQuery. This's a very great news for me.

# Microsoft will be shipping jQuery with Visual Studio - bemango

Pingback from  Microsoft will be shipping jQuery with Visual Studio - bemango

# Interesting Finds: 2008.09.29

Sunday, September 28, 2008 10:44 PM by gOODiDEA.NET

Web jQuery and Microsoft - jQuery to ship with ASP.NET MVC and Visual Studio - $(&quot;Microsoft&quot;

# Microsoft embraces jQuery

Sunday, September 28, 2008 10:49 PM by cruizer

I couldn&#39;t believe it: read ScottGu&#39;s blog post . Finally, Microsoft is getting *it*. No need

# re: jQuery and Microsoft

Sunday, September 28, 2008 11:02 PM by Craig

I'm skeptical... the MIT license makes it very easy for MS to "embrace, extend, and extinguish" jquery as we all know and love it. For example, I see the progression as follows:

1) MS promises to stick with stock jquery and submit patches as everyone else

2) MS says that jquery isn't accepting their patches fast enough, so they need to maintain a slightly modified branch (hmm, perhaps for Intellisense?)

3) Time passes... MS's patches make their version of jquery slowly grow apart form the "real" jquery

4) "Accidentally" MS jquery has a few bugs in non-IE browsers. MS promises to fix it in the next release - which ends up being delayed again and again... so non-IE users are left out in the cold.

5) The jquery lib is "compressed" for speed (of course), and everyone accepts this... effectively making the source code much harder to read/access

6) The download link for the source "accidentally" breaks... repeatedly.

7) End state! jquery has been branched by MS, the source has been closed (completely legally), the original community decimated, and jquery only works on IE. And all the while, MS looks good for having used and supported "open source" software.

"So this is how liberty dies, to the sound of thunderous applause"

# Microsoft + jQuery

Sunday, September 28, 2008 11:02 PM by Gary Sherman

Totally rockin announcement today: Microsoft will be shipping jQuery with Visual Studio. If you follow

# re: jQuery and Microsoft

Sunday, September 28, 2008 11:09 PM by Stephen Cornwell

This is outstanding news. It's great to see Microsoft embracing such an excellent framework rather that trying to reinvent the wheel. It's also great to see you wont be branching jQuery - Embrace without the Extend! I second your opinion on the book "jQuery in Action", unquestionably the required read on this subject.

Cheers

# re: jQuery and Microsoft

Sunday, September 28, 2008 11:19 PM by MikeGale

This is very good news.

I'm using jQuery and put my own intellisense support into the latest version (in a few minutes using a diff tool).  Results are not as good as I'd like, so I'm delighted to see that you are going to release something better.

# OSS with MS

Sunday, September 28, 2008 11:23 PM by sfeldman.NET

This is definitely interesting turn of things. Rather than come with it's own exact copy of an existing

# Microsoft taps JQuery for Visual Studio &laquo; Comtech3&#8217;s Weblog

Pingback from  Microsoft taps JQuery for Visual Studio &laquo; Comtech3&#8217;s Weblog

# SitePoint Blogs &raquo; Microsoft, Nokia adopt jQuery

Sunday, September 28, 2008 11:35 PM by SitePoint Blogs » Microsoft, Nokia adopt jQuery

Pingback from  SitePoint Blogs &raquo; Microsoft, Nokia adopt jQuery

# Mozilla Firefox and Google Chrome Harmony | Bits And Buzz

Sunday, September 28, 2008 11:57 PM by Mozilla Firefox and Google Chrome Harmony | Bits And Buzz

Pingback from  Mozilla Firefox and Google Chrome Harmony | Bits And Buzz

# re: jQuery and Microsoft

Monday, September 29, 2008 12:01 AM by Pilotbob

Sweet. To bad you guys didn't do this with NHibernate rather than spending all that time and resources to develop two separate OR/M libraries. Sigh.

BOb

# ASP.NET MVC Archived Blog Posts, Page 1

Monday, September 29, 2008 12:11 AM by ASP.NET MVC Archived Blog Posts, Page 1

Pingback from  ASP.NET MVC Archived Blog Posts, Page 1

# re: jQuery and Microsoft

Monday, September 29, 2008 12:11 AM by zbr

very happy to hear this news.

thanks

# Avoid this tricky conflict between ASP.NET AJAX and jQuery | Encosia

Pingback from  Avoid this tricky conflict between ASP.NET AJAX and jQuery | Encosia

# re: jQuery and Microsoft

Monday, September 29, 2008 12:18 AM by shiju

This is really GREAT NEWS.

Congrats for the decision.

# re: jQuery and Microsoft

Monday, September 29, 2008 12:18 AM by Marko

bravo!

# re: jQuery and Microsoft

Monday, September 29, 2008 12:37 AM by John

This is REALLY awesome! Thanks for embracing such an awesome framework!

# jQuery now officially part of the .NET developer’s toolbox

Monday, September 29, 2008 12:40 AM by ASP.NET AJAX Team Blogs

You may have read that from John Resig or Scott Guthrie . I’m very excited to announce that Microsoft

# re: jQuery and Microsoft

Monday, September 29, 2008 1:03 AM by Samisin

Yay! Excellent!

# re: jQuery and Microsoft

Monday, September 29, 2008 1:06 AM by Madhur

This is simply exciting stuff...

# re: jQuery and Microsoft

Monday, September 29, 2008 1:09 AM by Anoj Kumar

Great News .. hope Microsoft will continue to add more tools and libraries like(jQuery) in near future.

# re: jQuery and Microsoft

Monday, September 29, 2008 1:54 AM by Krunal

that's gr8...

this is what the web developers want.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:09 AM by Mustafa OZCAN

It's very cool and good work for ASP.NET Developers. I gave to support for jQuery intellisense 1.2.6 <a href="www.mustafaozcan.net/.../JQuery-1-2-6-Intellisense-for-Visual-Studio-2008.aspx">in my blog</a> and I have published jQuery intellisense for version 1.2.6 three months ago. From now on We will take the support from Microsoft for jQuery. So Visual Studio and jQuery will together grow up.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:24 AM by a worried developer

Well, in addition to whay Graig said, I'm afraid of jQuery colliding with other js framework you might be using, as it is my case.

We develop asp.net ajax applications with mootools, so i hope i'll be able to "swith off" jquery and still use mootools framework with its $ command and more...

# re: jQuery and Microsoft

Monday, September 29, 2008 2:27 AM by Casey

Smartest move MS made in a long time ... you guys are really on the right track now, leverage other products where they add value rather than recreate and force us to fight to get other options to work.

If you can sort out the VS/IE/Javascript debugging story, that would be really nice too ... because right now Mozilla+Firebug is considerably better, despite being not very good itself!

# Awesome News for AJAX Junkies

Monday, September 29, 2008 2:27 AM by ASPInsiders

Are you an ASP.NET developer torn between the built-in support for ASP.NET AJAX, and the richness of

# re: jQuery and Microsoft

Monday, September 29, 2008 2:33 AM by David Luu

Great news and smart decision by Microsoft.  Why try to reinvent such an excellent and superior framework.  I'm looking forward to using the jQuery intellisense.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:36 AM by Mukul Sabharwal

OMG! This is like the most bewilderingly amazingly stupendious news i've heard in 2008. F'ing fantastic.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:55 AM by Paul Irvine

Wow, this has to be one of the best things to come out on ASP.NEY yet. I've been playing with the various Javascript libraries, including Prototype, but to have a ASP.NET designed to work with a standard library is fantastic news.

# re: jQuery and Microsoft

Monday, September 29, 2008 3:12 AM by Gruby

It is really great idea!

# re: jQuery and Microsoft

Monday, September 29, 2008 3:24 AM by Matt

Glad you chose jQuery - scriptaculous doesn't usually play nice with .NET and other third-party controls.  Will it be jQuery as-is, or jQuery plus some helper functions?  Most importantly, something that allows us to access elements by the ClientID, instead of having to view source and find out what the .NET-mangled ID is for any runat=server tags?

# jQuery to ship with Visual Studio

Monday, September 29, 2008 3:27 AM by Mike Ormond's Blog

I posted a little while back about how much I liked jQuery so I was excited (not to mention surprised)

# re: jQuery and Microsoft

Monday, September 29, 2008 3:36 AM by Steve

Did someone bring Christmas forward?

I've been moving away from MS for some time now because they always seem to want to 'roll their own' xyz technologies when there are usually plenty of well supported open source solutions out there, jQuery being a classic example and a library I already use with VS, so this is very welcome news.

# re: jQuery and Microsoft

Monday, September 29, 2008 3:36 AM by koistya

That is really great news. jQuery is my favorite .js livrary and adding VS support will give even more value to it. Thanks guys for making such decision.

# Microsoft embraces jQuery

Monday, September 29, 2008 3:45 AM by cruizer

I couldn&#39;t believe it: read ScottGu&#39;s blog post . Finally, Microsoft is getting *it*. No need

# re: jQuery and Microsoft

Monday, September 29, 2008 3:49 AM by Stilgar

You are my heroes. Congratulations for resisting the greatest temptation for every open source project - forking. In my opinion forking is what holds open source back. I hope you stay on that position in the future.

# re: jQuery and Microsoft

Monday, September 29, 2008 3:54 AM by Tomte

One tiny step in the right direction. Now all we need is for the IE-group to switch renderer to Webkit or Gecko!

# Wow, just wow! &laquo; Peter&#8217;s log

Monday, September 29, 2008 3:58 AM by Wow, just wow! « Peter’s log

Pingback from  Wow, just wow! &laquo; Peter&#8217;s log

# Daily question: Microsoft&#8217;s epiphany &laquo; counternotions

Monday, September 29, 2008 4:04 AM by Daily question: Microsoft’s epiphany « counternotions

Pingback from  Daily question: Microsoft&#8217;s epiphany &laquo; counternotions

# re: jQuery and Microsoft

Monday, September 29, 2008 4:34 AM by jgd12345

Hi, this sounds great but i have a few questions:

1. Will the jquery library automatically get added to the page when we place a script manager on the page?

2. Where will the library be hosted? would this point to a third party place?  Google hosts the jquery library which keeps the same library in the browser cache across all sites that utilize it.  It would be great to see microsoft do the same with both jquery and asp.net ajax.  Maybe a property on the script manager would give the user an option of doing this.

3. If microsoft is going to utilize the features of jquery in asp.net ajax then will some of the balk of asp.net ajax be removed or changed to call the jquery alternatives (to be backwards compatible), ie things like $get(...) to $(...) and Sys.Net.WebserviceProxy.invode(...) to $.ajax(...) etc.

4. How are you going to handle support for different versions of the library within visual studio.

5. Are we still going to be building asp.net ajax server controls in the same way?  I prefer this method over jquery plugins.  

6. What will happen to some of the duplicated stuff in the ajax control toolkit?  For example the animation extender.

I like the way the asp.net ajax library is going.  By utilizing the features of jquery and with the proposed features (client templates, client dataview control) and some of the existing features it all compliments each other really well and can be very powerful.

# re: jQuery and Microsoft

Monday, September 29, 2008 5:03 AM by Jakub

I love this. Hey devs, let's enjoy the ride!

# Microsoft adopta jQuery para a plataforma. &rsaquo; Miguel Alho - Multimédia

Pingback from  Microsoft adopta jQuery para a plataforma. &rsaquo;  Miguel Alho - Multimédia

# Simple jQuery Asp.net Ajax Example

Monday, September 29, 2008 5:04 AM by Ian Blackburn

Simple jQuery Asp.net Ajax Example

# re: jQuery and Microsoft

Monday, September 29, 2008 5:11 AM by Vaclav Elias

Well done! Breakthrough decision :-) which everyone should benefit :-)

Thank  you.

# Choosing a JavaScript library

Monday, September 29, 2008 5:13 AM by Just Coding

Some months ago I started to dig in different JavaScript libraries like prototype, MooTools, Dojo or

# re: jQuery and Microsoft

Monday, September 29, 2008 5:16 AM by PaulBlamire

awsome news, thanks to everyone who made this happen :-)

# VS2008将集成jQuery

Monday, September 29, 2008 5:34 AM by 梦想

The jQuery intellisense annotation support will be available as a free web-download in a few weeks (and will work great with VS 2008 SP1 and the free Visual Web Developer 2008 Express SP1). The new ASP.NET MVC download will also distribute it, and add

# re: jQuery and Microsoft

Monday, September 29, 2008 5:44 AM by Dave

Hei, that's amazing news! Congratulations on this excellent decision! jQuery is really great and that combined with ASP.NET (especially MVC) is marvelous.

# re: jQuery and Microsoft

Monday, September 29, 2008 5:46 AM by Russ Painter

Freakin aweseome!  Great move.  Focus on your bits, and accept the community standards.

# jQuery & Microsoft

Monday, September 29, 2008 5:54 AM by improve.it

I&#39;m sure for most of you this is already old news - but for me this is The news of the day: Microsoft

# re: jQuery and Microsoft

Monday, September 29, 2008 6:11 AM by PhilipTheDuck

Great news, but what about JQuery UI? Is that officially a separate library, so it won't be included, or do you see it as part of JQuery and you will be including it?

JQuery UI is still fairly immature, but already overlaps quite a bit with some ASP.NET AJAX UI widgets, and will do so more and more as it develops. What plans does MS have, if any, for JQuery UI?

# re: jQuery and Microsoft

Monday, September 29, 2008 6:17 AM by Richard

Excellent news! This is another reason why Scott should be put in charge at Microsoft. With the new MVC work and the change in direction for developing new technologies while respecting standards you guys are doing a great job. Please can we never go back to the old ways of new product development, acting like a 10 tonne gorilla with a blind fold on stomping all over good practice.

# jQuery and ASP.NET is now married in Visual Studio

Monday, September 29, 2008 6:24 AM by Beyond Web Logs

jQuery and ASP.NET is now married in Visual Studio

# Microsoft to ship jQuery library

Monday, September 29, 2008 6:39 AM by Ahmed Salijee

jQuery is a very popular Javascript library that assists with HTML traversing, event handling etc. Microsoft

# re: jQuery and Microsoft

Monday, September 29, 2008 7:02 AM by rajuneo

its interesting to .net devs that jQuery will be tied to vs.net. Great news and I will enjoy looking forward

# re: jQuery and Microsoft

Monday, September 29, 2008 7:26 AM by Rick Kierner

You have no idea how much easier this makes JQuery to sell to my clients.  Having MS backing without MS ownership is an awesome solution.

# My Own Pirate Radio &raquo; Kudos to Microsoft for supporting jQuery

Pingback from  My Own Pirate Radio &raquo; Kudos to Microsoft for supporting jQuery

# jQuery and Microsoft

Monday, September 29, 2008 8:36 AM by I Love C#

כל הכבוד... לא תמיד צריך להמציא את הגלגל... weblogs.asp.net/.../jquery

# re: jQuery and Microsoft

Monday, September 29, 2008 8:41 AM by Rob Bihun

This is really exciting! I can't wait to tryout the download in a few weeks!

# Tectonic &raquo; Microsoft adopts open source jQuery

Monday, September 29, 2008 8:55 AM by Tectonic » Microsoft adopts open source jQuery

Pingback from  Tectonic  &raquo; Microsoft adopts open source jQuery

# Busy week for Microsoft: Silverlight and jQuery | The Universal Desktop | ZDNet.com

Pingback from  Busy week for Microsoft: Silverlight and jQuery  | The Universal Desktop | ZDNet.com

# jQuery and Microsoft | Fremus.co.za

Monday, September 29, 2008 9:03 AM by jQuery and Microsoft | Fremus.co.za

Pingback from  jQuery and Microsoft | Fremus.co.za

# re: jQuery and Microsoft

Monday, September 29, 2008 9:10 AM by CLaFollett

This is simply fantastic news. Our team were already making extensive use of jQuery along side MVC in our latest project. This news confirms that we were on the right track. Thanks Scott G and the rest of the MS groups responsible for OK'ing this decision. It was the right thing to do and the entire web development community as a whole will only benefit from this.

# Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Internet Explorer no longer the de facto Web standard

Pingback from  Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Internet Explorer no longer the de facto Web standard

# nathan hammond :: jQuery Camp 2008

Monday, September 29, 2008 9:14 AM by nathan hammond :: jQuery Camp 2008

Pingback from  nathan hammond :: jQuery Camp 2008

# re: jQuery and Microsoft

Monday, September 29, 2008 9:18 AM by powtac@gmx.de

I hope MS wont touch the source ;)

# re: jQuery and Microsoft

Monday, September 29, 2008 9:24 AM by Tim

This is the best thing MSFT could do for their ASP AJAX!

jQuery rocks and has been great to use with PHP, but

with MSFT adopting it, it's going to skyrocket the web,

Even more than it already has in the Open Source Community!

Great job MSFT!

# re: jQuery and Microsoft

Monday, September 29, 2008 9:28 AM by shailatlas

Hello Scott,

I really found jQuery great for few very small tasks. I hope there can be a new section in "Learn" of ASP.Net web site for using jQuery with ASP.Net. May be some videos and some tutorials. Please do remember that still there are so many people using VS 2005 and ASP.Net 2.0.

May be you can keep this section open for all, like I have developed something with jQuery and I can submit it there.

Thanks

# jQuery will ship with Visual Studio

Monday, September 29, 2008 9:36 AM by Jonathan Bates

This is great news for ASP.NET web developers. jQuery is a great JavaScript framework, and now...

# JQuery + Microsoft | Bao's blog

Monday, September 29, 2008 9:51 AM by JQuery + Microsoft | Bao's blog

Pingback from  JQuery + Microsoft | Bao's blog

# re: jQuery and Microsoft

Monday, September 29, 2008 9:56 AM by Oliver

This is simply put the best decision you could've made for ASP.NET MVC. Hopefully this will also mark the end of the me-too-thinking inside Microsoft (ADO.NET EF vs. NHibernate, VS unit tests vs. NUnit, oh-my...).

# re: jQuery and Microsoft

Monday, September 29, 2008 10:20 AM by Eferi Web Development

Great news!  I've been using jQuery and ASP.net unsupported for a while now.

# re:jQuery Microsoft. You

Monday, September 29, 2008 10:22 AM by StevenHarman.net

re:jQuery Microsoft. You

# re: jQuery and Microsoft

Monday, September 29, 2008 10:26 AM by Jarrett

This is great news.  If you'd like to see an example of jQuery with ajax and asp.net, check out my jQuery rater plugin jvance.com/.../JQueryRaterPluginNew.xhtml which contains a sample http handler in C#.  Also, BlogSvc.net (open source at http://codeplex.com/blogsvc) shows how to use the jQuery rater plugin has a jQuery comment system on a real asp.net MVC application.

# re: jQuery and Microsoft

Monday, September 29, 2008 10:35 AM by Brandon

I'm not really an HTML guy...but when I see this JQuery it immediately reminds me of LINQ...a good thing.

# re: jQuery and Microsoft

Monday, September 29, 2008 10:38 AM by Dietrich

That's great news! Thanks MS.

# re: jQuery and Microsoft

Monday, September 29, 2008 10:41 AM by Thomas

Mr Guthrie, I could kiss you.

Thank you!

# Oh my GOD!!! Is this true? &laquo; Life, programming etc.

Monday, September 29, 2008 10:45 AM by Oh my GOD!!! Is this true? « Life, programming etc.

Pingback from  Oh my GOD!!! Is this true? &laquo; Life, programming etc.

# re: jQuery and Microsoft

Monday, September 29, 2008 10:45 AM by Prasenjit

Amazing!

# jQuery becomes official part of Visual Studio 2008

Monday, September 29, 2008 10:54 AM by LetsBlogAbout.NET

jQuery becomes official part of Visual Studio 2008

# re: jQuery and Microsoft

Monday, September 29, 2008 11:13 AM by Eric Polerecky

Great, since most of us use jQuery (or some other lib) there is little to no major impact. jQuery will be part of VS...for those who don't use it today. Wait...don't use jQuery..thats right those who don't know JS.

It's a good first step but to bring quantitative adoption MS will have first create components for those non-JavaScript..er Jscript..knowing developers can use. And it would be nice to stop the obstruction madness...

I still find it crazy that on todays AJAX web I can work with so many "web developers" who can't write a lick of JS....

# re: jQuery and Microsoft

Monday, September 29, 2008 11:19 AM by Jared Roberts

To Thumbs Up. Great Move Microsoft!

# re: jQuery and Microsoft

Monday, September 29, 2008 11:43 AM by Levin

WOW!!That's cool.

# re: jQuery and Microsoft

Monday, September 29, 2008 11:47 AM by Tom@rcsda.org

This is great , and smart news.  Congratulations and thank you!

# Microsoft Likes jQuery &laquo; Evan Brown???s Links of Interest

Monday, September 29, 2008 11:56 AM by Microsoft Likes jQuery « Evan Brown???s Links of Interest

Pingback from  Microsoft Likes jQuery &laquo; Evan Brown???s Links of Interest

# re: jQuery and Microsoft

Monday, September 29, 2008 11:58 AM by CodeDigest.Com

It is excellent to have this libarary as part VS! Thanks Scott!!

# Microsoft Adopts jQuery: Has Open Source Won? - Open for Business

Pingback from  Microsoft Adopts jQuery: Has Open Source Won? - Open for Business

# re: jQuery and Microsoft

Monday, September 29, 2008 12:37 PM by Holy Cow!!

This really is incredible - All you doom and gloom people need to hush now and just see this as another step in a different Microsoft.

Scott, you're really making this shift happen and the community is going to sing songs of your heroic many years from now (actually, I doubt anyone is going to be singing, but you get what I mean...)

# jQuery, Microsoft and DNN

Monday, September 29, 2008 12:48 PM by Thoughts from the Wet Coast

jQuery, Microsoft and DNN

# Microsoft announces jQuery support in ASP.NET Ajax

Monday, September 29, 2008 1:05 PM by Joteke's Blog

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating

# re: jQuery and Microsoft

Monday, September 29, 2008 1:08 PM by Will Fawthrop

This is great and all.... but a couple of concerns I would have right away are that.... the current MS client JS framework is already pretty heavy adding another framework library like jQuery is going to add even more bloat to the existing framework. So page / control developers who will leverage the controls from the ms ajax toolkit today and some of the new controls which will leverage jQuery will blindly have huge client payloads as the need for multiple libraries will become transparent.

# Microsoft to back jQuery library

Monday, September 29, 2008 1:39 PM by infoworld.com

Microsoft plans to incorporate the jQuery JavaScript library into its Visual Studio platform, according

# re: jQuery and Microsoft

Monday, September 29, 2008 2:02 PM by ponnu

Excellent news. This will definitely be a great help to the .Net community.

# JQuery and SharePoint vNext | SharePoint BUZZ - Your SharePoint Community Resource

Pingback from  JQuery and SharePoint vNext | SharePoint BUZZ - Your SharePoint Community Resource

# re: jQuery and Microsoft

Monday, September 29, 2008 2:04 PM by GB

Scott, you rock! I started using jQuery 1.2.x recently with asp.net 2.0 web apps and it was a real challenge at first but now i love it and get great feedback from users. Still using the basics and even so, still primitively but getting better. BTW, I tried the other js frameworks out there, but found jQuery the easier to use.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:05 PM by Jeremy T. Fuller

Apologies if this has been asked -- probably many times already. Can you comment on when we can expect an official release from Microsoft that includes jQuery and/or patch for Visual Studio to include it? If the timing is a long way out, should we go ahead and start manually integrating jQuery into our apps? What will be the mechanism for including the scripts (through built-in ScriptManager support of some type or just as an external include)? Thanks.

# re: jQuery and Microsoft

Monday, September 29, 2008 2:13 PM by olivier nguyen

With jQuery shipped with ASP.NET MVC, I think MS is going to the right direction in terms of building web apps. Looking forward to see similar initiatives ... I mean, instead of producing their own, I believe they should support other open source projects and add on top of them for specific features they want. I have in mind, LINQ & ENTITY FRAMEWORK VS. NHIBERNATE AND HQL. I would have been nice for them to support it instead of creating their own ... Just my 2 cents ...

# re: jQuery and Microsoft

Monday, September 29, 2008 2:23 PM by farazt@gmail.com

You guys are on the right track Scot. I really like the switch that Microsoft has made during the last 2 years and has become more community based. I've been using MVC + jQuery for some times now and I think MVC should become the asp.net standard for web development. Great stuff!!

# Talkings | Entries | jQuery and Microsoft - Is this for real?

Pingback from  Talkings | Entries | jQuery and Microsoft - Is this for real?

# re: jQuery and Microsoft

Monday, September 29, 2008 2:33 PM by sean

Good news, notice that we already have an excellent intellisense support for jQuery in Aptana Studio, a great IDE for web projects.

# re: jQuery and Microsoft

Hello ScottGu,

I would like to see the same roadmap sounds about Client Data and Server Data for Silverlight and ClickOnce App.

Could I Dream about it?

Thank You!

# re: jQuery and Microsoft

Monday, September 29, 2008 4:09 PM by Mani

Great news!!!

# rascunho &raquo; Blog Archive &raquo; links for 2008-09-29

Monday, September 29, 2008 4:10 PM by rascunho » Blog Archive » links for 2008-09-29

Pingback from  rascunho  &raquo; Blog Archive   &raquo; links for 2008-09-29

# re: jQuery and Microsoft

Monday, September 29, 2008 4:17 PM by tampajohn

This is amazing, best news ever, I love you Scott.

# re: jQuery and Microsoft

Monday, September 29, 2008 4:31 PM by Shay Jacoby

Great News!

I developed my last project using the MVC Framework #5 and successfully integrated jQuery in the contact form for client side validations and to display the results of server side (System.ComponentModel.DataAnnotations) validations and to create Ajax requests and receive json response:

www.heymann-films.com/Contact

I find the jQuery library very easy for integration.

# re: jQuery and Microsoft

Monday, September 29, 2008 4:38 PM by Scott

Hi Scott,

How will updates to the jQuery library be handled? Will periodic hotfixes be released when jQuery changes versions or a new patch is included?

# Live To Code, Code To Live &raquo; Blog Archive &raquo; jQuery and Visual Studio

Pingback from  Live To Code, Code To Live  &raquo; Blog Archive   &raquo; jQuery and Visual Studio

# Visual Studio News - jQuery Integration, VS 2010 And .NET Framework 4.0 Unveiled | PushkarArora.com

Pingback from  Visual Studio News - jQuery Integration, VS 2010 And .NET Framework 4.0 Unveiled | PushkarArora.com

# JQuery and Microsoft, some thoughts.

Monday, September 29, 2008 5:44 PM by Andrew Stopford's Weblog

I noted this last night from Scott Hanslemans twitter messages and Scott Gu's blog post , it makes a

# re: jQuery and Microsoft

Monday, September 29, 2008 6:07 PM by Dan

Really like Microsoft opening up to open source. Makes being a developer on the MS platform much easier and fun!

# Microsoft support for jQuery

Monday, September 29, 2008 6:11 PM by Andra & my Backbone

asp.net and jQuery lover will find themselves fantastic about this news. *yes, i am* because in a few

# re: jQuery and Microsoft

Monday, September 29, 2008 6:27 PM by Paul Kohler

Another very good move for ASP.NET land! Great to see  :-)

# Visual Studio Links #75

Monday, September 29, 2008 7:53 PM by Visual Studio Hacks

My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Channel 9 Stuff: This Week on C9- New Live Search features, freebies, why TDD fails and Duke Nukem Norman Guadagno- Announcing Visual

# jQuery + ASP.Net = Microsoft Finally Figured It Out : : JasonJackson.com

Pingback from  jQuery + ASP.Net = Microsoft Finally Figured It Out :  : JasonJackson.com

# re: jQuery and Microsoft

Monday, September 29, 2008 8:15 PM by tmc2k

This is outstanding to see MS finally understand the value of integrating with good open source projects. It's a huge win for MS and more importantly developers and end users. Please expand extend this thinking company-wide.

Actions like this will bring MS far more value than the $300m ad campaign.

# re: jQuery and Microsoft

Monday, September 29, 2008 8:38 PM by Jake

Well, I'm not a big fan of jquery, but I am excited about the shift in policy at Microsoft.

# re: jQuery and Microsoft

Monday, September 29, 2008 8:46 PM by Glenn

Great to hear :)

# 마이크로소프트 Open-Source jQuery JavaScript Library 적용

Monday, September 29, 2008 9:50 PM by Korea Evangelists

짧은 시간 동안 웹 상에서 많이 적용된 Open-Source 기반 JavaScript 라이브러리 중에 하나인 jQuery (15K 크기)를 Microsoft 기술에 적용하기로 했습니다.

# jQuery e ASP.NET

Monday, September 29, 2008 10:04 PM by Oneda

Não sei quanto a vocês, mas para mim, uma das coisas mais chatas que existem é escrever código javascript

# re: jQuery and Microsoft

Tuesday, September 30, 2008 12:49 AM by Viktar

Great news. Bye, bye aptana studio.

# Elefanttipuhetta &raquo; Microsoft + jQuery

Tuesday, September 30, 2008 3:07 AM by Elefanttipuhetta » Microsoft + jQuery

Pingback from  Elefanttipuhetta &raquo; Microsoft + jQuery

# re: jQuery and Microsoft

Tuesday, September 30, 2008 3:59 AM by bogdan

I am using jQuery in few ASP .NET websites and on a SharePoint Intranet at work so it is a very good news :D Thanks a lot Scott !!!

# JQuery &laquo; Anish&#8217;s Weblog

Tuesday, September 30, 2008 5:15 AM by JQuery « Anish’s Weblog

Pingback from  JQuery &laquo; Anish&#8217;s Weblog

# re: jQuery and Microsoft

Tuesday, September 30, 2008 5:34 AM by Horea

Great news! Finally Microsoft is shaking off the "not invented here" syndrome.

# re: jQuery and Microsoft

Tuesday, September 30, 2008 5:46 AM by kasa

BIG Thanks!

# re: jQuery and Microsoft

Tuesday, September 30, 2008 5:56 AM by Martin Dann

No way! Glad to see that you guys at Microsoft have seen the jQuery light. It is the way forward for sure. To be honest, I have been losing touch with ASP.NET, it seems so clunky at times. When I discovered jQuery I realised that I could introduce a fresh zest to my websites. I think this is a great step forward and the combination of ASP.NET MVC and jQuery could be a superb partnership.

All we need now is a better framework for developing single page applications and I think this will be the next major step forward.

Good Work Guys

The Dannster

# re: jQuery and Microsoft

Tuesday, September 30, 2008 6:13 AM by Marco Pankow

Excelent move Microsoft!

# re: jQuery and Microsoft

Tuesday, September 30, 2008 6:20 AM by Marco Pankow

Excelent move Microsoft!

JQuery rocks.

# jQuery in Action

Tuesday, September 30, 2008 8:37 AM by Simpable

Assuming you were not living under a rock on Monday, you likely saw the announcement that Microsoft will be shipping jQuery in the next version of Visual Studio.

# Start using jQuery in your Asp.Net apps!

Tuesday, September 30, 2008 8:56 AM by Joel Varty

If you were waiting for this to be incorporated into Asp.Net AJAX, you have no more excuses.&#160; Scott

# re: jQuery and Microsoft

Tuesday, September 30, 2008 9:23 AM by Christophe Trevisani Chavey

Fantastic news!

# re: jQuery and Microsoft

Tuesday, September 30, 2008 9:47 AM by vik20000in

great News....

# re: jQuery and Microsoft

Tuesday, September 30, 2008 10:02 AM by Matt

Super. This is someting that was lacking for years.

# re: jQuery and Microsoft

Tuesday, September 30, 2008 11:03 AM by Kumar

Microsoft has no choice other than adopting jQuery. jQuery is so powerful that Asp.Net AJAX library is not even closer to that. That is a good decision u guys have made.

# New definition of COOL : Using jquery along with ASP.NET Ajax - sashidhar.com

Pingback from  New definition of COOL : Using jquery along with ASP.NET Ajax - sashidhar.com

# re: jQuery and Microsoft

Tuesday, September 30, 2008 12:04 PM by Test

Excellent news!

Greatings from Sweden

# re: jQuery and Microsoft

Tuesday, September 30, 2008 1:55 PM by JH

Great new? WTF, hell I could care less if MS supports JQuery, I use it instead of their fat slow MS Ajax framwork anyway. I fail to see how this is meaningful news other than MS tooting their horn to show they support Open Source (not).  I don't need MS approval or support to use JQuery today!  So whats so Cool about this?????

# re: jQuery and Microsoft

Tuesday, September 30, 2008 2:28 PM by Rhys

Ahhhh so it was Microsoft joining with and OS team that cuased the credit crunch. ;)

# Two more reasons to like jQuery - Night Dreaming (by Sudar)

Tuesday, September 30, 2008 2:37 PM by Two more reasons to like jQuery - Night Dreaming (by Sudar)

Pingback from  Two more reasons to like jQuery - Night Dreaming (by Sudar)

# re: jQuery and Microsoft

Tuesday, September 30, 2008 2:43 PM by johnthom

Yes, awesome, excellent, thanks!!!

# Visual Studio to include jQuery &laquo; Roosst - Early Doors

Tuesday, September 30, 2008 2:58 PM by Visual Studio to include jQuery « Roosst - Early Doors

Pingback from  Visual Studio to include jQuery &laquo; Roosst - Early Doors

# re: jQuery and Microsoft

Tuesday, September 30, 2008 3:27 PM by Nathanael Jones

Awesome! jQuery really is the best there is right now... And judging from the excellent architecture choices that keep getting made with it, I suspect it will stay that way.

BTW, it would be really nice to see WebResource.axd replaced with jQuery.

I'm usually strongly against any kind of 'default' javascript framework... I hated the verbose WebResource.axd js from 2.0. I was a slow convert to jQuery, but I now feel that it's a very safe default for any webapp or site.

jQuery has a lot to teach most programmers about clean, concise design. I think bundling a version with VS.NET will get a lot of programmers <a href="computerlinguist.com/.../">out of the rut</a>. It may be a really good vector for them to learn concepts like <a href="computerlinguist.com/.../">command chaining</a>, set operations, functional programming, and DRY.

Most importantly, I think it will open their eyes to the superior practicality of dynamic languages. I think a lot of developers still feel intimidated by the lack of compile-time validation, even though it really provides a false sense of security. I use Aptana a lot, and the live syntax checking it provides catches almost all my typos.

# jQuery Adds to Visual Studio

Tuesday, September 30, 2008 3:33 PM by US ISV Developer Evangelism Team

Scott Guthrie has announced on his blog entry, jQuery and Microsoft , jQuery library will ship as part

# Oliver Bell&#8217;s Weblog &raquo; Blog Archive &raquo; jQuery &amp; VS2008

Tuesday, September 30, 2008 4:11 PM by Oliver Bell’s Weblog » Blog Archive » jQuery & VS2008

Pingback from  Oliver Bell&#8217;s Weblog  &raquo; Blog Archive   &raquo; jQuery &amp; VS2008

# re: jQuery and Microsoft

Tuesday, September 30, 2008 6:05 PM by goblin

I am having some concerns about so much logic being pushed in to the view which historically for testing purposes should remain as dumb as possible.  The JQuery syntax in particular makes it hard to write unit tests in Jsunit.  It took me awhile to really get my head around the whole TDD approach which if I had to boil it down to one line of description would be that "we fake the input for the object we are testing."  Jquery's very nature, at least in the way that Jquery developer's write there code is not very testable.  If you are to write functions as opposed to using selectors to call an element in the html you can begin to fake inputs and so forth.  The problem with this approach is that we then loose the advantages of Jquery which are that you can lay any script on top of any html so long as you reference the different classes and selectors in the html in your script.  If this is not clear let me write an example here:  

$('#myElement').val('some test code');

This is my mind is not a testable statement. Unless we mock the html that populates the this element.  Which can be done and would definitely test this line of code.  However, what the real problem is that we run into all kinds of runtime issues due to element names changing so what I really want to do is to test the relationship between the Jquery and the real html.  This is what i am trying to work out in my head.  If we can't do this we are just adding complexity that we can't test and probably encouraging a lot of bad design.  Thoughts|Comments?

# re: jQuery and Microsoft

Tuesday, September 30, 2008 6:45 PM by Seth

This is excellent news!

# re: jQuery and Microsoft

Tuesday, September 30, 2008 7:14 PM by Danny

Will wonders never cease , Way to go !  

# re: jQuery and Microsoft

Tuesday, September 30, 2008 7:15 PM by JoshStodola

This is absolutely AWESOME!

# re: jQuery and Microsoft

Tuesday, September 30, 2008 7:48 PM by Clinton Gallagher

Gu explains jQuery will be integrated with Visual Studio while clintonG tries to get his attention explaining Nate Koechley [natek AT yahoo-inc.com] authored the YUI Grids. Nate may be consulted regarding the integration of the YUI CSS library with Visual Studio.

He and his pals at Yahoo! did an amazing job with the JavaScript in their Yahoo! User Interface library (YUI) but its really their YUI CSS library that is to CSS libraries what jQuery has become to JavaScript libraries.

I mean since we're all of a sudden being all grown up about this for a change its time to accept the fact that all of that "friendly" CSS hype was not and is still not so friendly after all; a nice try but an abject failure so far off the mark it remains stupifying attempting to cope without the YUI CSS library.

So we must not forget the other aspect of UI development; CSS. Its clintonG that hopes Gu will agree to make it possible to integrate YUI CSS with Visual Studio given the same effort that is being expended to support the use of jQuery.

In my world view we'll then have the best of breed; C#, jQuery and YUI CSS libraries integrated into a framework that for all intents and purposes has become seamlessly agnostic with nothing to prove except being used to produce the hightest quality results which speak for themselves, however...there remains unfinished work; comparable XSLT, XML and XSD libraries.

# re: jQuery and Microsoft

Tuesday, September 30, 2008 8:07 PM by error

how is jQuery compared with scriptaculous?

# jQuery now officially part of the .NET toolbox

Tuesday, September 30, 2008 10:16 PM by Vijay Kodali's Blog

jQuery now officially part of the .NET toolbox

# re: jQuery and Microsoft

Tuesday, September 30, 2008 10:24 PM by Benjie

magnificent!!!

# JQuery and ASP.NET MVC

Tuesday, September 30, 2008 10:55 PM by you've been HAACKED

JQuery and ASP.NET MVC

# Microsoft to support jQuery 24/7

Wednesday, October 01, 2008 1:45 AM by Prescott Shibles: B2B Digital Media

Ordinarily, the last company on earth I'd expect to support open-source JavaScript libraries is Microsoft. By &quot;support,&quot; I mean providing 24/7 product support through Microsoft Product Support Services (PSS).

But guess what? Hades has apparently

# ASP.NET MVC Tip: Ajax and Validations using jQuery

Wednesday, October 01, 2008 2:32 AM by Shiju Varghese's Blog

jQuery is now part of the ASP.net development platform and it is going to ship with Visual Studio in

# jQuery, ASP.NET, Visual Studio : Just Married

Wednesday, October 01, 2008 2:55 AM by Server Error in Application

Scott Guthrie today announced in his blog that Microsoft will ship jQuery support with Visual Studio

# james mckay dot net &raquo; ASP.NET MVC + jQuery - can things get any better for web developers?

Pingback from  james mckay dot net &raquo; ASP.NET MVC + jQuery - can things get any better for web developers?

# jQuery + ASP.NET = true | In usability we trust

Wednesday, October 01, 2008 3:02 AM by jQuery + ASP.NET = true | In usability we trust

Pingback from  jQuery + ASP.NET = true | In usability we trust

# Ess - Sibran Lens &raquo; jQuery - Microsoft - Nokia

Wednesday, October 01, 2008 4:42 AM by Ess - Sibran Lens » jQuery - Microsoft - Nokia

Pingback from  Ess - Sibran Lens &raquo; jQuery - Microsoft - Nokia

# Microsoft JQuery adoption is an open source tipping point | Programming Archive

Pingback from  Microsoft JQuery adoption is an open source tipping point | Programming Archive

# re: jQuery and Microsoft

Wednesday, October 01, 2008 10:50 AM by Peter J Smith

I have used jQuery with ASP.NET and find it a good way to add client side features. You can even use it before and after AJAX calls using the following Javascript.

Here I am styling all input:buttons including the select buttons inside a GridView which is inside an update panel.

     //<!--

      /*

      Run Javascript on InitializeRequest and/or EndRequest

      */

  // Set the no conflict option

  var $j=jQuery.noConflict();

      var prm = Sys.WebForms.PageRequestManager.getInstance();

      prm.add_initializeRequest(InitializeRequest);

      prm.add_endRequest(EndRequest);

      function InitializeRequest(sender, args)

          {        

             $j('.status').hide();

             $j('.flexigrid').hide();          

          }

      function EndRequest(sender, args)

          {        

     $j('.status').fadeIn();

     $j('.flexigrid').fadeIn();

     $j('input:button').addClass('gaiax-button');        

          }

      // -->

# re: jQuery and Microsoft

Wednesday, October 01, 2008 12:57 PM by Tarcísio

Where I find an exemple of jQuery with asp.net 3.5?

# Hank Luhring&#8217;s Blog | jQuery being included by Microsoft

Wednesday, October 01, 2008 4:37 PM by Hank Luhring’s Blog | jQuery being included by Microsoft

Pingback from  Hank Luhring&#8217;s Blog | jQuery being included by Microsoft

# jQuery/Visual Studio/Intellisense !!

Wednesday, October 01, 2008 5:45 PM by As a Developer

Microsoft is going to make jQuery part of the official dev platform. JQuery will come with Visual Studio

# Global Asset Picker - SharePoint

Wednesday, October 01, 2008 7:39 PM by Imagine Think Create Share

Hi, Did you find difficult to select elements through OOB features with hundreds (or thousands) of documents/pages?

# ASP.NET to officially support jQuery | Kaeli's Space

Wednesday, October 01, 2008 8:17 PM by ASP.NET to officially support jQuery | Kaeli's Space

Pingback from  ASP.NET to officially support jQuery | Kaeli's Space

# Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Microsoft&rsquo;s open source breakthrough

Pingback from  Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Microsoft&rsquo;s open source breakthrough

# Microsoft adopts jQuery - .NET is getting cool!!! &laquo; de-Hao! [ How it's done! ]

Pingback from  Microsoft adopts jQuery - .NET is getting cool!!! &laquo; de-Hao! [ How it's done! ]

# re: jQuery and Microsoft

Thursday, October 02, 2008 10:45 AM by massfellows

thank's for the great news. really exited.

# James Thigpen / MEF, MS-LPL, MS-PL, IServiceLocator, Oh My!

Thursday, October 02, 2008 11:36 AM by James Thigpen / MEF, MS-LPL, MS-PL, IServiceLocator, Oh My!

Pingback from  James Thigpen  / MEF, MS-LPL, MS-PL, IServiceLocator, Oh My!

# re: jQuery and Microsoft

Thursday, October 02, 2008 4:32 PM by FTeR

wow!

this is the 2nd dream come true since silverlight :D

I can't tell how much I hated javascript before jQuery. since than, I really enjoy using it.

# Avoid this tricky conflict between ASP.NET AJAX and jQuery @ ZDima.net

Pingback from  Avoid this tricky conflict between ASP.NET AJAX and jQuery @ ZDima.net

# re: jQuery and Microsoft

Thursday, October 02, 2008 11:48 PM by tony_hild

As a .Net developer I'm feeling less discriminated by FOSS community now.

I'm brazilian, and when I say that I'm a .Net developer, everyone looks at me as suspicious. Anyway, we get used in the long of the time. :(

What's the next step? Releasing the .Net 3.5 extensions as open source? This would be great for Mono. To dream doesn't cost anything.

Thank you Scott.

# Use JQuery. It’s Officially Supported Now!

Friday, October 03, 2008 4:05 AM by Damon Wilder Carr

weblogs.asp.net/.../jquery-and-microsoft.aspx The jQuery intellisense annotation

# re: jQuery and Microsoft

Friday, October 03, 2008 5:51 AM by titrat

The problem with asp.net is, that the id you define is changed by the framework in an undocumented way. So you have to use extra-containers around each asp.net-Control, if you want to refer to it in JavaScript.

That's pretty bad.

Please never change the id, i'll know what i'm doing!

# Miha Valencic &raquo; ASP.NET MVC and TDD: BleedingEdge presentation

Pingback from  Miha Valencic  &raquo; ASP.NET MVC and TDD: BleedingEdge presentation

# jQuery y Microsoft &laquo; Thinking in .NET

Friday, October 03, 2008 3:13 PM by jQuery y Microsoft « Thinking in .NET

Pingback from  jQuery y Microsoft &laquo; Thinking in .NET

# The Overloaded Operator Blog &raquo; Lovely AJAX with JQuery

Friday, October 03, 2008 5:26 PM by The Overloaded Operator Blog » Lovely AJAX with JQuery

Pingback from  The Overloaded Operator Blog &raquo; Lovely AJAX with JQuery

# ASP.NET + jQuery: What about PrototypeJS?

Saturday, October 04, 2008 9:47 PM by Readed By Wrocław NUG members

Well done jQuery As everyone already knows, Microsoft has announced that jQuery will ship in the future

# re: jQuery and Microsoft

Sunday, October 05, 2008 2:48 AM by Manohar

just fantastic..really exited.

# re: jQuery and Microsoft

Sunday, October 05, 2008 3:23 AM by nomercy007

I am amazed. It is really great to see Microsoft embrace a technology instead of treating it as competitor and trying to imitate it.  

# Resistance 2 PS3 Trailer

Sunday, October 05, 2008 8:21 AM by Resistance 2 PS3 Trailer

Pingback from  Resistance 2 PS3 Trailer

# Microsoft va integrer Jquery a Visual Studio | Micka39

Sunday, October 05, 2008 11:27 AM by Microsoft va integrer Jquery a Visual Studio | Micka39

Pingback from  Microsoft va integrer Jquery a Visual Studio | Micka39

# Gonzalien | Microsoft adopta librer??a de javascript jQuery

Pingback from  Gonzalien |   Microsoft adopta librer??a de javascript jQuery

# jQuery shipping with Visual Studio | Chris Clark's Web Site

Pingback from  jQuery shipping with Visual Studio | Chris Clark's Web Site

# Differences Between Local And Google Hosted jQuery Installations - Ian Roke's blog

Pingback from  Differences Between Local And Google Hosted jQuery Installations - Ian Roke's blog

# re: jQuery and Microsoft

Monday, October 06, 2008 4:14 AM by Onur ACUN

: ) ) yeaaah... This is very good...

# jQuery offiziel in ASP.NET AJAX

Monday, October 06, 2008 4:44 AM by Rainer Schuster

Wie Scott Gutherie in seinem wohl bekannten Blog vergangene Woche mitteilte , wird jQuery demnächste

# re: jQuery and Microsoft

Monday, October 06, 2008 4:57 AM by chhaysambo

It is great, that Visual Studio have jQuery intellisense.

# Get ready with your JQuery skills &laquo; TCS Tech Talk Weblog

Monday, October 06, 2008 7:11 AM by Get ready with your JQuery skills « TCS Tech Talk Weblog

Pingback from  Get ready with your JQuery skills &laquo; TCS Tech Talk Weblog

# re: jQuery and Microsoft

Monday, October 06, 2008 7:50 AM by Renso

Scott, we have been using jQuery for some time now and have found the jqGrid to be a very productive way to display grid data in our MVC apps. Since with jqGrid you only have two lines of HTML, one for the grid itself and one for the pager, with pages that have multiple grids, up to over 10 grids in some pages, the ajax architecture that the jqGrid supports is a great performance booster. However, there are still some issues here and there with the jqGrid plugin specifically, will your team be supporting/helping with the jqGrid, or any other extensions/plugins or only concentrate on the jQuery core library? Also, how will you support it, by simply shipping with VS of actually throwing some resources at it also?

# re: jQuery and Microsoft

Monday, October 06, 2008 10:38 AM by rarepearldesign

This is absolutely fantastic. Couldn't be more impressed than I am with Microsoft deciding to embrace the open source market more and more!

Kudos!

# FuzzLinks.com &raquo; Microsoft Adding jQuery to Visual Studio

Monday, October 06, 2008 10:55 AM by FuzzLinks.com » Microsoft Adding jQuery to Visual Studio

Pingback from  FuzzLinks.com &raquo; Microsoft Adding jQuery to Visual Studio

# jQuery en el Visual Studio

Monday, October 06, 2008 11:12 AM by jQuery en el Visual Studio

Pingback from  jQuery en el Visual Studio

# re: jQuery and Microsoft

Monday, October 06, 2008 2:32 PM by Pete Hurst

This is pretty amazing, I use jQuery in an existing AJAX app and knowing the library will be both more tightly coupled as well as officially supported is great news!

# re: jQuery and Microsoft

Monday, October 06, 2008 2:34 PM by Martin

I love Microsoft and ASP.NET even more for this!! Thanks for making our life easier.

# Introduction to AJAX calls using jQuery and PHP &raquo; phpMash

Pingback from  Introduction to AJAX calls using jQuery and PHP &raquo; phpMash

# re: jQuery and Microsoft

Monday, October 06, 2008 6:28 PM by Zach Kral

I am so fantastically impressed! I am soooo glad to see this type of thought process and action coming from Microsoft. Please please please promote whomever conceived and approved of this idea.

# re: jQuery and Microsoft

Monday, October 06, 2008 8:55 PM by sixYo

cool ~~

good news , thanks microsoft!!!

# LA Auto Show: Mazda Nagare Concept

Monday, October 06, 2008 10:37 PM by LA Auto Show: Mazda Nagare Concept

Pingback from  LA Auto Show: Mazda Nagare Concept

# (zz)jQuery and Microsoft

Tuesday, October 07, 2008 12:10 AM by HYXT Blog

(zz)jQuery and Microsoft

# jQuery and ASP.NET &raquo; Coskun SUNALI | .net framework, c#, asp.net, atlas, visual studio, iis and everything else

Pingback from  jQuery and ASP.NET &raquo; Coskun SUNALI | .net framework, c#, asp.net, atlas, visual studio, iis and everything else

# re: jQuery and Microsoft

Tuesday, October 07, 2008 8:45 AM by Greg

Any chance there will be some Visual Studio intellisense for Prototype at any time?

# Dan Herbert &raquo; Microsoft Includes jQuery into Visual Studio

Pingback from  Dan Herbert  &raquo; Microsoft Includes jQuery into Visual Studio

# re: jQuery and Microsoft

Tuesday, October 07, 2008 2:44 PM by Mozzy

WOW!

I've been now working with jQuery for the past 1 1/2 years and always have wondered when the big show will finally notice them. Happy to read about that.

# re: jQuery and Microsoft

Wednesday, October 08, 2008 9:58 AM by Matteo Conta

Great news, I'm using a lot of JQuery and Asp.net ajax in my project and I think that the partnership with JQuery team is great!

Thank you very much!

# jQuery - The Man, The Myth, The Legend

Wednesday, October 08, 2008 7:05 PM by jQuery - The Man, The Myth, The Legend

Pingback from  jQuery - The Man, The Myth, The Legend

# re: jQuery and Microsoft

Wednesday, October 08, 2008 9:22 PM by Jack Killpatrick

It's very exciting to know that this is happening. We were early adopters of both jquery and the asp.net platform and having jquery tightly integrated with Visual Studio, native jquery-based widgets and more people contributing to the already awesome jQuery plugin repository, core and jquery-ui is a really nice step forward. Having MS adopt an opensource project in this way is huge, too.

# re: jQuery and Microsoft

Thursday, October 09, 2008 6:02 AM by Chris

If you're interested in using JQuery for async (AJAX) calls to ASP.NET web services, instead of the .NET Ajax library (blasphemy!) I wrote this small article about it www.sloppycode.net/.../using-jquery-with-aspnet-web-services.aspx

# Codepolice.net &raquo; Blog Archive &raquo; Using Jquery Validation plugin with ASP.NET

Pingback from  Codepolice.net  &raquo; Blog Archive   &raquo; Using Jquery Validation plugin with ASP.NET

# The Pains of Altering the SharePoint UI &raquo; Siolon

Thursday, October 09, 2008 8:42 PM by The Pains of Altering the SharePoint UI » Siolon

Pingback from  The Pains of Altering the SharePoint UI  &raquo;  Siolon

# Elegant Code &raquo; On the Alt.Net Podcast

Friday, October 10, 2008 11:12 AM by Elegant Code » On the Alt.Net Podcast

Pingback from  Elegant Code &raquo; On the Alt.Net Podcast

# jQuery, ASP.NET and ASP.NET MVC

Friday, October 10, 2008 5:23 PM by Dr. Z's Blog

Good news for javascript fans. Microsoft has recently announced that it is going to make jQuery part

# Community Links 10/11/2008: URL Rewrite, ASP.NET, Extensibility, Diagnostics, WordPress

Sunday, October 12, 2008 1:46 AM by iis

Here are a few cool links I found today while catching up on my IIS reading: &#160; URL Rewrite In case

# Audi A4 &#8220;Progress is Beautiful&#8221; Commercial B8

Sunday, October 12, 2008 7:22 AM by Audi A4 “Progress is Beautiful” Commercial B8

Pingback from  Audi A4 &#8220;Progress is Beautiful&#8221; Commercial B8

# S??bastien Barbieri&#8217;s blog &raquo; Blog Archive &raquo; Finally jQuery and .Net

Pingback from  S??bastien Barbieri&#8217;s blog  &raquo; Blog Archive   &raquo; Finally jQuery and .Net

# Weekly Web Nuggets #32 & #33

Monday, October 13, 2008 11:03 AM by Code Monkey Labs

This week’s web nuggets is going to be a double dose – last week was busy, busy, busy! Pick of the week: 10 Programming Proverbs Every Developer Should Know General Windows Coming to Amazon EC2 : Windows developers will soon be able to take advantage

# Using jQuery to do Ajax Form posts in Asp.net MVC

Monday, October 13, 2008 1:01 PM by Mehfuz's WebLog

It is now official with Scott Guthrie 's post that jQuery will be bundled with Asp.net. jQuery is a tiny

# Pathfinder Development &raquo; jQuery goodness with ASP .NET

Tuesday, October 14, 2008 1:17 PM by Pathfinder Development » jQuery goodness with ASP .NET

Pingback from  Pathfinder Development &raquo; jQuery goodness with ASP .NET

# Design Development Mazda Nagare Concept, Interview with Fran

Tuesday, October 14, 2008 10:36 PM by Design Development Mazda Nagare Concept, Interview with Fran

Pingback from  Design Development Mazda Nagare Concept, Interview with Fran

# re: jQuery and Microsoft

Wednesday, October 15, 2008 10:14 AM by JC

Absolutely amazing

# jQuery Cheatsheet

Wednesday, October 15, 2008 10:24 AM by Tod1d's Thought Process

Since jQuery is now Microsoft's Javascript library of choice (it will be shipping with the next version

# Microsoft and Open Source

Wednesday, October 15, 2008 12:43 PM by Jim O'Neil's Blog

Now there's two terms that historically went together like oil and water! Boy times are a-changin', and

# Babel de lenguajes en .NET

Thursday, October 16, 2008 8:04 AM by Angel "Java" Lopez

El viernes pasado tuve el gran gusto de compartir un TechNight con los buenos de Martín Salías y Rodolfo

# re: jQuery and Microsoft

Thursday, October 16, 2008 1:12 PM by Ernesto

sorry Scott for using this medium to consult a jQuery behaviour, but i haven't been able to find a resolution:

can this html break jQuery ?

&lt;input name="ctl00$body1$Tab_Customer1$txtAddr1" type="text" value="text value" id="ctl00_body1_Tab_Customer1_txtAddr1" class="field-data" /&gt;

(its an asp:textbox inside a usercontro, inside a panel, inside a contentholder)

# Visual Studio 2010 &laquo; Beautiful code

Thursday, October 16, 2008 1:51 PM by Visual Studio 2010 « Beautiful code

Pingback from  Visual Studio 2010 &laquo; Beautiful code

# Babel de lenguajes en .NET | Buanzolandia

Thursday, October 16, 2008 8:03 PM by Babel de lenguajes en .NET | Buanzolandia

Pingback from  Babel de lenguajes en .NET | Buanzolandia

# jQuery and Microsoft - ScottGu's Blog

Friday, October 17, 2008 1:30 AM by Web Development Community

You are voted (great) - Trackback from Web Development Community

# A Few News Items &laquo; Patrick&#8217;s Weblog

Friday, October 17, 2008 10:24 AM by A Few News Items « Patrick’s Weblog

Pingback from  A Few News Items &laquo; Patrick&#8217;s Weblog

# ASP.NET MVC Goes Beta

Friday, October 17, 2008 10:37 AM by ASPInsiders

Yesterday Microsoft released a beta of ASP.NET MVC.&#160; After 5 CTP preview releases this is a major

# jQuery will be shipped with Visual Studio!

Friday, October 17, 2008 12:50 PM by Frederick Chapleau Article Database

ScottGu announced that jQuery will be shipped with Visual Studio, they will include jQuery intellisense

# The ASP.NET MVC beta is out

Friday, October 17, 2008 4:08 PM by Anthony Steele's Blog

The ASP.NET Model-View-Controller kit has finally gone into beta. Blog posts from Scott Guthrie , Scott

# jQuery with VS2008

Saturday, October 18, 2008 3:33 PM by jQuery with VS2008

Pingback from  jQuery with VS2008

# Microsoft finally catch on

Sunday, October 19, 2008 6:42 AM by Fitts' Lawn

Well at long last. Microsoft have finally caught on to the power of jQuery

# re: jQuery and Microsoft

Monday, October 20, 2008 8:12 AM by Peter O

I have not checked on this, but my company may not permit the use of jQuery even though it is under the MIT license.  (Licensing can be tricky.)

If, hypothetically, I cannot use jQuery, is that going to cause issues using ASP.NET and ASP.NET AJAX going forward?

Stated another way: How much will ASP.NET depend on jQuery going forward?  Will it be absolutely dependent (probably not)?  How much new functionality would I miss without jQuery?

Thanks!

# re: jQuery and Microsoft

Monday, October 20, 2008 1:56 PM by ScottGu

Hi Peter,

>>>>>>>If, hypothetically, I cannot use jQuery, is that going to cause issues using ASP.NET and ASP.NET AJAX going forward?

ASP.NET and the core ASP.NET AJAX features will work fine without requiring jQuery.  So you will still be ok even if you can't/don't use jQuery.

Hope this helps,

Scott

# Microsoft at AJAXWorld

Monday, October 20, 2008 6:19 PM by Port 25: The Open Source Community at Microsoft

The AJAXWorld Conference and Expo got underway in San Jose today, under the broad theme of "Rich Web

# AjaxWorld Talk: Building a Great Ajax application from Scratch

Monday, October 20, 2008 10:38 PM by Brad Abrams

I had a great time today at AjaxWorld during my talk on building a great Ajax Application from Scratch.&#160;

# re: jQuery and Microsoft

Tuesday, October 21, 2008 4:58 PM by Linux

Linux, Gnu, Unix..

# willcodeforcoffee.com &raquo; Blog Archive &raquo; Some jQuery Tools for working with ASP.NET

Pingback from  willcodeforcoffee.com  &raquo; Blog Archive   &raquo; Some jQuery Tools for working with ASP.NET

# re: jQuery and Microsoft

Thursday, October 23, 2008 4:55 PM by Alex Fedin

The best and most important thing in the jQuery is that it supports numbers of selectors (event a subset of XPath query!), and allows to apply same operation to all results.

Mozilla Firefox provides jQuery out-of-the-box - it is included into the browser.

# G.1440 Tech Blender ??? IT Staffing and Development: Sage Advice, Insight &amp; Delight &raquo; Blog Archive &raquo; JQuery and .Net MVC!

Pingback from  G.1440 Tech Blender ??? IT Staffing and Development: Sage Advice, Insight &amp; Delight  &raquo; Blog Archive   &raquo; JQuery and .Net MVC!

# Rich IntelliSense for jQuery

Tuesday, October 28, 2008 10:27 PM by Visual Web Developer Team Blog

A while back we updated IntelliSense to not fail when referencing jQuery. However, getting IntelliSense

# Microsoft ve Nokia jQuery'i seçtiler | SuAygırı.Com

Wednesday, October 29, 2008 5:19 AM by Microsoft ve Nokia jQuery'i seçtiler | SuAygırı.Com

Pingback from  Microsoft ve Nokia jQuery'i seçtiler | SuAygırı.Com

# Visual Studio 2008: supporto Intellisense per JQuery &laquo; Matteo Bagattini

Pingback from  Visual Studio 2008: supporto Intellisense per JQuery &laquo; Matteo Bagattini

# [PDC 2008] Jour 2 : Visual Studio 2010 - .NET Framework 4.0 - Silverlight - Live Mesh

Wednesday, October 29, 2008 12:51 PM by Blog-Microsoft.fr

[PDC 2008] Jour 2 : Visual Studio 2010 - .NET Framework 4.0 - Silverlight - Live Mesh

# &raquo; [PDC 2008] Jour 2 : Visual Studio 2010 - .NET Framework 4.0 &#8230;

Pingback from  &raquo; [PDC 2008] Jour 2 : Visual Studio 2010 - .NET Framework 4.0 &#8230;

# Estableciendo el ciclo de vida de la funcionalidad cliente por medio del evento ready: El uso del alias $ cuando trabajamos con JQuery. &laquo; a deshoras

Pingback from  Estableciendo el ciclo de vida de la funcionalidad cliente por medio del evento ready: El uso del alias $ cuando trabajamos con JQuery. &laquo; a deshoras

# jQuery and AJAX Support in ASP.NET MVC Applications

Friday, October 31, 2008 12:05 PM by Dr. Z's Blog

As ScottGu announed in his blog a month ago, Microsoft will be shipping jQuery (a lightweight open source

# Get ASP.NET DropDownList Selected Value with jQuery &raquo; WhyPad

Pingback from  Get ASP.NET DropDownList Selected Value with jQuery &raquo; WhyPad

# About Web Development by Activo &raquo; jQuery Emerges as Most Popular Javascript Library for Web Development

Pingback from  About Web Development by Activo &raquo; jQuery Emerges as Most Popular Javascript Library for Web Development

# Simple ASP.NET MVC Beta AJAX with jQuery!

Wednesday, November 05, 2008 3:23 PM by RasmusKL's Blog

Simple ASP.NET MVC Beta AJAX with jQuery!

# Visual Studio 2008: Rich IntelliSense for jQuery | Enetlive.net- Rich Internet Applications Blog

Pingback from  Visual Studio 2008: Rich IntelliSense for jQuery | Enetlive.net- Rich Internet Applications Blog

# the rasx() context &raquo; Blog Archive &raquo; ???Black Enterprise Goes Beta??? and other links???

Pingback from  the rasx() context  &raquo; Blog Archive   &raquo; ???Black Enterprise Goes Beta??? and other links???

# A Bit On Open Source And Some Baz Background | Web Development 2.0: Web Design, CakePHP, Javascript

Pingback from  A Bit On Open Source And Some Baz Background | Web Development 2.0: Web Design, CakePHP, Javascript

# A Bit On Open Source And Some Baz Background | Web Development 2.0 &#8230; | bestwebhostingservices.com

Pingback from  A Bit On Open Source And Some Baz Background | Web Development 2.0 &#8230; | bestwebhostingservices.com

# JQuery now comes with Visual Studio and has VS intellisense! &laquo; Albert&#8217;s Tech Log

Pingback from  JQuery now comes with Visual Studio and has VS intellisense! &laquo; Albert&#8217;s Tech Log

# fordie&#8217;s blog &raquo; Blog Archive &raquo; jQuery intellisense in Visual Studio 2008 &#038; Dreamweaver

Pingback from  fordie&#8217;s blog  &raquo; Blog Archive   &raquo; jQuery intellisense in Visual Studio 2008 &#038; Dreamweaver

# Helephant.com &raquo; Blog Archive &raquo; How does Jeff Atwood update so often?

Pingback from  Helephant.com  &raquo; Blog Archive   &raquo; How does Jeff Atwood update so often?

# How to setup Visual Studio IntelliSense for jQuery &laquo; vincenthome&#8217;s Software Development

Pingback from  How to setup Visual Studio IntelliSense for jQuery &laquo; vincenthome&#8217;s Software Development

# Integrating SharePoint 2007 and jQuery [Part One]

Thursday, November 20, 2008 9:05 AM by Jan Tielens' Bloggings

In the first part of this article I'll talk about how you can enable the jQuery JavaScript library in

# jQuery Intellisense in VS 2008

Friday, November 21, 2008 6:12 AM by ASPInsiders

Last month I blogged about how Microsoft is extending support for jQuery .&#160; Over the last few weeks

# re: jQuery and Microsoft

Friday, November 21, 2008 11:08 AM by Viktar Karpach | Web Developer Blog

Everybody should learn jQuery. It makes UI development much more easy.

# Combining JQuery Form Validation and Ajax Submission with ASP.NET

Friday, November 21, 2008 6:55 PM by you've been HAACKED

Combining JQuery Form Validation and Ajax Submission with ASP.NET

# Sudar&#8217;s Development Blog &raquo; Two more reasons to like jQuery

Pingback from  Sudar&#8217;s Development Blog &raquo; Two more reasons to like jQuery

# Microsoft embraces open source with jQuery | Programming and Development | TechRepublic.com

Pingback from  Microsoft embraces open source with jQuery | Programming and Development | TechRepublic.com

# Joakim Sund??n &raquo; Blog Archive &raquo; ??redev 2008

Tuesday, December 02, 2008 3:46 PM by Joakim Sund??n » Blog Archive » ??redev 2008

Pingback from  Joakim Sund??n  &raquo; Blog Archive   &raquo; ??redev 2008

# CRM Outsiders &raquo; Blog Archive &raquo; Microsoft and JQuery: A Nod To Open Source&#8217;s Mainstream Acceptance

Pingback from  CRM Outsiders  &raquo; Blog Archive   &raquo; Microsoft and JQuery: A Nod To Open Source&#8217;s Mainstream Acceptance

# Intellisense para a jQuery no VS 2008

Wednesday, December 03, 2008 10:12 PM by ScottGu's Blog em Português

Mês passado eu postei sobre como a Microsoft está estendendo o suporte à jQuery . Nas últimas semanas

# SharePoint Fun &raquo; Blog Archive &raquo; JQuery, Microsoft &#038; Visual Studio

Pingback from  SharePoint Fun  &raquo; Blog Archive   &raquo; JQuery, Microsoft &#038; Visual Studio

# jQuery finds its way into Microsoft and Nokia stacks &laquo; Vijay&#8217;s Web Blog

Pingback from  jQuery finds its way into Microsoft and Nokia stacks &laquo; Vijay&#8217;s Web  Blog

# jQuery Intellisense in VS 2008

Monday, December 15, 2008 12:08 AM by 不懂.NET

jQuery Intellisense in VS 2008 转自:weblogs.asp.net/scottgu Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within

# The &#8220;Tech. Arch.&#8221;

Monday, December 15, 2008 2:29 PM by The “Tech. Arch.”

Pingback from  The &#8220;Tech. Arch.&#8221;

# CMS Squad &raquo; Blog Archive &raquo; ASP.NET AJAX 4.0 - More Tools for Real AJAX Apps

Pingback from  CMS Squad  &raquo; Blog Archive   &raquo; ASP.NET AJAX 4.0 - More Tools for Real AJAX Apps

# Four Technologies to Master in 2009 ??? Life as a Coder

Monday, January 05, 2009 7:19 PM by Four Technologies to Master in 2009 ??? Life as a Coder

Pingback from  Four Technologies to Master in 2009 ??? Life as a Coder

# AD Lookup Control with Perl and JS - Day 1 | SADev.co.za

Monday, January 12, 2009 11:10 AM by AD Lookup Control with Perl and JS - Day 1 | SADev.co.za

Pingback from  AD Lookup Control with Perl and JS - Day 1 | SADev.co.za

# JQuery Turns 3 &laquo; Infovark Underground

Wednesday, January 14, 2009 11:56 AM by JQuery Turns 3 « Infovark Underground

Pingback from  JQuery Turns 3 &laquo; Infovark Underground

# Arjan`s World

Saturday, January 17, 2009 3:39 AM by Arjan`s World

Pingback from  Arjan`s World

# MDC Detroit: The PDC on wheels!

Monday, January 19, 2009 9:57 PM by MDC Detroit: The PDC on wheels!

Pingback from  MDC Detroit: The PDC on wheels!

# MSDN Developer Conference 2009 and jQuery

Friday, January 23, 2009 4:19 AM by IT and Patience

MSDN Developer Conference 2009 and jQuery

# John Resig on jQuery at Boston .NET User Group 2/11

Tuesday, January 27, 2009 4:51 PM by Chris Bowen's Blog

Great news if you’re interested in hearing more about jQuery and how it can help with your web application

# Me @ ASP.NET MVC | .NET ... out of the dark

Saturday, January 31, 2009 10:10 AM by Me @ ASP.NET MVC | .NET ... out of the dark

Pingback from  Me @ ASP.NET MVC | .NET ... out of the dark

# [ASP.NET]Useful resource for ASP.NET AJAX development

Tuesday, February 03, 2009 9:06 PM by Steven Cheng's MSDN Notes

#Offical Site http://www.asp.net/ajax/ #ASP.NET AJAX roadmap: www.codeplex.com/.../ProjectReleases.aspx

# Just Published on DNS: JQuery and ASP

Monday, February 09, 2009 12:13 PM by Programmatically Speaking ...

Just Published on DNS Using jQuery with ASP .NET In September 2008 Scott Guthrie, the head of the ASP

# ALT.NET Seattle Day Two

Sunday, March 01, 2009 1:25 PM by you've been HAACKED

ALT.NET Seattle Day Two

# jQuery 1.3.2

Friday, March 06, 2009 2:56 PM by Jorge Serrano - MVP Visual Developer - Visual Basic

Otra cosa m&aacute;s que ten&iacute;a que contar y que por unas y otras cosas no he contado a&uacute;n

# jQuery 1.3.2

Saturday, March 07, 2009 1:30 AM by El blog de Jorge

Otra cosa m&aacute;s que ten&iacute;a que contar y que por unas y otras cosas no he contado a&uacute;n

# 6 Things Every ASP.NET Developer Should Know by 2010

Monday, March 09, 2009 5:01 PM by David Savage

A look at the top 6 things that I think all developers should know by 2010.

# Update on jQuery and SharePoint 2007

Tuesday, March 10, 2009 9:04 AM by Vedant's Blog

As I menioned in my previous post - JQuery and SharePoint 2007 , SharePoint community is publishing lot

# Using jQuery with ASP .NET

Saturday, March 21, 2009 12:05 AM by Continuous.Integration

Using jQuery with ASP .NET

# Run Your Project Like You&#8217;d Run a Business | JP&#8217;s Blog-O-Matic

Pingback from  Run Your Project Like You&#8217;d Run a Business | JP&#8217;s Blog-O-Matic

# Introduction to JQuery &laquo; Code Blitz

Thursday, April 02, 2009 9:58 AM by Introduction to JQuery « Code Blitz

Pingback from  Introduction to JQuery &laquo; Code Blitz

# New Job Requirement 12.1.a

Saturday, April 11, 2009 2:09 PM by flow.

New Job Requirement 12.1.a

# jQuery Intellisense in VS 2008 | designersmantra.com

Friday, April 17, 2009 5:51 AM by jQuery Intellisense in VS 2008 | designersmantra.com

Pingback from  jQuery Intellisense in VS 2008  | designersmantra.com

# ACP Media Development Leads To Pure Direction

Wednesday, May 06, 2009 10:54 PM by Nigel Parker's Outside Line

I have been working with the team at ACP Media for a couple of years and finally at the Expression For

# jQuery &laquo; bnotezz

Saturday, May 30, 2009 2:41 PM by jQuery « bnotezz

Pingback from  jQuery &laquo; bnotezz

# Extreme ASP.NET Makeover: Script - Testing JavaScript

Tuesday, June 09, 2009 5:11 PM by ASP.NET on Channel9

Lingua Franca of the Programmable Web JavaScript is the lingua franca of Web programming languages. It

# JQuery is now 1st Party for Asp.net - Kinda

Wednesday, June 10, 2009 12:31 AM by Heartysoft.com

JQuery is now 1st Party for Asp.net - Kinda

# jQuery Intellisense in VS 2008 | designersmantra.com

Wednesday, June 10, 2009 2:25 AM by jQuery Intellisense in VS 2008 | designersmantra.com

Pingback from  jQuery Intellisense in VS 2008  | designersmantra.com

# Microsoft ASP.NET and jQuery &laquo; Josh Heyse

Friday, June 19, 2009 12:08 PM by Microsoft ASP.NET and jQuery « Josh Heyse

Pingback from  Microsoft ASP.NET and jQuery &laquo;  Josh Heyse

# jQuery e Microsoft

Saturday, July 04, 2009 12:05 AM by ScottGu's Blog em Português

jQuery é uma biblioteca JavaScript leve e de código fonte livre (somente 15kb de tamanho) que em um espaço

# Short Video: JavaScript Development with jQuery

Wednesday, July 15, 2009 6:38 PM by Short Video: JavaScript Development with jQuery

Pingback from  Short Video: JavaScript Development with jQuery

# news ?? articles ?? blogs ?? and more &raquo; jQuery &#8211; the holy grail?

Pingback from  news ?? articles ?? blogs ?? and more &raquo; jQuery &#8211; the holy grail?

# Setting up Visual Studio Intellisense for jQuery &raquo; Learning jQuery - Tips, Techniques, Tutorials

Pingback from  Setting up Visual Studio Intellisense for jQuery &raquo; Learning jQuery - Tips, Techniques, Tutorials

# Microsoft proclaims: Silverlight sucks, don't waste your time with it

Thursday, July 16, 2009 6:13 PM by Gray's Matter

Microsoft proclaims: Silverlight sucks, don't waste your time with it

# Microsoft Launches New Open Source CodePlex Foundation

Thursday, September 10, 2009 3:54 PM by BillS IIS Blog

Microsoft’s strategy with open source has evolved over the past several years as we strive to make Windows

# www.vesic.org - Tehnologija na dlanu &raquo; Vizija

Wednesday, September 23, 2009 11:45 AM by www.vesic.org - Tehnologija na dlanu » Vizija

Pingback from  www.vesic.org - Tehnologija na dlanu &raquo; Vizija

# TDD links for .Net

Friday, October 09, 2009 3:21 PM by think thrice

&lt;p&gt;&amp;#160;&lt;/p&gt; ...

# Setting up Visual Studio Intellisense for jQuery | Jquery Cave

Pingback from  Setting up Visual Studio Intellisense for jQuery | Jquery Cave

# Setting up Visual Studio Intellisense for jQuery W3C Tag

Tuesday, October 20, 2009 5:44 AM by Setting up Visual Studio Intellisense for jQuery W3C Tag

Pingback from  Setting up Visual Studio Intellisense for jQuery W3C Tag

# jQuery Learning

Friday, November 13, 2009 7:34 AM by cartile lui andrei

Avind in vedere ca Microsoft in Visual Studio 2010 integreaza jQuery, ar fi bine sa cititi despre acesta

# [翻译]jQuery and Microsoft

Monday, November 16, 2009 10:09 AM by 飞仙

译者注:这是ScottGuthrie2008年09月28日发布的博文

jQuery是一个轻量级的开源JavaScript脚本库(体积仅仅15kb),它在很短的时间已经风靡开发社区,成为网络...

# A Bit On Open Source And Some Baz Background&nbsp;|&nbsp;geometric

Thursday, November 19, 2009 1:17 AM by A Bit On Open Source And Some Baz Background | geometric

Pingback from  A Bit On Open Source And Some Baz Background&nbsp;|&nbsp;geometric

# appendTo Aims To Commercialize jQuery Javascript Library

Monday, November 23, 2009 12:15 PM by appendTo Aims To Commercialize jQuery Javascript Library

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library

# appendTo Aims To Commercialize jQuery Javascript Library | Submitter

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | Submitter

# appendTo Aims To Commercialize jQuery Javascript Library | Reviews Manual

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | Reviews Manual

# appendTo Aims To Commercialize jQuery Javascript Library | The Good NET Guide

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | The Good NET Guide

# appendTo Aims To Commercialize jQuery Javascript Library

Monday, November 23, 2009 1:10 PM by appendTo Aims To Commercialize jQuery Javascript Library

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library

# Facternet.com - Web Hosting, Website Design and Internet Services for Small Business - appendTo Aims To Commercialize jQuery Javascript Library | facternet:

Pingback from  Facternet.com - Web Hosting, Website Design and Internet Services for Small Business -   appendTo Aims To Commercialize jQuery Javascript Library | facternet:

# appendTo Aims To Commercialize jQuery Javascript Library | Programming Blog

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | Programming Blog

# Online Business Management Software and Services &raquo; Blog Archive &raquo; appendTo Aims To Commercialize jQuery Javascript Library

Pingback from  Online Business Management Software and Services  &raquo; Blog Archive   &raquo; appendTo Aims To Commercialize jQuery Javascript Library

# Techeroid &raquo; appendTo Aims To Commercialize jQuery Javascript Library

Pingback from  Techeroid &raquo; appendTo Aims To Commercialize jQuery Javascript Library

# appendTo Aims To Commercialize jQuery Javascript Library | The Daily Tech Log

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | The Daily Tech Log

# appendTo Aims To Commercialize jQuery Javascript Library | CHARGED's Digital Lifestyle at Work or Play

Pingback from  appendTo Aims To Commercialize jQuery Javascript Library | CHARGED's Digital Lifestyle at Work or Play