Click here to Skip to main content
15,886,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSystem.NullReferenceException: Check my solution someone, pls Pin
KCDude20-Jan-11 6:12
KCDude20-Jan-11 6:12 
AnswerRe: System.NullReferenceException: Check my solution someone, pls Pin
Ian Shlasko20-Jan-11 6:19
Ian Shlasko20-Jan-11 6:19 
GeneralRe: System.NullReferenceException: Check my solution someone, pls Pin
KCDude20-Jan-11 6:46
KCDude20-Jan-11 6:46 
GeneralRe: System.NullReferenceException: Check my solution someone, pls Pin
Ian Shlasko20-Jan-11 7:45
Ian Shlasko20-Jan-11 7:45 
AnswerRe: System.NullReferenceException: Check my solution someone, pls Pin
Luc Pattyn20-Jan-11 6:28
sitebuilderLuc Pattyn20-Jan-11 6:28 
AnswerRe: System.NullReferenceException: Check my solution someone, pls Pin
Eddy Vluggen21-Jan-11 1:04
professionalEddy Vluggen21-Jan-11 1:04 
QuestionGeneral Question about programming steps Pin
joyfullboy2997319-Jan-11 2:17
joyfullboy2997319-Jan-11 2:17 
AnswerRe: General Question about programming steps Pin
Pravin Patil, Mumbai19-Jan-11 4:12
Pravin Patil, Mumbai19-Jan-11 4:12 
Hi,

You are correct to some extent. You can move on to develop a software following the steps :
1. Analyzing the needs of the solution and prepare any relevant documentation on the to-do stuff. (Requirement Gathering)
2. Identify the Design Pattern, Technology etc. to be used for the development considering the scenario, requirements.
3. Once you are done with this, you can move on to prepare the prototype of the application. i.e. The general skeleton of the
working model of the software.
4. Develop the code with OOP concepts. i.e. Modularity, Re-usability etc.
5. Test the code as you develope. It is a good habit to test the code at every level.
6. Give the first release to the client. (User Acceptance Testing)
7. Let client evaluate your software. If they are ok with the functionality and everything, Prepare the final release (GO Live!!!!)

For more info refer :
http://www.exforsys.com/tutorials/programming-concepts/software-development-life-cycle.html[^]

Is it a necessity to develop new classes? Couldn't one use already developed classes or just subs and functions reside in some modules?
Ans : Software Developers follow the principle of Re-usability. i.e. You develop the modules in such a way that they can be used from some other
applications also. It reduces the time needed to develop the softwares. You should not start from scratch always. Always look for the
pre-developed components and make use of them.

What percentage of total-time would each one of the development phases take?
Ans : There is no clear answer to this question. It totally depends on the size of the software. Sometimes it is task of month, sometimes even
the years are less to complete the development.
AnswerRe: General Question about programming steps Pin
Manfred Rudolf Bihy19-Jan-11 11:03
professionalManfred Rudolf Bihy19-Jan-11 11:03 
AnswerRe: General Question about programming steps Pin
T210219-Jan-11 14:36
T210219-Jan-11 14:36 
JokeRe: General Question about programming steps Pin
joyfullboy2997320-Jan-11 0:53
joyfullboy2997320-Jan-11 0:53 
QuestionOrphan Question [modified] - Has a Home now! Pin
Soulus8318-Jan-11 19:52
Soulus8318-Jan-11 19:52 
AnswerRe: Orphan Question Pin
Andy_L_J18-Jan-11 20:01
Andy_L_J18-Jan-11 20:01 
QuestionPre-requisites for email program Pin
Uma Kameswari18-Jan-11 19:42
Uma Kameswari18-Jan-11 19:42 
AnswerRe: Pre-requisites for email program Pin
Dave Kreskowiak19-Jan-11 2:20
mveDave Kreskowiak19-Jan-11 2:20 
GeneralRe: Pre-requisites for email program Pin
Uma Kameswari24-Jan-11 18:28
Uma Kameswari24-Jan-11 18:28 
AnswerRe: Pre-requisites for email program Pin
_Erik_19-Jan-11 5:29
_Erik_19-Jan-11 5:29 
QuestionCHM html help called from VB6 application works but can't be searched [modified] Pin
reto.knaak14-Jan-11 4:02
reto.knaak14-Jan-11 4:02 
QuestionCommunication between VBscript and command prompt window Pin
Tim_abcd14-Jan-11 1:35
Tim_abcd14-Jan-11 1:35 
AnswerRe: Communication between VBscript and command prompt window Pin
Dave Kreskowiak14-Jan-11 3:57
mveDave Kreskowiak14-Jan-11 3:57 
GeneralRe: Communication between VBscript and command prompt window Pin
Tim_abcd15-Jan-11 20:38
Tim_abcd15-Jan-11 20:38 
QuestionNumber of files in a folder Pin
Central_IT13-Jan-11 1:48
Central_IT13-Jan-11 1:48 
AnswerRe: Number of files in a folder PinPopular
Luc Pattyn13-Jan-11 1:58
sitebuilderLuc Pattyn13-Jan-11 1:58 
QuestionHow to detect the launched appliction? Pin
azusakt12-Jan-11 15:40
azusakt12-Jan-11 15:40 
AnswerRe: How to detect the launched appliction? PinPopular
Luc Pattyn12-Jan-11 16:21
sitebuilderLuc Pattyn12-Jan-11 16:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.