first_page

“ASP.NET, ASP.NET Dynamic Data, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight/WPF” links…

Scott Guthrie presents at MIX09This article records my highlights of Scott Guthrie’s highlights. This saves links from his saved links in “Dec 2nd Links: ASP.NET, ASP.NET Dynamic Data, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight/WPF.” Strange, but here it is:

“Geolocation/Geotargeting Reverse IP Lookup Code: Scott Hanselman has a cool sample that demonstrates how to perform IP address lookups on users visiting your site to determine where they are located on the globe (down to the latitude and longitude).  Pretty cool stuff.”

“Tracking User Activity: Scott Mitchell has a nice article that discusses how to track end-user activity when visiting an ASP.NET web site.”

Using the Power of Binding to Animate Changes: Bertrand Le Roy has a nice post that talks about the new ASP.NET AJAX binding features coming and how you can use them with jQuery to animate changes.”

Instantiating Components on template markup: Bertrand Le Roy has a nice post that talks about client-side AJAX templating approaches and some of the new features coming in ASP.NET AJAX.”

Check/Uncheck all Items in an ASP.NET Checkbox List using jQuery: A nice article by Suprotim Agarwal that shows how to write client-side jQuery code to enable check/uncheck for all items within a checkbox list.”

How to Setup ASP.NET MVC on IIS6: Phil Haack has a great post that walks-through how to enable ASP.NET MVC on IIS6 servers (including how to enable it on a hosting server that you can't install anything on).”

Fluent Route Testing in ASP.NET MVC: Ben Scheirman has a nice post where he blogs about new helper methods he is creating that make it easier to unit test ASP.NET MVC routes using a fluent API.”

Autocomplete using jQuery, ASP.NET MVC and JSON: Faraz Tabibian has a nice blog sample that demonstrates how to implement an autocomplete textbox using jQuery and ASP.NET MVC.”

Hierarchical TreeView with ASP.NET MVC & jQuery: Mike Bosch has a cool sample that demonstrates how to add treeview UI to an ASP.NET MVC site using jQuery.”

How to Set a fixed Port for the VS Development WebServer: Another nice post from the VS web tools team that discusses how to assign a fixed HTTP port to an ASP.NET project within Visual Studio.”

AutoCompleteBox Control—The Missing Guide: Jeff Wilcox has an awesome post that talks about the new Silverlight AutoCompleteBox control in the Silverlight Toolkit.  Very useful reading.”

Silverlight Validator & Input Toolkit: A really nice new CodePlex project that enables validation controls for Silverlight—making form input scenarios a lot easier.”

rasx()