Windows Develop Bookmark and Share   
 index > Windows Forms General > How do i create a Sport Season Scheduler in C# or C++?
 

How do i create a Sport Season Scheduler in C# or C++?

Im trying to build a logic that will takes a list of teams and players and after that it will create a full season sheduler of the teams.

I will use a start and end date to help make the calendar.

My problem i cant think a way to make it work and also i cannot find any tutorial or a site that could help me on this.

thank you
  • Edited byBeaulieu Saturday, October 03, 2009 11:34 PMwrong title
  •  
Beaulieu  Saturday, October 03, 2009 11:27 PM
I think the goal you set yourself is too high for the moment. First of all, start with simple applications, or just start with the data layer alone.

Let's assume that you choose the last option (data layer). Have you though about the entities that might be necessary? For examples, the first entities I think about are:

* Season
* Game
* Team
* Player

So, I recommend first to create the data classes (assuming you store the data in files or xml). If you have no idea where I am talking about, I really recommend you to buy a book (for example Visual C# 2008: Step by step).
Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
Geert van Horrik  Sunday, October 04, 2009 9:36 AM
I think the goal you set yourself is too high for the moment. First of all, start with simple applications, or just start with the data layer alone.

Let's assume that you choose the last option (data layer). Have you though about the entities that might be necessary? For examples, the first entities I think about are:

* Season
* Game
* Team
* Player

So, I recommend first to create the data classes (assuming you store the data in files or xml). If you have no idea where I am talking about, I really recommend you to buy a book (for example Visual C# 2008: Step by step).
Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
Geert van Horrik  Sunday, October 04, 2009 9:36 AM

You can use google to search for other answers

Custom Search

More Threads

• Problem in using Excel Spreadsheet control on C# WinForm
• problem with checkedlistbox
• Problem deploying .NET application
• Separating Logic/UI
• Security Question...
• locking of combo box
• I am able to draw the line partially ...plz give me good solution...
• Dynamic Checkboxes always returning false
• Specified cast is not valid. on a checkbox control inside a form view or a Details View
• How to align a combobox