An Introduction to .NET(非原创---外教讲义)[1]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

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

本文关键:An Introduction to .NET(非原创---外教讲义)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top