An Introduction to .NET
Basic concept of .Net
Programming
Set of instructions provided to computer is called programming.
Program development cycle
Program development cycle is divided into six steps.
1- Analyze the problem
Analyzing the problem means identifying specification and defining each program’s input, output and processing components.
2- Design programs.
In this step, the solution to the problem is planned. The sequence of each module of is carefully prepared. Such a sequence of steps is called algorithm.
3- Code programs
coding is the word used for writing the program lines. The programming codes are written in programming languages.
4- Test and debug program
Testing is the process of finding the errors in a program, and debugging is the process of correcting errors found during the testing process.
5- Complete the documentation