This document provides an introduction to getting started with .NET on OpenSuse using ASP.NET with C#. It discusses .NET Core vs .NET Framework, the C# programming language, and provides steps to install .NET Core, create a sample Hello World application, and scaffold a simple ASP.NET Core application using Yeoman. It also demonstrates how to connect an ASP.NET Core application to a SQLite database using Entity Framework Core and generate a migration to create the database tables.