how to get started with .net 6.0

dakshSharma 1 Reputation point
2022-02-04T04:18:19.347+00:00

So Microsoft has been uploading some c# videos on youtube.
I am also very much interested in learning c# but I don't where to start because I specifically only want to learn(10) or the c# release
from November of 2021.
and a majority of videos over Youtube are based over c# (9) or .net5.0.
I just want to know about is there any resource that can help me learn c# with the .net6.0 syntax.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,411 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Castorix31 82,206 Reputation points
    2022-02-04T05:04:08.557+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. Karen Payne MVP 35,201 Reputation points
    2022-02-04T09:55:47.653+00:00

    In addition to @Castorix31 the following are nice additions.

    For the above check out my code samples done in VS2019 and will work just fine in VS2022. These samples also touch on working with EF Core.

    In closing, when exploring be cautious to what you use, just because it's new doesn't mean to use something. Good example us a using statement vs a using declaration, one is concise but can be difficult to read in some cases.

    1 person found this answer helpful.
    0 comments No comments

  3. simone berti 1 Reputation point
    2022-02-04T10:24:18.96+00:00

    Hello everyone, I anticipate that I am Italian and I apologize if you do not write correct English.

    From personal experience I would start with one of the Microsoft modules that I will link to if you are at the dawn of programming in C # they give you a great introduction to .net.

    https://learn.microsoft.com/it-it/learn/browse/?products=dotnet&levels=beginner
    if you already have experience in the world of programming use the link mentioned by @Karen Payne MVP and @Castorix31 .

    I hope I came in handy =) @dakshSharma

    0 comments No comments

  4. kwikc 131 Reputation points
    2022-02-04T11:29:33.767+00:00
    0 comments No comments