Giter Club home page Giter Club logo

practicalapps's Introduction

PracticalApps

This my training project, where i work on some technologies list of which with explanation is below.

Stack:

  • LINQ - Using query to objects in EF Core entities.
  • EF Core - Database First. I use free database from Microsoft "Northwind.db".
  • ASP.NET Core
  • Razor Pages
  • Unit test
  • SQLite - Database provider.
  • ASP.NET Core MVC
  • WebApi/Minimal WebApi
  • Blazor Server/WebAssembly

Projects in solution:

  • Northwind.Common.DataContext.Sqlite - Class library project for EF Core Entity models.
  • Northwind.Common.EntityModels.Sqlite - Class library project for the EF Core Entity database context with dependencies on database provider.
  • Northwind.Common.UnitTests - Unit Test project for testing base functionality of EF Core.
  • Northwind.Razor.Customers - Class library project for Razor pages to demonstrate list of Customers with clickable links to view full information of customer and they orders.
  • Northwind.Razor.Employees - Class library project for Razor pages to demonstrate list of Employees.
  • Northwind.Web - ASP.NET Core project for a website with mix of static HTML and dynamic Razor Pages.
  • Northwind.Common.PrimeFactors - Class library project with code from my early made console app (decomposition number on prime factors).
  • Northwind.Mvc - ASP.NET Core project with using MVC design pattern to create website with using two services (launch with Northwind.WebApi and Minimal.WebApi projects at the same time).
  • Northwind.WebApi - ASP.NET Core WebApi project.
  • Minimal.WebApi - ASP.NET Core WebApi project without selecting checkbox to use controllers and views.
  • Northwind.BlazorServer - Blazor Server project has CRUD for customers (get customers form db with help local service dependency) and routable page component (timestable) and country loop in nav menu.
  • Northwind.BlazorWasm(Client,Server,Shared) - Blazor WebAssembly App projects has CRUD for customers (get customers form db with help customers web api controller).

practicalapps's People

Contributors

tihonchukartyom89 avatar

Stargazers

 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.