C# .NET Programming - Free C Sharp Source Code

C# .NET Programming


Free C# Source Code


Display Visitor Statistics Using Google Chart Tools In ASP.NET

Are you looking for an ASP.NET solution that can display website visitor information in a graphical format? The provided project reads a CSV file of site traffic summarized by country. The data is parse to retrieve both the country and the number of hits per country. This information is then converted into a DataTable format that’s understood by Google Chart Tools so that a pie and bar chart can be rendered on a web page.

Download Source Code Now --> Visitor Stats Using Google Charts


Download Historical Stock Data Using Yahoo API In ASP.NET

The sample C# project downloads historical stock data via the Yahoo Finance API for any valid specified date range and stock symbol. The solution retrieves a CSV file then displays historical market data in a GridView control that has been styled with CSS.

Download Source Code Now --> Download Stock Data


Upload Image To Web Server In ASP.NET

The example ASP.NET C# project will show you how to upload images to a web server using the FileUpload class. It’s common for web applications to allow users of the site to upload files, photos, images, and pictures of various file types to a web site.

Download Source Code Now --> Upload Images to Server


How To Get Stock Data Using C# ASP.NET

The provided Stock Quote C# project allows you or your website visitors to get market data for a single stock using Google’s free stock quote API. The API returns a lot of market data. However, the provided project only returns the following information: Company Name, Exchange, Last Price, Change, Percent Change, High, and Low.

Download Source Code Now --> Get Stock Quotes


Implement an Exchange Rates Calculator Using C# ASP.NET

This exchange rates calculator project is a currency converter ASP.NET application that allows your website visitors to convert between any two foreign currencies using up to date exchange rates retrieved via a free web service. The source code is simple and can be easily tailored for your needs.

Download Source Code Now --> Exchange Rates Calculator


Find Website Visitor’s IP Geolocation Using ASP.NET

This is a simple ASP.NET C# project that finds the geographic location of a website visitor based on their IP address. The provided solution uses a free web service to return geo location information based on an IP address. In addition, the project uses the Google Maps JavaScript API to display the location of the visitor on a map.

Download Source Code Now --> IP Geolocation Lookup


Using Role-Based Security With Forms Authentication in ASP.NET

An advanced ASP.NET C# web solution that uses the Forms-based authentication scheme to require users to login before access is allowed to any of the secure pages on the website. In addition, role-based security is used to authorize access to individual pages within the application.

Download Source Code Now --> Role-Based Security


Send Email Using ASP.NET

Simple C# ASP.NET application that allows your website visitors to fill out a Web form then email that information to you via your SMTP server.

Download Source Code Now --> Send Email in ASP.NET


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.

Download Source Code Now --> Web Browser


Mortgage Calculator in C#

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

Download Source Code Now --> Mortgage Calculator


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.

Download Source Code Now --> Savings Calculator


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.

Download Source Code Now --> Difference Between Two Dates


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.

Download Source Code Now --> Upload Images to 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.

Download Source Code Now --> Consume RSS Feeds