/aspnetcoreapp

starting ASP.NET core

Primary LanguageHTML

ASP.NET STARTER REPO [Archived 🗄️]


  1. Checked out the overview of ASP.NET Core and what makes it "cool" .

    • well from what i've seen, i gotta say, it lives up to its reputation, it has good stuff for many types of apps and implementations.

  2. Then moved on to Core fundamentals Overview to checkout what to know before diving to the section i came here for which is MVC in ASP.NET

    • That was quite good, i loved the dependency injection, especially after appreciating it from learning springboot -> spring.io.

    • liked the error handling and the good folder structure.

  3. Finally, now lets get to the main event, Getting Started with MVC

    • Welp, turns out i need to generate another codebase for the MVC, let me have some fun with Razor then move on to next one.

And now im finally done, well i got carried away , but i guess its a good sign of the good stuff and a beginner's experience of the framework, and to that bye bye and let's go !

hej


* testing the waters before jumping into some burning code on a private repo.