Some Tips For "Visual Basic . Net "
- Classes are used to create objects that have properties, methods, events.
- Each language compiles for Microsoft Intermediate Language (MSIL) and uns in the Common Language Runtime (CLR)
- Solution File .sln, a project file .vbproj, form files and additional files .vb.
- Integrated Development Environment (IDE)
- VB has three mode
- design time
- runtime
- break time
- Project Remarks are used for documentations.
- Good programming practice requires remarks in every procedure and in the declaration section in every file.
- Me.close method terminates program execution.
- You can print out the visual basic code for documantation.
- There are three types of errors:
- Syntax Error
- Run-Time Error
- Logic Error
- Finding and fixing programming errors is called debugging.
No comments:
Post a Comment