Learn how to plot a graph from the data in Excel sheet, and export a chart from Excel sheet through C# and save it locally.
Latest Files Articles
Understanding Routing in ASP.NET Core MVC
Learn the principles of conventional and attribute routing.
Create ZIP Files From An ASP.NET Framework Application
Learn how to create ZIP files on the go in an ASP.NET framework application using the free and open-source DotNetZip library.
.NET Tip: Receive Notification When a File is Updated
Do you need to know when a file or directory has been updated? The FileSystemWatcher class gives you a very easy means to monitor the file system.
.NET Tip: Return File Contents as a String
What do you do when you need to read in an entire file and process it as a string? Here is a simple solution.
New Files and Folders in ASP.NET 2.0
"With the release of ASP.NET 2.0, Microsoft has greatly increased the power of ASP.NET by introducing a suite of new features and functionalities. As part of this release, ASP.NET 2.0 also comes with a host of new special files and folders that are meant to be used to implement a specific functionality. This article examines these new files and folders in detail and provides examples that demonstrate how to utilize them to create ASP.NET 2.0 applications.
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.
Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Poker and VB.NET
Learn how to calculate each winning hand in Poker.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.