Git Product home page Git Product logo

dotnetarchitecture's Introduction

DotNetArchitecture

  • Cross-Platform (Windows, Linux, macOS)
  • Visual Studio 2017
  • Visual Studio Code
  • SQL Server 2017
  • .NET Core 2.1
  • ASP.NET Core 2.1
  • Entity Framework Core 2.1
  • C# 7.2
  • SPA (Single Page Application)
  • Angular 6.0.3
  • Typescript 2.7.2
  • HTML5
  • CSS3
  • SASS (Syntactically Awesome Style Sheets)
  • DDD (Domain-Driven Design)
  • SOLID Principles
  • Dependency Injection
  • Unit Test
  • Unit of Work Pattern
  • Repository Pattern
  • JWT (Json Web Token)
  • Memory Caching
  • Response Caching
  • Object Mapping
  • Code Analysis (Ruleset for C# and TSLint for Typescript)

Layers

Screenshot

Application

Screenshot

Repository

Screenshot

Unit Test

Screenshot

ASP.NET Core + Angular

Screenshot

ASP.NET Core Startup

Screenshot

ASP.NET Core Controller

Screenshot

Angular Guard

Screenshot

Angular Error Handler

Screenshot

Angular HTTP Interceptor

Screenshot

Angular Service

Screenshot

Angular Component

Screenshot

ASP.NET Core + Angular + Entity Framework Core + SQL Server Performance

Screenshot

Specifications:

Processor: Intel Core I7 8700K Coffee Lake 8th-generation.

Memory: 16GB 2400Mhz DDR4.

Storage: Samsung Evo 960 SSD M2 250gb.

OS: Windows 10 Pro 64 bits.

Web Server: IIS 10.

Database: SQL Server 2017 Developer Edition.

Visual Studio Extensions

CodeMaid: https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid

SonarLint: https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2017

Roslynator: https://marketplace.visualstudio.com/items?itemName=josefpihrt.Roslynator2017

TSLint: https://marketplace.visualstudio.com/items?itemName=vladeck.TSLint

Run in Visual Studio Code

  1. Install .NET Core 2.1 SDK: https://www.microsoft.com/net/download/windows.

  2. Install C# extension in Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp.

  3. Open solution folder in Visual Studio Code.

  4. Press F5 to run and fun!

Publish and Run in IIS

  1. Install .NET Core 2.1 Runtime: https://www.microsoft.com/net/download/windows.

  2. Change the Connection String in the Solution.Web.UserInterface\AppSettings.json.

  3. Change the baseHref value to IIS_APPLICATION_NAME in the Solution.Web.UserInterface\ClientApp\angular.json.

  4. Publish the Solution.Web.UserInterface project in the Visual Studio or by dotnet publish.

  5. Copy the published files to IIS folder (inetpub\wwwroot\IIS_APPLICATION_NAME).

  6. In the IIS create an Application Pool with NET CLR Version = No Managed Code.

  7. In the IIS execute Convert to Application using the previously created Application Pool.

  8. Run and fun!

dotnetarchitecture's People

Contributors

rafaelfgx avatar

Watchers

James Cloos avatar Rajeev Kumar Singh 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.