3 layer architecture asp.net core - Part 3 of 3 PRESENTATION LAYER (Web Layer)

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • WHEN I MENTION THE WORD TIER I MEAN LAYER. ESSENTIALLY THE DLLS (each layer is its own project and becomes a dll during the build.) THAT ARE CREATED AND REFERENCED BY EACH PROJECT COULD ESSENTIALLY SIT IN DIFFERENT LOCATIONS INCLUDING THE WEB API(On other pc's) AND THEN COULD BE REFERENCED BY EACH OTHER OVER A NETWORK ACCORDINGLY (This includes the database sitting in another environment)- THIS WOULD BE A N-TIER ARCHITECTURE. IN THIS TUTORIAL I AM BREAKING UP THE SOLUTION INTO SEPARATE LAYERS.
    PART 3 - PRESENTATION LAYER (web layer[website/web api])
    These tutorials will show you how to setup and implement a 3 layer architecture design within a asp.net core (core 2.2) web application.The tutorial series is made up of 3 parts.
    -PART 1 - DATA ACCESS LAYER: Part 1 will show you how to setup you web application and your data access layer as a separate class project within your solution.
    • 3 layer architecture a...
    -PART 2 - LOGIC LAYER: Part 2 will show you how to expose your DAL project to your Logic layer project which is also a separate class project within your solution.
    • 3 layer architecture a...
    -PART 3 - PRESENTATION LAYER: Part 3 will show you how to access your Logic layer project from your web project within your solution.
    • 3 layer architecture a...
    In these videos I have used Visual Studio 2019 Community Edition and asp.net core 2.2
    Brought to you by Webtile and Gettoe Coding
    webtile.net
  • Věda a technologie

Komentáře •