Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • The magic behind live bindings explained

    Dave has a fantastic and very detailed post about our implementation of the Observer pattern in ASP.NET Ajax 4.0 . This feature is what enables the live bindings to work. Check it out! http://weblogs.asp.net/infinitiesloop/archive/2008/11/09/asp-net-ajax-4-0-observing-updates-to-pojos-plain-ole-javascript...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-09-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library
  • Building a data driven application with ASP.NET Ajax 4.0 and ADO.NET Data Services

    Jim Wang (one of the great QA people on the Ajax team) just started a blog, and his first post is a very detailed walk through building a data-driven application from scratch using ADO.NET Data Services and the new client templates in ASP.NET Ajax 4.0 . http://weblogs.asp.net/jimwang/archive/2008/11...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-06-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, ADO.NET Data Services
  • PDC 2008 ASP.NET AJAX Futures talk available online

    The full 83 minutes of my PDC talk are available on the Channel 9 web site . You can watch the session online (using Silverlight) or download the video in a number of formats. Slides and source code for the demo are also available. Watch online: http://channel9.msdn.com/pdc2008/PC32/ Download MP4 / iPod...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-03-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, .NET, JavaScript, Microsoft AJAX Library, HTML, JSON, Ajax Control Toolkit, jQuery, PDC
  • Going to California

    I’m flying to San Jose tonight for tomorrow’s OpenAjax Alliance face to face meeting , which Microsoft is hosting. On Friday, we are also hosting a new event that aims at establishing a dialogue between JavaScript library developers and Microsoft. We’ll have talks from the IE, Visual Studio and ASP.NET...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 10-22-2008, 12:00 AM
    Filed under: ASP.NET, C#, Atlas, .NET, Microsoft AJAX Library, OpenAjax, Microsoft, MVC, PDC
  • Using the power of binding to animate changes

    In a recent post , I showed how the binding component can be instantiated independently of the {binding} markup extension. But there’s a whole lot more it can do. For instance, it has two very interesting callback properties, convert and convertBack that get called any time the binding sees a change...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 10-17-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, jQuery
  • Hack: using live bindings outside templates

    A comment on this post is asking whether it is possible to create bindings outside of a template. The point of doing that is that you don’t necessarily want to render a template just to set-up a few bindings. Well, bindings are really implemented by a component, Sys.Binding, and a markup extension, which...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 10-14-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library
  • jQuery now officially part of the .NET developer’s toolbox

    You may have read that from John Resig or Scott Guthrie . I’m very excited to announce that Microsoft has decided to ship, adopt and support using jQuery on top of ASP.NET. This may come as a surprise to some of you but I hope you’ll agree with me that it makes total sense. jQuery is a fantastic JavaScript...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 09-28-2008, 12:00 AM
    Filed under: ASP.NET, JavaScript, Microsoft AJAX Library, Microsoft, jQuery
  • JavaScript and client templates on Hanselminutes

    I'm sharing a spot with Scott Cate (of CloudDB fame, and by the way CloudDB is a fantastic product built entirely using ASP.NET AJAX) this week on Hanselminutes. I had lots of fun discussing with Scott (Hanselman) on various topics ranging from JavaScript to the Microsoft Ajax Library and our new client...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 09-16-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library
  • [ASP.NET AJAX] - CodePlex Preview 2 - Declarative Custom Behavior

    As we seen in my last post , declarative is very powerful. Let's now see how simple it is to use his own custom behavior. First of all, we need to create a behavior. In this example, we will use a simple HoverBehavior. His goal is just to swap a CSS class when mouse is over a DOM element. To create a...
    Posted to Aurelien's blog (Weblog) by Aurelien on 09-13-2008, 12:00 AM
    Filed under: ASP.NET, Microsoft Ajax Library, Preview, JavaScript, AJAX
  • [ASP.NET AJAX] - CodePlex Preview 2 - Declarative Master-Details DataView

    Following this post regarding Master-Details implementation by the programmatic way, let's see how to do it through declarative way. This sample is based on the ASP.NET AJAX CodePlex Preview 2 . Let's first create an .aspx page and add a ScriptManager to link the MicrosoftAjaxTemplates.js : 1: < asp...
    Posted to Aurelien's blog (Weblog) by Aurelien on 09-08-2008, 12:00 AM
    Filed under: ASP.NET, Microsoft Ajax Library, Preview, JavaScript, AJAX
Page 1 of 12 (118 items) 1 2 3 4 5 Next > ... Last »