Giter Club home page Giter Club logo

arbetsprov-nn's Introduction

Nordic Nest: Arbetsprov 2020

A simple ASP .NET Core 3.1 WebApp built using the "Clean Architecture" principles.

Uses Blazor WebAssembly for the frontend & EntityFrameworkCore for the backend.

Assignment

Uppgiften är att läsa in ett dataset i en databas och skapa en enkel webapplikation i C# med .NET Core 3.
I webapplikationen skall det per produkt (även kallat SKU) visas en tabell med aktuellt ”optimerat” försäljningspris för produkten och hur det förändrats med tiden. Den optimerade tabellen ska enbart visa ett giltigt pris för varje aktuell tidpunkt.

pdf: Full Assignment

Technologies

  • .NET Core 3.1
  • ASP .NET Core 3.1
  • Entity Framework Core 3.1
  • Blazor WebAssembly
  • CSVHelper

How To Run

  • Make sure Web.API is set as default startup project.
  • Run & Debug "Arbetsprov"

Overview

Reference: jasontaylordev/CleanArchitecture

  • Application

    This layer contains all application logic & is dependent on the Core layer.

  • Core

    This will contain all entities, enums, exceptions, interfaces, types for the application.

  • Infrastructure

    This layer contains classes for accessing external resources such as file systems, web services, smtp, and so on. These classes should be based on interfaces defined within the application layer.

  • Web

    The web application (Presentation layer). Depends on Application and Infrastructure (only for DependencyInjection) layers. Divided into 2 layers

    • API: Implements endpoints with EF controllers to provide services from the application layer.

    • Client: Fetches data from the API & displays them in a Blazor WebAssembly app.

Resources

CLEAN Architecture Templates/References

Tutorials / Guides

Videos

Text

Developer


pyrbin

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.