C# is the most popular and famous programming language in Programmers’ World. C# is developed by Microsoft and now it has become the heartbeat of the Programmers. C# is so much beautiful itself.
It was first introduced with the release of .Net Framework in 2001. If you have a basic knowledge of C++ or Java then you can easily move to C#, if you’re really interested in it.Some Important Decisions
Most of the time, students or beginners are so much confused and waste lot of their precious time to choose the programming language and make the final decision to get started with.
Friends, I’m here to help you in such kind of things. Actually it’s all about depends upon your field of interest and which programming language seems to be easy for you. Actually, the thing is if your programming logics and concepts are best then you can easily switch to any programming language in a little amount of time. And according to the rules and regulations of Software Engineering, if you get any project of any platform in which you’ve not gained any experience but you’re good in concepts then you shouldn’t take any tension and you should to be ready for this new experience.
Successful Rule of a Successful Developer
“If someone asks you that do you know this technology for this order. Then don’t say No. Say Yes, Learn the Technology and Complete the project”
Every day programmer/developer learn a new thing with new Requirement Experience. So that’s why I would like to clear this thing that don’t waste your time, choose your future development area and keep your hands dirty in the code.
Why C#?
We can make our application in 3 different areas with the help of C#.
- Desktop Applications
- Web Applications
- Mobile Applications
If you are good in C# then you can choose any platform in which you’re interested to work. You can see many other programming languages like Java, Python etc. which can help you to work in these platforms. But if you believe me, then I would recommend you to explore the technology with C#. Microsoft is continuously working with Technology and in the development areas. So it is really a great opportunity to learn something new with C#. if you’re interested in Game Development then you should move with C#.
Visual Basic is also the programming language which is developed by Microsoft but C# is the most popular.
A new version of .Net Framework has been released which is called
.Net Core supports C#
That’s why we should move with C#.
Microsoft released .Net Core due to some reasons
- Cross Platform Development
- Docker Containers
- High Performance
- Side by Side .Net Application Support
- Micro Services
INTRODUCTION TO IDE
IDE stands for Integrated Development Environment. And Microsoft Visual Studio is the most popular IDE in which we can develop any application on any platform. The most important thing of this IDE is Intellisence.
Intellisence
Intellisence is the nice feature of Visual Studio which suggest you the code during development. Intellisence doesn’t mean to show the autocomplete result. Intellisence is a great tool which helps you to learn the programming as well.

INTRODUCTION TO SOME IMPORTANT EXTENSION
Resharper
Resharper is the great tool which is developed by JetBrains. It is really very helpful in development. It makes the development so much easier. You can subscribe its 1 year free subscription for the students with the help of university student email.
Productivity Power Tools
It helps a lot when you are saving your program and it removes the unnecessary namespaces in your file and make your program away from any kind of confusion. It is a free tool.

C# Vs .Net
.Net is actually a platform which has many frameworks like ASP.NET Framework, ADO.NET Framework, Entity Framework etc. .Net consists of libraries and frameworks.
And C# is the programming language which is used on this platform. C# is the basic programming language which works with the contribution of other framework techniques, methods, and languages.
Community
Remember that, Stack Overflow is the best place where you can find all the programming problems with solution. If you Google your problem then you can find the solutions. But you’ve to try it your own.
C# is in the most trending technology on Stack Overflow according to the survey of 2017. So don’t worry, and move forward.
Learn Programming isn’t enough for the development. If you have 5% of programming skills but if you have 95% of debugging skill of your application. Then you can find your problems and the solutions as well because the internet is so huge. Now everything becomes easy.
Suggestion
Don’t post your question/problems on Stack Overflow or CodeProject. First of all, try to find your problem or relevant to your problem on these websites. But if you didn’t find any solution then you should go for it.

Kaushal PareekPosted Jul 31, 2018, 1:52 AM
Short and simple explanation of all basic properties of objects. Thank you
nilachala mahapatroPosted Nov 14, 2009, 2:45 PM
my question.... i have used multiple dropdown list boxes in my page,each one is getting the data from the datasouce, but the drop down boxes taking one of the main item as default.and not firing an event for that.i am trying to set --select-- i am making possible only for a normally when in code i am preparing the list but i am unable to setting it when i am getting the data from the database into the drop down list box.so please send me the ans......