C# .NET Programming


Free C# Source Code


Web Browser in C# .NET

Get the source code for an IE web browser built using C# .NET. This application will allow you to view a web page and the HTML source code for the web page at the same time.


Mortgage Calculator in C#

Based on loan parameters you enter, this C# .NET application calculates your monthly mortgage payments.


Savings Calculator in C# .NET

This C# .NET application calculates your total savings based on the initial amount, interest rate, # of years, and compounding frequency.


Calculate the difference between two dates

This application calculates the difference between two dates. The results are broken down into days, hours, minutes, seconds, and milliseconds.


Upload/Download Images to SQL Server

Get the source code for a windows application that will allow you to manage your pictures and images using a SQL Server database. The solution uses ADO.NET to interface with the database.


Consume RSS Feeds using ASP.NET

You can easily add dynamic content to your website by consuming RSS feeds. The XmlDataSource control in ASP.NET 2.0 is used to consume RSS news feeds from Yahoo! You can easily customize this ASP.NET project to consume RSS feeds from other sources.