ASP.NET Core 2.0 Overview


Details
Brief overview of the technology stack provided for implementing a web site using ASP.NET Core 2.0 technologies for the entire stack. The talk will comprise two part, where the second part will focus on code.
We will start by looking at some of the basics of ASP.NET Core 2.0:
• What is ASP.NET Core 2.0.
• Brief history of Core.
• Getting started.
After the intro we will take a bottom-up walk through of component for implementing a web site using ASP.NET Core, including:
• ASP.NET Core 2.0 Entity Framework. Code-first design of data model, scaffolding the database. Using DbContext for CRUD operations.
• Implementing basic REST API with ASP.NET Core MVC. Setup (using middleware). Controller structure. Implement REST (add correct headers) with paging, data shaping.
• Web site consuming the REST API using ASP.NET Core MVC with Razor for view rendering. Using bootstrap for layout and styling. (20 min)
Speaker: Anders Toft Larsen (https://www.linkedin.com/in/anders-toft-larsen-ab07411/)
Food and drinks will be served under the meetup.

ASP.NET Core 2.0 Overview