 |

Displaying Files and Folders in a GridView The .NET Framework provides a variety of classes in the System.IO namespace that simplify working with the file system. Using these classes it's possible to delete files and folders, to create new files, to edit existing files, and more. These classes, combined with ASP.NET's suite of Web controls and databinding syntax, make it quite easy to present information about the files on the web server's file system to visitors to your website. With a bit of markup and code, it's possible to add a simple file browser to a web page that allows users to view the files and folders from a particular directory on the web server. Such file browsers are useful if you
How to Use the Visual Studio Code Analysis Tool FxCop The integrated static code analysis tool an help you find and correct bugs in your software development.
Implementing the Store Locator Application Using ASP.NET MVC (Part 2) Last week's article, Implementing the Store Locator Application Using ASP.NET MVC (Part 1), started a two-part article series that walked through converting my ASP.NET store locator application from WebForms to ASP.NET MVC. Last week's article stepped through the first tasks in porting the store locator application to ASP.NET MVC, including: creating the new project; copying over stylesheets, the database, scripts, and other shared content from the WebForms application; building the HomeController; and coding the Index and
Implementing the Store Locator Application Using ASP.NET MVC (Part 1) Back in May 2010 I wrote a three-part article series titled Building a Store Locator ASP.NET Application Using Google Maps API, which showed how to build a simple store locator application using ASP.NET and the Google Maps API. The application consisted of two ASP.NET pages. In the first page, the user was prompted to enter an address, city, or postal code (screen shot). On postback, the user-entered address was fed into the Google Maps API's geocoding service to determine whether the address, as entered,
Filtering Data Using ASP.NET 4's QueryExtender Control One of the new controls available with ASP.NET 4 is the QueryExtender control. The QueryExtender is designed to simplify filtering data returned from a LinqDataSource or EntityDataSource by decoupling the filtering logic from the data source control. Using the QueryExtender is easy - simply add a QueryExtender to the page, specify what data source control it applies to, and then define the filtering criteria. For example, when displaying product information on a web page you could use the QueryExtender control and a few lines of markup to display only those products that are not within a certain price range and whose name or category starts with a user-specified search string.Filtering the data returned by a LinqDataSource or EntityDataSource control is certainly possible without the

Microsoft Claims Android 'Gotchas' Raise Its Cost
Google makes its Android software freely available, but Microsoft argues there are other costs related to making the open source software available on mobile devices.
Btrfs Linux Filesystem Nearing Mainstream
For at least two years, excitement has surrounded the Btrfs Linux filesystem as a successor to current systems, but new improvements could take it over the top.
Say What? The Week's Top Five IT Quotes
Why develop for Android, the battle over 3PAR heats up, the U.S.'s cybersecurity shortcomings, and more.
Red Hat Talks Cloud App Management Tech
The Linux player says the cloud should be open and apps able to move between the cloud and the enterprise data center. And it thinks it has the technology that can help.
Microsoft: Developers Flock to Windows Phone 7
Company claims more than 300,000 downloads of the new Windows Phone 7 SDK. Is it a sign that Microsoft's poised for a strong launch?

Caching Oracle Data for ASP.NET Applications
Narayan Veeramani shows how ASP.NET developers can improve application performance by caching data stored in an Oracle database and keeping the cached data in sync with the data in the Oracle database.
The Perfect Service - Part 1
The first article in this two-part series shows how to get Ambrose Little's .NET Service Manager running and then how to add plug-n-play services to it using drag-n-drop or XCOPY.
Advanced UI Design Using XML and XSL
Joe Slovinski explains how to use XML and XSL to create a Web-based folder tree. Using XML and XSL makes this tree low maintenance and when transformed on the client can reduce load on your server.
Using Open Source .NET Tools for Sophisticated Builds
Building an application can be more than pressing F5. With an increasing number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. Aaron Junod describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value-added builds.
Tracing in .NET and Implementing Your Own Trace Listeners
Mansoor Ahmed Siddiqui explains debugging and tracing and shows how to create custom trace listeners to help ensure hassle-free development.
Mailing List
Want to receive email when the next article is published? Just Click Here to sign up.
Comments
Suggestions and comments can be sent to Webmaster. |