Browse by Tags
All Tags »
Visual Studio (
RSS)
The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6). This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects. Today’s release includes the following feature improvements: Better Imperative Syntax : A new, simplified, code syntax for creating client controls. Client Script Loader : A new client-side script loader that can dynamically load all of the JavaScript files required by a client control or library automatically, and executes the scripts in the right order. Better jQuery Integration : All...
Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. What does a CDN provide? Content delivery networks (CDNs) are composed of "edge cache" servers that are strategically placed around the world at key Internet network points. These "edge cache" servers can be used to cache and deliver all types of content – including images, videos, CSS and JavaScript files. Using a CDN can significantly improve a website's end-user performance, since it enables...
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now follow me on twitter ( @realscottgu ) where I also post links and small posts. ASP.NET Using ASP.NET 3.5’s ListView and DataPager Controls to Delete Data : Scott Mitchell continues his excellent tutorial series on the ASP.NET ListView control. In this article he discusses how to handle deleting data with it. ASP.NET ListView: Displaying Hierarchical Data : Adam Pooler writes about how to use the ASP.NET ListView control to display hierarchical data within a web page. ELMAH: Error Logging Module and Handlers for ASP.NET...
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 Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. Steps to Enable jQuery Intellisense in VS 2008 To enable intellisense completion for jQuery within VS you'll want to follow three steps: Step 1: Install VS 2008 SP1 VS 2008 SP1 adds richer JavaScript intellisense support to Visual Studio, and adds code completion support for a broad range of JavaScript libraries. You can download VS 2008 SP1 and Visual Web Developer 2008 Express SP1 here . Step 2: Install VS 2008 Patch KB958502...
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...
Thanks to everyone who attended! You can download the deck and links to the code here: Normally, I make my actual demo code available for download. However, this time around, my demo code was based on the .NET 3.5 Enhancements Training Kit. I blogged about it here: http://blogs.msdn.com/devkeydet/archive/2008/08/18/free-training-on-net-framework-3-5-sp1-and-asp-net-mvc.aspx The kit has everything I showed in my demos and more! I also promised to link to a bunch of good content out there on the various topics. General MSDN -> Data Platform Development “How Do I?” Videos — Data Platform Development ADO.NET Entity Framework MSDN Library -> ADO.NET Entity Framework ADO.NET Team Blog Entity Framework...
Looking for free introductory training on the .NET 3.5 SP1 & ASP.NET MVC? Head over to Jonathan Carter's blog to get all the details on the .NET 3.5 Enhancements Training Kit RTM . What will you find? Information and links to download a kit that has presentations, demos, and labs covering what's new in ASP.NET AJAX, ASP.NET Routing, ASP.NET MVC, ASP.NET Dynamic Data, ADO.NET Data Services, ADO.NET Entity Framework, WCF, and Visual Studio 2008 SP1. If you've seen any of my 3.5 SP1 or my older "ASP.NET Futures" presentations, then you are already familiar with some of the content in the kit. I used an early release of the kit as the foundation for some of my demos. The kit has come...
Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately. Below is a new post in my link-listing series to help kick things up a little. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET Bulk Inserting Data with the ListView Control : Matt Berseth continues his awesome posts with one that shows how to handle bulk-editing of data using the ASP.NET ListView control in .NET 3.5. Master-Detail with the GridView, DetailsView, and ModalPopup Controls : Another great post from Matt that describes how to cleanly handle a common data entry scenario. Creating Great Thumbnail Images in...
Thanks to everyone who attended! Here are the links to the decks and code for the sessions. I don't have the content from the LINQ & VSTO sessions yet, but will update this post when I get them. However, I did promise to have a post up this morning. How Visual Studio Team System 2008 will benefit your organization? - deck Language Integrated Query (LINQ) Overview of the .NET Framework 3.5 SP1 & ASP.NET MVC - deck , resources , code (links to a post explaining how to get the code I based me demos on) Office Development with VSTO and Office Open XML Format If you are interested in other content, I have a list of recorded webcasts in My Recorded Webcasts list. There is a session similar to Joel's LINQ...
So I have been playing around with other approaches to the workaround described here . The first thing I tried was: On the surface, this seemed like a reasonable workaround. However, there were still some scenarios where JavaScript errors would pop up. For example, switching to 3D mode would cause the map control to raise an error: A similar error would happen when you close the browser. One could argue this annoyance is a small price to pay for JavaScript Intellisense for the map control:). However, it is still very annoying. Good news! There's a better workaround. I don't know why I didn't think of this earlier:). The idea is to move the page level map variable...
More Posts
Next page »