DEV Community

Fardeen Khan
Fardeen Khan

Posted on

Getting started with C#

Another simple guide to learning a new language C#.
Explore fully documented code snippets to get started with fundamental C# coding.
https://github.com/fardeen9983/C-sharp-snippets
Keep watch on the repository as I will cover advanced topics.

Top comments (4)

Collapse
 
luturol profile image
Rafael Ahrons

It changes something from using VS 2017 to VS 2019? What is the purpose of the repository? I'm interesting to learn more about C#, because I droped here from parachute almost 3 years ago and my teory about C# is almost basics. Never had some class about it, only articles, google searchs about it and a lot of hours coding...

I'm curious to learn more.

Collapse
 
fardeen9983 profile image
Fardeen Khan

Well to start with, get started page in VS 2019 is revamped and is more aesthetic and then for other features we have:
Better performance at execution and debugging
Better search results for finding components
Live Share lets you and your colleagues edit code together from different machines
Richer git integration
More on the Intellicode and Refactoring
Different profiles for code cleanup

And as for this repository you can use it as a reference for getting around code syntax, helpful when you forget some tiny details. I will be adding implementations of other popular features like database and networking, .NET core features, etc. So keep a watch. You can even use this as tutorial for learning the language.
Thanks!!

Collapse
 
luturol profile image
Rafael Ahrons

Thanks for the response. I'll use VS 2019 right now for my projects!!!

Feel free to look into my github repositories and comment something with you feel the need! I'm always looking for ways to improve my coding skills

Thread Thread
 
fardeen9983 profile image
Fardeen Khan

Happy to help