Browse by Tags

All Tags » Javascript (RSS)

Ajax Talk at .NET Developers Association by Stephen Walther on ASP.NET MVC

Thanks everyone who came to my Ajax talk tonight at the .NET Developers Association ! The slides and demos from the talk can be downloaded by clicking the following link: ASP.NET Ajax: What’s New? You need Visual Studio 2010 to view the code samples....
Filed under: , , , ,

jQuery and Windows Azure by Stephen Walther on ASP.NET MVC

The goal of this blog entry is to describe how you can host a simple Ajax application created with jQuery in the Windows Azure cloud. In this blog entry, I make no assumptions. I assume that you have never used Windows Azure and I am going to walk through...

Free WebCamps - North America, Asia and Europe - *Sign Up Now* by Scott Hanselman

A few days ago on Twitter @ red7_liu tweeted: 微软的Web Camps大会要来中国了,大牛Scott Hanselman会来. This part "大牛" as I understand, effectively means "Big Cow." "Microsoft Web Camps Conference is coming to China, Big Cow Scott Hanselman will...

jQuery, ASP.NET, and Browser History by Stephen Walther on ASP.NET MVC

One objection that people always raise against Ajax applications concerns browser history. Because an Ajax application updates its content by performing sneaky Ajax postbacks, the browser backwards and forwards buttons don’t work as you would normally...
Filed under: , , ,

Netflix, jQuery, JSONP, and OData by Stephen Walther on ASP.NET MVC

At the last MIX conference, Netflix announced that they are exposing their catalog of movie information using the OData protocol. This is great news! This means that you can take advantage of all of the advanced OData querying features against a live...
Filed under: , , ,

Using jQuery and OData to Insert a Database Record by Stephen Walther on ASP.NET MVC

In my previous blog entry , I explored two ways of inserting a database record using jQuery. We added a new Movie to the Movie database table by using a generic handler and by using a WCF service. In this blog entry, I want to take a brief look at how...
Filed under: , , ,

Using jQuery to Insert a New Database Record by Stephen Walther on ASP.NET MVC

The goal of this blog entry is to explore the easiest way of inserting a new record into a database using jQuery and .NET. I’m going to explore two approaches: using Generic Handlers and using a WCF service (In a future blog entry I’ll take a look at...
Filed under: , , ,

Microsoft, jQuery, and Templating by Stephen Walther on ASP.NET MVC

About two months ago, John Resig and I met at Café Algiers in Harvard square to discuss how Microsoft can contribute to the jQuery project. Today, Scott Guthrie announced in his second-day MIX keynote that Microsoft is throwing its weight behind jQuery...
Filed under: , ,

SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API by Scott Hanselman's Computer Zen

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"...

The Microsoft Ajax Library and Visual Studio Beta 2 by Stephen Walther on ASP.NET MVC

Visual Studio 2010 Beta 2 was released this week and one of the first things that I hope you notice is that it no longer contains the latest version of ASP.NET AJAX. What happened? Where did AJAX go? Just like Sting and The Police , just like Phil Collins...
Filed under: , ,

Hanselminutes Podcast 184: Preview of ASP.NET 4 with Scott Hunter by Scott Hanselman's Computer Zen

My one-hundred-and-eighty-forth podcast is up . Scott's in Seattle this week and catches Microsoft Program Manager (and one of 1000 Scott's) Scott Hunter who shares insights in the history and future of ASP.NET 4. What's coming in VS2010?...

Using the New Microsoft Ajax Minifier by Stephen Walther on ASP.NET MVC

Last night, Scott Guthrie announced that the ASP.net team published a free tool that enables you to improve the performance of your Ajax applications by reducing the size of its JavaScript files. The new tool is named the Microsoft Ajax Minifier. You...
Filed under: , ,

New AJAX Control Toolkit Release by Stephen Walther on ASP.NET MVC

We just released a new version of the AJAX Control Toolkit today. This new version includes significant bug fixes and two new controls. You can download the latest version – the September 30 th release – from the CodePlex website right here: http://ajaxcontroltoolkit...
Filed under: , ,

Improving the AJAX Control Toolkit with the Lightweight Test Automation Framework (LTAF) by Stephen Walther on ASP.NET MVC

The AJAX Control Toolkit is an incredibly popular set of controls that enable you to easily add JavaScript functionality to an ASP.NET application. The AJAX Control Toolkit has consistently been one of the top three most popular downloads from CodePlex...
Filed under: , ,

ASP.NET Ajax - Script Combining and moving ScriptResource.axd's to Static Scripts by Scott Hanselman's Computer Zen

I've got a little something I'm doing and I wanted to take control over some scripts that were being added by ASP.NET WebForms. Remember that ASP.NET WebForms is designed around a control/component model, so you don't get 100% control over...
More Posts Next page »
Powered by Community Server (Non-Commercial Edition), by Telligent Systems