GithubHelp home page GithubHelp logo

pscompsci / applicationarchitecture Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 501 KB

Exploring different application architecture approaches using C# .NET and a simple banking application developed in Object-Oriented Programming at university.

C# 100.00%

applicationarchitecture's Introduction

Application Architecture in C# .NET

This repository builds on a banking application developed in Object-Oriented Programming at Deakin University, by exploring different approaches to application architecture and design.

Contents

  • 01_BaseBankingApplication

    • Code as submitted during the university subject
  • 02_ClearArchitecture

    • Re-organisation of the base application
    • Essentially equivalent functionality
  • 03_CleanArchitecture_WebApi

    • Extension of 02 to replace the UI
    • WebAPI added for presentation
    • CLI has been removed, but this is optional. Both can be used simultaneously
    • To persist data for the lifetime of the program:
      • List _accounts moved out of AccountRepository
      • List _transactions moved out of TransactionRepository
      • static FakeDB created that now contains the lists
  • 04_CleanArchitecture_SQL

    • Extension of 03 to replace the static FakeDB with a SQL Server database and a SQLite database
    • Utilises Entity Framework
    • Although Entity Framework implements the Repository Pattern internally, it has been explicitly implemented here as part of exploring architectural approaches and also supports use of the SQLite implementation

applicationarchitecture's People

Contributors

pscompsci avatar

Watchers

 avatar  avatar

Forkers

petstacey

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.