Summary: Introducing Web Development Using ASP.NET Core
Take a look at what we have covered in this section.
This section exposed us to various application models and workloads that harness C# and .NET for developing websites and web services. We’ve initiated crafting class libraries and establishing an entity data model. This model is designed to facilitate interactions with the Northwind database, with the flexibility to opt for SQLite, SQL Server, or both, depending on our specific requirements. These initial steps pave the way for more intricate development and data manipulation.
Let’s recap the key takeaways:
We have been introduced to some of the app models and workloads that we can use to build websites and web services using C# and .NET.
Created two to four class libraries to define an entity data model for working with the Northwind database using either SQLite or SQL Server or both.
Get hands-on with 1400+ tech skills courses.