Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

Configure an environnement for ASP.NET Core 2

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Prochain SlideShare
Serverless
Serverless
Chargement dans…3
×

Consultez-les par la suite

1 sur 21 Publicité

Configure an environnement for ASP.NET Core 2

Télécharger pour lire hors ligne

When we want to start development on ASP.NET Core 2, we need an environment to develop, version code, deploy and execute it on Azure

When we want to start development on ASP.NET Core 2, we need an environment to develop, version code, deploy and execute it on Azure

Publicité
Publicité

Plus De Contenu Connexe

Diaporamas pour vous (20)

Similaire à Configure an environnement for ASP.NET Core 2 (20)

Publicité

Plus récents (20)

Publicité

Configure an environnement for ASP.NET Core 2

  1. 1. Setting Up the Development Environment for ASP.NET Core 2 Michel Bruchet
  2. 2. About the Author • Michel Bruchet Architecte spécialise technologies Microsoft • 39 ans • 20 ans d’expérience
  3. 3. My Last book Learning ASP.NET core 2 • Understand the basics of ASP.NET core 2 • Learn how to build a famous modern fast optimized application
  4. 4. Development Architecture
  5. 5. ASP.NET Core 2 Architecture Machine Development Source control Execution Environment Visual Studio 2017 SQL Server Express Azure SDK Function SDK Selenium GIT Build Release Work items VSTS Github : Git Azure App Service Cosmos DB Azure SQL Server Azure Service Bus Docker Azure Container Service
  6. 6. ASP.NET Core 2 / Devops Workflow Today, Concept team manage user stories directly in a tool like VTS Work item Delivery team uses one Repository per domain and one branch per feature Integration and delivery has done automatically per a build and a release pipeline Quality is manage directly in a tool like VSTS Test Release management access automatically report from a tool like VSTS Release pipeline
  7. 7. Visual Studio Editions • Today it exists 3 editions of Visual Studio • Visual Studio Code for API and core class coding • Visual Studio Community for training • Visual Studio Profesionnal and Entreprise for all most of you requests
  8. 8. Component generally installed
  9. 9. First steps with Visual Studio
  10. 10. The Startup page
  11. 11. Intellicence Code Refactoring and Live Code Analysis
  12. 12. Finding reference and code part
  13. 13. Live unit testing
  14. 14. Start working with Visual Studio
  15. 15. Create a project
  16. 16. Installing Visual Studio Code on Linux
  17. 17. Installing Visual Studio Code 1. curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor>microsoft.gpg
  18. 18. Install Visual Studio code on linux 2. sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
  19. 19. Install Visual Studio code on linux 3. sudosh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
  20. 20. Install Visual Studio code on linux 4. sudo apt-get update 5. sudo apt-get install code 6. xdg-mime default code.desktop text/plain
  21. 21. How to Contact Me ■ Twitter : michelbruchet ■ Linkedin : michelbruchet ■ Facebook : michel.bruchet.3 ■ Instagram : michelbruchetstartpoint Github mbruchet On http://www.startpoint-inc.com

×