Explore how to use the .NET Framework to respond to the operating system notifications that a new file has been created in a particular directory. Use FTP to upload the file to an FTP site of your choosing and then move the file to an alternate location.
Articles Written by Mark Strawmyer
Using Photo Galleries in Your Web Apps
Explore how to use classes in the .NET Framework to upload images in to your web applications, create consistently sized versions, thumb nails for preview, and then store them for retrieval and use.
Using Projections to Boost Performance
Learn the practice of using projections in your LINQ statements to ensure you are not over retrieving data values from your Entity Framework model.
Speed Up Repetitive Insert, Update, and Delete Query Statements
Learn how to use table-valued parameters, introduced in SQL Server 2008, to boost the performance and scalability of your .NET framework applications. You'll also see an example of how to create and use the user-defined type.
Consuming an RSS Feed with the .NET Framework
Read along to learn the nuts and bolts of how to consume an RSS feed from the CodeGuru.com website using the .NET framework. It demonstrates a simple object model for holding the content and how to read it using the System.Net.WebRequest.
Introduction to Parallel Programming in the .NET Framework
Read along as we take a look at the TPL, which is implemented in the System.Treading namespace in .NET framework 4.0 and also available for download for .NET Framework 3.5.
