This article, by Scott Mitchell, is part on an ongoing series of articles that examines LINQ. This installment looks at querying and searching XML documents using the LINQ to XML provider.
Articles Written by Scott Mitchell
Extending ASP.NET Output Caching
This ASP.NET tutorial shows how to customize ASP.NET 4's output caching functionality to save cached content to disk instead of memory.
Preventing Users From Copying Text From and Pasting It Into TextBoxes
Learn how to use JavaScript and jQuery to prevent users from copying and pasting text from and into certain textboxes on a web page.
Customizing the Store Locator Results Map To Include Custom Marker Icons and Info Windows
This ASP.NET tutorial shows how to enhance the store locator results map to display each nearby store using a custom marker icon; plus, how to display details about the store location when its marker is clicked.
Building a Store Locator ASP.NET Application: Adding The Map and Markers
Part 2 of our ASP.NET tutorial, looks at how to use the Google Maps API to include a map showing the area searched, with markers denoting the store locations using a sprinkle of JavaScript, and a pinch of server-side code to add such functionality to our store locator app.
Building a Store Locator ASP.NET Application Using the Google Maps API - Part 1
This ASP.NET tutorial shows how to use the free Google Maps API to build a store locator ASP.NET application.
