Giter Site home page Giter Site logo

nav.osbookreviewapp's Introduction

C# BaseCode

ASI Bridge/JumpStart Program BaseCode

This is the base code that will be used during the bridge and jumpstart program.

Installation

  1. Open the .sln file. ※Use Visual Studio 2022
  2. Change connection strings on the appsettings.json base on your server
  3. Set ASI.Basecode.WebApp as the Startup project.
  4. Clean and ReBuild the solution.

Code Structure

  • ASI.Basecode.Data
    • This project contains the repositories and other logics that involves with database.
    • Make sure that the repository is for db processing only.
    • If it involves additional logic, move the logic into the service file.
  • ASI.Basecode.Resources
    • This project is dedicated to storing messages, labels, and other resources used by the website.
    • It serves as a centralized location for managing static content that is displayed to users.
    • Store all messages, labels, translations, and any non-code assets required for the site in this project.
  • ASI.Basecode.Services
    • This project contains the services and other processing logics before connecting to the repository.
    • This can also contains classes that can be use by the WebApp project with/without db processing.
  • ASI.Basecode.WebApp
    • This project contains the main codes especially the Controllers and Views.
    • This is where you put the connection logic to the APIs.
    • Make sure that the controllers are clean and no other logic should involve.
    • If it involves additional logic, move the logic into the service file.

nav.osbookreviewapp's People

Contributors

tet-hub avatar minic2002 avatar domnic09 avatar jelah1204 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.