VS.NET ideal for online roster?

Xee

New member
Joined
Aug 4, 2007
Messages
1
Programming Experience
1-3
With the first regular season NFL games coming up, coaching staffs will need to decided who stays and who gets cut in order to maintain a 53-man roster. I thought it would be cool to create an online form that would allow the users of a forum I visit to select which players they think will make the team; maybe even make a competition out of it to see who's roster is the closest to the final roster.

I don't really think that this should take a lot of time. I'll just list each position along with the players available for the position and have the user select who they think will make it. Each time a player is selected, their name will be removed from a master list. At the end, the user will be allowed to select eight players from those left on the master list for the team's practice squad. Also, a variable will keep track of how many players are selected for the active roster, not allowing any more than 53.

All that being said, is this something I can achieve with VS.NET? I've never used it for online applications so am unsure of how to approach it. Thanks in advance.
 
I suspect you are looking at an ASP.Net application with a very simple file structure supported on the server. Languages of choice IMHO would be CS or VB or any other .Net language you know well.
Bob
 
Back
Top