MyCollegeMyFriend is a small but open source project developed using ASP.NET 2.0 and C#. The purpose of this project is to create a Website where you can have your college buddies sign-up and keep upto date.
Introduction
Here user can register themselves. User can see college, university and other member profile. Registered user can make their friend network by adding member in his/her friend list.
User can search college by University, by country, by course.
Here admin can post new university, college. Admin User ID and password is->
UserLoginID- rahul
Password - rahul
By login these you will find a option admin. By clicking on this button you will redirect on admin page from here admin can post new university and new college.
I am going to show some pages of project. I have uploaded the application. The database is inside App_Data folder.
To run the project just attach the database and change the connection string in webconfig file.
In webconfig file there is a key MyCollegeMyFriendConnectionString. Just change this according to your and enjoy the project. My database is in SQL SERVER 2005.
In this project i did not use real data. I just add images from the internet.
Now the Project->
This is the default page. Here all University, College and member are showing, by clicking on the image we will redirect to detail page.
From the head user can search college by universiy, Country, Course. You can see university college on university detail page.
Image 1.
Default part 2
Image 2.
This is the University Detail page.

Image3.
This is the college detail page.

Image 4.
This is the member detail page.

Image 5.
This is the page which will show after login by rahul userID and rahul password.
Image 6.
This is admin default page which will come after cliking on admin button from default page. From this page admin can register new university and college.

Image 7.
This is Add University page.

Image 8.
Same as college add page after inserting detail when u click on add button you will redirect to add image page. On that page you can upload image.
This is member registration page.

Image 9.
This is project which I think. If there is any problem the please write to me
[email protected]

Kiran Kumar TalikotiPosted Sep 6, 2013, 12:23 AM
Nice Projects rahul..very help full for beginners
Anand PatilPosted Jan 9, 2013, 2:47 AM
Hello, while executing i m facing this kind of error, Line 335: get Line 336: { Line 337: return bool.Parse(ConfigurationManager.AppSettings["RethrowError"].ToString()); Line 338: } Line 339: } the Connection string is, <connectionStrings> <add name="MyCollegeMyFriendConnectionString1" connectionString="Data Source=.;Initial Catalog=MyCollegeMyFriend;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient"/> </connectionStrings>. Plz help me out....
Vinil WilsonPosted Mar 4, 2012, 1:33 PM
<connectionStrings> <add name="MyCollegeMyFriendConnectionString1" connectionString="Data Source=WININWILSON\SQLEXPRESS;Initial Catalog=MyCollegeMyFriend;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Packet Size=4096;Application Name="Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient"/> </connectionStrings> This is my connection String..please check for accuracy... I keep getting error at the location of: return bool.Parse(ConnectionManager.AppSettings["RethrowError"].ToString()); ANYBODY HELP PLEASE..!!!
sudheer kumarPosted Jan 18, 2011, 12:40 AM
Hey Please send the Alumni project source code using Asp.net,c#
Parul khullareditedPosted Sep 2, 2010, 11:52 AMEdited Sep 2, 2010, 11:53 AM
nyc work... sir,i m g8ng some problem in its web.config file.. Error 1 Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. i have olredy chnged connection string..
Dharmesh BafnaPosted Apr 29, 2010, 8:02 AM
I just downloaded the project, I haven't even extract it yet, but it's looking great. Nice effort...
ravi kumarPosted Nov 7, 2009, 7:52 AM
sir, i m also getting the same exception as poonam as got, there is some problem in configuration.cs file could you please explain me why i m getting this exception?
Puneet Sharma 0Posted Jun 17, 2009, 4:45 PM
Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 335: get Line 336: { Line 337: return bool.Parse(ConfigurationManager.AppSettings["RethrowError"].ToString()); Line 338: } Line 339: } Source File: c:\Users\TPKS\Documents\Visual Studio 2005\WebSites\MyCollegeMyFriend\App_Code\Configurations.cs Line: 337
Nosnibor LlaworPosted Jun 3, 2009, 11:24 AM
Nice Demo...
Arjun SrivastavaPosted Apr 28, 2009, 7:54 AM
Great piece of work in the demo although it helps me I would like to add some more features in the future.
Murtuza KabulPosted Jan 14, 2009, 3:20 PM
Code works great. I hope you are thinking about adding some extra functionality to the demo application in your next article.