Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I have to develop an application named smart client score board in vb

Main requirements for this application are that application should display the live scores, detailed score board, running commentary (in text), players and team profiles, statistics of matches, results and fixtures for cricket.

can any one help me how to do this? thanks in advance.
Posted
Comments
Karthik Harve 3-Jan-12 1:46am    
Sounds like home work..
AmitGajjar 3-Jan-12 1:48am    
you need some API/Feeds.

1 solution

The first thing you need to do is make your mind up which of the possible solutions you have set as the Tags you are planning to use, as this will have a big effect on how it all works:
C# 
ASP.NET 
XML 
Java 
SQL 
VB.NET 
Server script
It is not likely that all of these will feature in a simple piece of homework.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

So: Look at what environment you are going to be working in.
Look at what you have to do.
Isolate the various inputs, and outputs.
Look at what you need to do to access the inputs.
Work out what you need in the way of pages, forms or whatever you have to use in order to display the results.
Then do a paper version - work it out on paper as if the match was going on and you have to display the action.
Then translate that into a specification.
Then start designing your app.
 
Share this answer
 

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