Giter Site home page Giter Site logo

training-aspnetcore's Introduction

Training ASP.NET Core

This training is based on the Little ASP.NET Core book writen by Nate Barbettini, available at http://littleasp.net/book.

Environment

  • OS: Microsoft Windows 10 (x64)
    • Version: 10.0.17763
  • Microsoft Visual Studio 2017
    • Version: 15.9.11
  • .NET Core SDK
    • Version: 2.2.104

Project strucuture

  • ./src folder contains source code
  • ./test folder contains unit and integration tests
  • ./publish folder contains published versions

Tests

Open your preferred command line tool (e.g. Command Prompt, Windows PowerShell, Terminal).

If you want to run all tests at one time, go to the project's root ./ folder and execute:

dotnet test

All tests (unit and integration) will be executed.

If you want to run a specific test, go to the project's folder you want to test (e.g. Unit, Integration) under ./test folder and execute:

dotnet test

Only this specific test will be executed.

Publish

Open your preferred command line tool (e.g. Command Prompt, Windows PowerShell, Terminal) and go to ./src/AspNetCoreTraining folder.

  • To publish for Windows, execute:
dotnet publish -f netcoreapp2.2 -c Release -r win-x64 --output ..\..\publish\v1.0\win-x64 --self-contained true
  • To publish for Linux, execute:
dotnet publish -f netcoreapp2.2 -c Release -r linux-x64 --output ..\..\publish\v1.0\linux-x64 --self-contained true

training-aspnetcore's People

Contributors

lucasrosinelli avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.