contents

 

preface

acknowledgments

about this book

about the author

about the cover illustration

  

Part 1.   Getting started with ASP.NET Core

  1   Getting started with ASP.NET Core

  1.1  An introduction to ASP.NET Core

Using a web framework

What is ASP.NET Core?

  1.2  When to choose ASP.NET Core

What type of applications can you build?

If you’re new to .NET development

If you’re a .NET Framework developer creating a new application

Converting an existing ASP.NET application to ASP.NET Core

  1.3  How does ASP.NET Core work?

How does an HTTP web request work?

How does ASP.NET Core process a request?

  1.4  What you will learn in this book

  2   Your first application

  2.1  A brief overview of an ASP.NET Core application

  2.2  Creating your first ASP.NET Core application

Using a template to get started

Building the application