Search for Sinhala video computer lessons, videos, Flash Demos, audio tutorials, softwares, fonts and other useful educational materials using our search utility:
C# (C-Sharp) Programming Sinhala Video Tutorials
C# is a simple general purpose language that has object oriented programming features. It is one of languages that have designed for Common Language Infrastructure, which is an open specification developed by Microsoft that describes the language’s executable code and its runtime environment. C-Sharp programming language was developed by Microsoft as a part of its .NET initiative. The most current version of the language is c# 5.0, which was released in 2012.
- 1. How to download, install and configure .NET Framework 2.0
- 2. Create your first C# program
- 3. Using Write and WriteLine methods
- 4. What is a Namespace? How namespace are used?
- 5. How to output text and numbers using WriteLine method
- 6. How to give keyboard input to your program
- 7. What are variables? How they are used in C# language?
- 8. Using string data type variables
- 9. Using integer type variables
- 10. Using multiple placeholders in a program
- 11. Using If statements in C# language
- 12. Using while loop in C# language
- 13. How to add a message box to C# program
- 14. What are user defined Namespace?
- 15. Using For loop in C# programs
- 16. Using double data type
- 17. Using decimal data type
- 18. Using break statement in loops
- 19. Using continue statement in loops
- 20. How to create a Fixed Deposit Calculator - Part 1
- 21. How to create a Fixed Deposit Calculator - Part 2
- 22. How to create a Fixed Deposit Calculator - Part 3