Introduction and Contents

Introduction

This is an attempt to make a collection of topics that are necessary to know the fundamentals of working with ASP.NET Core with the programming language C#. With a brief introduction to ASP.NET history and architecture, we would dive into learning C# fundaentals and then there would be more information on how to create different types of applications with these tools e.g. Console Applicaions, Web Applications/APIs, Mobile apps etc.
I would also touch upon the concept of micro-services architecture of system design and deployment practices with docker and kubernetes.

ASP.NET Framework VS ASP.NET Core

ASP.NET Framework was introduced in 2002, it was/is used to develop windows applications only, so we needed a tool that could do more than just that, i.e. create different kinds odf applciations like Web APIs, Mobile apps, Console applications and more, that is when ASP.NET Core was intoduced with a superior architecture that is more efficient in terms of resource usage and speed than ASP.NET Framework.

Content

    ASP.NET Core

    C#

    Others


    How to build a real application

  • blog - link

Comments