(Scott Guthrie) The final release of the Silverlight 4 Tools for Visual Studio 2010 and WCF RIA Services is now available for download.
Tag: Development
Building a Store Locator ASP.NET Application Using Google Maps API (Part 1)
(Scott Mitchell) Over the past couple of months I’ve been working on a couple of projects that have used the free Google Maps API to add interactive maps and geocoding capabilities to ASP.NET websites. In a nutshell, the Google Maps API allow you to display maps on your website, to add markers onto
Using DataView to Bind Client Side Template in ASP.NET AJAX 4.0
(Arun Karthick) In this article I will illustrate a step by step process of performing a client template binding using a DataView in AJAX 4.0. Client template binding is a notable feature in AJAX 4.0 which will allow developers to bind the data to a client side control like an HTMLTable and the data
Multiple concurrent tasks in .NET – using threads
(avarma) Most applications need to perform more than one task at the same time. Whether it is a WinForms control that needs to accept user input and launch a background task while staying responsive – or whether it is a business object that needs to perform simultaneous tasks (e.g. a BackgroundCheck
Introduction to ComponentArt’s TabStrip Control
(Nihar Nayak) ComponentArt TabStrip is a fully featured navigation control based on advanced client-side rendering technology. We can create rich tabbed user interfaces with client side multi-tab functionality in our ASP.NET applications. It comes with some built-in themes and designs. But any desig
When To Use N And $N As Regular Expression Back-References
(Ben Nadel) The other day, I was talking to Ryan Jeffords about regular expressions (RegEx) and there was some confusion about when to use N versus when to use $N as a captured-group back-reference. It can only be one or the other, so figuring it out is generally not a big issue. But, this does hap
Creating a Button at Run-time in C#
(Mahesh Chand) Creating a Button control at run-time is merely a work of creating an instance of Button class, set its properties and add Button class to the Form controls.
Service Operations for Any and All
(marcelolr) As I wrote about a while ago, quantifiers such as ‘any’ and ‘all’ are not supported in WCF Data Services.
ASP.NET MVC 2.0 Templating
(Brian Mains) Templating is now in the ASP.NET MVC 2.0 framework, for .NET framework 3.5 and 4.0. We are going to take a look at these features.
Accessing Server-Side Data from Client-Side Code in .NET 4
(Peter Vogel) I’m in the process of building an AJAX-enabled Web page using the latest tools from the AJAX library and .NET 4 (though surprisingly little of this project depends on .NET 4). This duplicates an earlier project that began in an article on integrating ASP.NET, JavaScript, and jQuery.
