C# was developed with the aim of creating a language that suited just about every development need.
C# is a very popular programming language today and it has reason also. It's suits in every development need so you can use in any form.It has many features also as:
- COM-Component Object Model
- Dynamic Binding
- Scalability
Simple Syntax: Hello World!
- using system;
- class Hello{
- static void main() {
- Console.WriteLine("Hello World"); }
- }

No comments:
Post a Comment
What you think about this post..............;)