Basic C# Syntax
- C# code is similar to that of C++ and Java.
- C# code is case-sensitive.
- C# compilers ignore additional spacing in code.
- C# code is made up of a series of statements.
- Each statement is is terminated with a semicolon.
- Because whitespace is ignored, multiple statements can appear on one line, though for increased readibility, avoid multiple statements on one line.
- C# is a block-structured language, meaning statements are part of a block of code.
- These blocks are delimited with curly brackets ({ and }) and may contain any number of statements, or none at all.
- Note that the curly bracket characters do not need accompanying semicolons.
NOC
NOC
NOC
No objection certificate
Welcome to my site!
This is the first entry on Acephafghanpur!
Hello world!
Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.
Here are some suggestions for your first post.
- You can find new ideas for what to blog about by reading the Daily Post.
- Add PressThis to your browser. It creates a new blog post for you about any interesting page you read on the web.
- Make some changes to this page, and then hit preview on the right. You can always preview any post or edit it before you share it to the world.


