Giter Site home page Giter Site logo

nuyonu / n-tier-architecture Goto Github PK

View Code? Open in Web Editor NEW
273.0 8.0 52.0 649 KB

This is a n-layer architecture based on Common web application architectures.

License: MIT License

C# 99.13% Dockerfile 0.81% HTML 0.05%
asp-net-core n-tier-architecture webapi fluent-assertions nunit swagger fleunt-validation entity-framework-core clean-code blazor-webassembly

n-tier-architecture's Introduction

Hi there, I'm Grigoras Alexandru - aka nuyonu ๐Ÿ‘‹

nuyonu | Profile GitHub followers

Something about me

  • ๐Ÿ”ญ Iโ€™m currently working as a Senior .NET Developer | Independent Consultant and as a .NET Trainer at Wantsome
  • ๐ŸŒฑ Iโ€™m currently learning everything that is new about .NET Ecosystem๐Ÿ˜Š
  • ๐Ÿ’ฌ Ask me about anything, I am happy to help
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on .NET projects
  • โšก Fun fact: I like to learn and read about anything new in the industry and i really like green color ๐Ÿ’š

Connect with me:

nuyonu | LinkedIn



I love connecting with different people so if you want to say hi, I'll be happy to meet you more!


Now i'm working with:


I worked with:


Small knowledge about:


Stats

trophy

GitHub Streak

n-tier-architecture's People

Contributors

nuyonu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

n-tier-architecture's Issues

Implement Serilog or any other logging framework

Like many other libraries for .NET, Serilog provides diagnostic logging to files, the console, and
elsewhere. It is easy to set up, has a clean API, and is portable between recent .NET platforms.

Unlike other logging libraries, Serilog is built with powerful structured event data in mind.

It's a pretty solid logging framework. There is not wrong in ussing ASPNET's logger, but it'd be nice to implement a richer framework such as Serilog or NLog

Update

I think .You should separate entity layer and core Layer because Another time You can use core layer another projects .
I prefer make jwt token operations in class then I call it with IOC
Dbcontext is Disposable so I suggest you use "using" keyword.
Thank you for share with us this project

Emails not working in production when publishing to IIS

Hello,
When publishing to IIS, email are not sent.

var projectPath = Directory.GetParent(Directory.GetCurrentDirectory()).FullName;
var templateProject = Assembly.GetExecutingAssembly().GetName().Name;
_templatesPath = Path.Combine(projectPath, templateProject, "Templates");

This code section is not returning the correct path. When publishing, Templates folder is generated directly in the application directory, but the program is looking into the wwroot\Application\Templates folder.

Thanks

database first approach

where should i put my database first approch login in the application. in data access or common

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.