You can see MSDN tutorials, like
Get started with ASP.NET Core MVC
Tutorial: Create a Razor Pages web app with ASP.NET Core
or others from Google, like Getting Started With ASP.NET Core 6.0
C# and ASP .Net 6 Documentation for beginners (using Visual Studio 2022 and MacOS)
Dear community,
I want to learn C# and .Net 6 for developing Web and mobile apps .
What tutorial and learning paths do you recommend to achieve this goal ?
Thanks' very much !
Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
Developer technologies C#
-
Castorix31 90,521 Reputation points
2022-04-06T11:12:24.303+00:00
2 additional answers
Sort by: Most helpful
-
Claudiu Alex 141 Reputation points
2022-04-06T11:20:59.99+00:00 Thanks' . But for C# ? Only Microsoft documentation do you recommend ?
-
Lohith GN 516 Reputation points
2022-04-19T03:11:38.817+00:00 If you are looking for any learning material for C# & .NET, the best place to look for is Microsoft Learn. Here is the learn website: https://learn.microsoft.com/en-us/learn/dotnet/
For C# alone, here is a link to C# collection: https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07. This is an excellent collection to learn C#
Here is a link to learning path for .NET beginners: https://learn.microsoft.com/en-us/learn/browse/?products=dotnet&levels=beginner&resource_type=learning%20path
You can search for things you are looking for in Learn website and use those materials. They are suggested because it is created by people who work on those products and its completely free.
Hope this helps.