Giter Club home page Giter Club logo

aspnet-core-solid-and-clean-architecture-course-udemy's Introduction

ASP Core: Solid and clean architecture: Create a testable app

Course link: https://accelerate.udemy.com/course/aspnet-core-solid-and-clean-architecture-net-5-and-up/

Commands

  • Build:
dotnet build
  • Run App
# UI
dotnet watch run --project src/UI/HR.LeaveManagement.BlazorUI --launch-profile https

# API
dotnet watch run  --project src/API/HR.LeaveManagement.Api --launch-profile https
  • Add migrations
dotnet ef migrations add "MIGRATION_NAME" --project src/Infrastructure/HR.LeaveManagement.Persistence --startup-project src/API/HR.LeaveManagement.Api --context HrDatabaseContext

dotnet ef migrations add "MIGRATION_NAME" --project src/Infrastructure/HR.LeaveManagement.Persistence --startup-project src/API/HR.LeaveManagement.API --context HrDatabaseContext
  • Update DB:
dotnet ef database update --project src/Infrastructure/HR.LeaveManagement.Identity --startup-project src/API/HR.LeaveManagement.Api --context HrLeaveManagementIdentityDbContext

dotnet ef database update --project src/Infrastructure/HR.LeaveManagement.Persistence --startup-project src/API/HR.LeaveManagement.Api --context HrDatabaseContext
  • Run tests:
# Unit tests
dotnet test

# Run specific tests
# https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests?pivots=mstest
# e.g.
dotnet test --fitler TEST_NANE

aspnet-core-solid-and-clean-architecture-course-udemy's People

Contributors

danialmalik avatar

Watchers

 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.