Chapter 10. Finalization and Deployment

Our valuable journey through ASP.NET Core Web API and Angular 2 development is coming to an end. The native web application we've been working on since Chapter 2, ASP.NET Controllers and Server-Side Routes, is now a potentially shippable product, ready to be published in a suitable environment for evaluation purposes.

However, in order to do that, we need to give our project some finishing touches.

Switching to SQL Server

Although localDB proved itself to be a great development choice, it's not a good idea to use it in production as well. That's why we'll replace it with SQL Server. As for the chosen edition, we can either go for Express, Web, Standard, or Enterprise depending on what we need and/or can afford. ...

Get ASP.NET Core: Cloud-ready, Enterprise Web Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.