Visual Studio 2010 jQuery intellisense
Posted by Martyn at 6/13/2009 12:14:19 AM
Just a quick post for something I only today noticed in the Visual Studio 2010 beta – and its damned cool.
Read MoreTags: jQuery
Consuming ADO.NET Data Services from jQuery
Posted by Martyn at 3/10/2009 6:23:28 PM
One thing that has certainly sped up my development time is using ADO.NET Data Services with my AJAX. Instead of having to build controller actions or a web service to grab the data, i can just consume it from the data service directly.
Read MoreTags: jQuery | DataServices