Session
ASP.NET Core Web App: 10 Steps to Creation and Deployment
Creating and deploying an ASP.NET Core web application can seem like a daunting task, but it can be done in just 10 simple steps. This talk will guide attendees through the process of creating a basic ASP.NET Core web application, starting with creating a new project, adding views and controllers, and implementing authentication and authorization. The talk will then cover how to test the application locally, and how to deploy the application to a production environment, including the steps for configuring a web server, and setting up continuous integration and deployment. Attendees will leave with a clear understanding of the steps required to create and deploy an ASP.NET Core web application and the knowledge to apply it to their own projects.