How to learn the dotnet core can you given the suggestion for me. i know asp.net webapplication but i don't know core.
Loading
How to learn the dotnet core can you given the suggestion for me. i know asp.net webapplication but i don't know core.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Feb 2, 2024, 6:35 AM
Hello,
You can start learning using the official Microsoft website and a few other good resources as below.
https://www.c-sharpcorner.com/article/how-to-start-with-asp-net-core/
https://learn.microsoft.com/en-us/training/paths/aspnet-core-web-app/
https://www.youtube.com/watch?v=lE8NdaX97m0&list=PLdo4fOcmZ0oW8nviYduHq7bmKode-p8Wy
https://www.tutorialsteacher.com/core
Tuhin PaulPosted Feb 1, 2024, 5:40 PM
Your existing understanding of ASP.NET concepts like ASP.NET MVC, Razor Pages, and Web API will serve as a valuable starting point. While there are differences in implementation, the core principles align broadly.
Ahmed AbdiPosted Feb 1, 2024, 3:10 PM
As Saksham said the official documention is the best source to start. then build project and release, read and follow open source projects
Saksham GuptaPosted Feb 1, 2024, 12:02 PM
I would recommend below approach:
Official Documentation: Start with Microsoft's .NET Core documentation.
Online Courses: Use platforms like Pluralsight, Udemy, Coursera, or edX for courses.
Books: Read "Pro ASP.NET Core MVC" and ".NET Core in Action".
GitHub Repositories: Explore open-source projects for practical exposure.
Microsoft Learn: Use Microsoft Learn for interactive learning.
Stay Updated: Regularly check blogs and Microsoft announcements for the latest changes.