Get benefited from interview Q/A and Online Test section. Subscribe to this blog to get updates directly in your mail box.
Best View in Google Crome, Mozilla firefox or IE 7 or above
Showing posts with label C# Learning Projects. Show all posts
Showing posts with label C# Learning Projects. Show all posts

Wednesday, May 6, 2009

Learning/Academic projects in dotnet

I am writing this blog to share my mini Projects created for learning purpose. Also, these projects can guide you to create your Academic project in DOTNET for Computer Science or MCA courses.

I will post my original projects here. The projects will be in C#, dotnet, ASP.Net, ADO.Net, SQL Server, AJAX, JavaScript/VBScript, WebServices, WPF, WCF etc.

Please visit my blog regularly to get all the new projects posted.

2. Tic Tac Toe Game Project


TicTacToe is a very famous game among students. This project is a Windows application developed using C# and .Net. I have followed oops concepts while coding. It is a very good project to learn C# basics and coding standards. The code is very well organised and properly commented.

Key features of this project:
1. It is a windows application developed in C#.Net.
2. It has proper industry standards for naming the controls.
3. The code is properly commented so that it will be more readable and maintainable.
4. The code demonstrates reusability concepts in oops as it contains methods for repetitive tasks.

You can find more details about the project at the following link. Also, you can download the C# Dotnet source code from the same link. Have a look at it and post your comments.

http://www.dotnetspider.com/projects/485-TicTacToe-Game.aspx

Monday, May 4, 2009

1. WinCalculator


WinCalculator project is a simple calculator program similar to the one available in Windows Operating System. It will be useful for all day-to-day calculations.

This project is a Windows application developed using C# and .Net. I have followed oops concepts while coding. It is a very good project to learn C# basics and coding standards. The code is very well organised and commented.

You can find more details about the project at the following link. Also, you can download the C# Dotnet source code from the same link. Have a look at it and post your comments.

http://www.dotnetspider.com/projects/466-WinCalculator.aspx

Please watch out this place for more.

  © Blogger templates Shiny by Ourblogtemplates.com 2008

Back to TOP