Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » Javascript   (RSS)
Great ExtJS Meetup in Palo Alto Tonight at ExtJS’s New Office
  Yet another great meetup with the ExtJS San Francisco Group (though not meeting in San Francisco this time).  ExtJS has moved it’s main office and developers out here to Palo Alto,...

This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API
A few years back I wrote a post on the size of the .NET Framework . There's historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for ".NET Framework" or ".NET Framework Redistributable" Read More...
oh, gosh! SO many ways to require a script…
I’d like to apologize for the lack of posts lately…no, I haven’t given up in my Silverlight series, but I’ve been busy updating my existing ASP.NET book to the 4.0 version. It seems like I will have a lot of work (much more than I had anticipated, but Read More...
Some observations on MS AJAX and JQuery integration
In my last post , I’ve talked a little bit about the new plugins introduced by the latest release of MS AJAX (beta, at the time of writing). One of the things that didn’t enjoy much was that I had to call the JQuery’s get method in order to get a reference Read More...
MS AJAX beta – new plugins
The MS AJAX beta release adds some new plugins to the previous ones. Besides the existing setCommand and bind, we now have access to the following plugins: addHander: you can use this plugin to set up a handler for one event fired by one or several DOM Read More...
MS AJAX beta – ACT support
In the last week, MS AJAX beta was released during PDC 2009 . One of the things that this released added is ACT script loader support. If you go into the samples, you’ll see that there is an Extended folder which holds all the client files for the behaviors Read More...
MS AJAX Lib beta is out
You can get it from here . I’m curious to see if it contains new features… Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
No more hacks for the MS AJAX’s binding problem
At least, when the RTM version is released! Ok, I guess you need some context: in the previous post , I talked about a problem which was mentioned to me by Andy in the comments of an existing post. The problem was that the __msajaxBindings field ended Read More...
MS AJAX: bindings and serialization
In my “goodbye MS AJAX post”, reader Andy asked a really interesting question : how to serialize an object which is used in a binding relationship? The main problem is that the JavaScriptSerializer doesn’t support circular references. Unfortunately, it Read More...
Combining JavaScript and CSS to Make Pages Load Faster
  We are in the process of “speeding up” our ExtJS application.  I’m just finally figuring out the rules of the road for doing this.  Here are a couple of rules I believe to be true ...

This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
The AdoNetDataContext object: what about saving?
Well, this really doesn’t deserve any special attention. Ok, let me put it another way: there’s a lot of work going on behind the scenes, but you shouldn’t have to worry with any of it. I’ve thought about writing a post on the objects that end up being Read More...
Getting your ADO.NET Data Services uris right: the easy way
Here we are again, for more on the MS AJAX library. In the previous post , we’ve seen that we can interact with ADO.NET Data Services by using the AdoNetDataContext instances. Today, we’ll be looking at more advanced features of the ADO.NET Data Services Read More...
Getting started with the AdoNetDataContext
Today we’re going to start looking at the AdoNetDataContext. This class expands the DataContext object and uses several specific methods for ensuring the correct interaction with an existing ADO.NET Data Service. These internal methods added by the AdoNetDataContext Read More...
The DataContext component: creating entities
Before we can move on and take a look at the AdoNetDataContext component, we need to talk about one more topic: creating entities and how it might be integrated with DataContext component. The DataContext exposes a createEntity method which can be used Read More...
The DataContext component: deferred properties
Today we’ll keep looking at the DataContext component and we’ll see how it supports deferred properties. Deferred properties are properties which are lazy loaded as “needed”. Using deferred properties means that the component will try to make a remote Read More...
More Posts Next page »