Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am doing my final year project and I will be developing a automated registration system for my college. The registration system includes generating student University Seat Number and allows the student to log in and select their courses of their current semesters. The registration system also includes staff log in where staff are allowed to enter student's academic result details, maintaining attendance,etc. This system has to work in intranet network(with my college campus), so it should support 100 clients connected in a same network. I have fair a bit knowledge about C#, HTML
and SOL Server 2008. I am thinking to develop the system using Visual Studio 2010. My main question is, in VS2010 there are plenty of versions available (like asp.net web application and asp.net MVC 2 Web Application, etc), so for the requirement mentioned above which version will be more suitable to choose as I need to run this project in an intranet network.
Thank You.
Posted
Comments
Richard MacCutchan 29-Jan-15 7:21am    
I am thinking to develop the system using Visual Studio 2010.

What does that have to do with your project? Visual Studio is an IDE, not a framework, not a language. You need to think first about what type of application you want, a closed client/server, a website, a simple desktop etc. Also what language(s) you plan to write in. Visual Studio can help you develop all of them.
partha143 29-Jan-15 9:25am    
A website working on intranet network. My main intention behind asking this question is, which templates should I choose so that I can run my application on intranet network.

 
Share this answer
 
Comments
partha143 29-Jan-15 8:51am    
Thank you. The links which you provided helped me to make my choice :)
Simon_Whale 29-Jan-15 9:16am    
Your welcome ;)
You are referring to templates, not versions. The requirements you described here is the draft of a typical MVC application. But don't use MVC2, use at least MVC4. Have a look here: http://it-ebooks.info/tag/mvc/[^], these are excellent books you can download for free. You should also learn a bit of Entity Framework and LINQ. But if you do the exercices of one of these books, you will have enough idea about them to make you application. You should also get familiar with jQuery and jQuery UI.
 
Share this answer
 
Comments
partha143 29-Jan-15 8:50am    
Thank You sir :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900