Git Product home page Git Product logo

asp.net-server-architectures's Introduction

Server Architectures

This repository contains the presentation and the demos from my event "Server Architectures with ASP.NET". If you liked the event or the code, please consider giving me a star. Thank you!

Event sponsor:

If you'd like to support me and my projects, please consider:

Additional resources:

asp.net-server-architectures's People

Contributors

dependabot[bot] avatar ivaylokenov 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  avatar  avatar  avatar  avatar  avatar  avatar

asp.net-server-architectures's Issues

[Question] Startup vs Web and the relation between

Hello, sorry to bother you again. I have few questions related to the Startup and Web projects and the relations between them:

Actually the Startup project is the real Asp.Net Core project (I mean it is displayed as such in Visual Studio, it does recognize the wwwroot folder, it can work with views... etc.). The Web project is a project (a DLL project) which is referencing the Microsoft.AspNetCore.App so it can work with Controllers. My question is: does referencing the Microsoft.AspNetCore.App enough to make this DLL project a fully functional replacement for the real Asp.Net project (in our case this is the Startup project)? And by fully functional I mean: working Views, Components, Areas etc. - everything related and usable in a real Asp.Net project.

I'm asking because currently I have the following situation:

2020-02-10_15-45-18

Note: The red dashed line indicates the call to the DI registration of my services available in the Infrastructure layer. The Web project is my Composition Root containing the DI container and it calls all other layers to register their services. Nevertheless it is a dependency - the Web project depends to the Infrastructure project (only to call the registration of the services inside for the DI but it's a dependency).

That's why I'm asking the above question because I'm wondering how to get rid off this dependency. In your project you have the separate Web project (referencing the Microsoft.AspNetCore.App) but is it enough to replace the real Asp.Net Core project?

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.