Skip to content

Latest commit

 

History

168 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# windows application tutorial using MVP(Models Views Presenters) Architecture.

This is a C# windows application tutorial using EntityFramework and SQL Server 2016.

Getting started

To get and run this app:

  • Clone this repo
  • Must have visual Studio 2017 and later
  • SQL Server 2016 and later
  • Entity Framework 6.3.0 and later

Code Overview

Nuget packages

  • EntityFramework 6.4.4
  • MetroFramework 1.4.0

Application Structure

  • Models/ - This folder contains the schema definitions for our EF6 models.
  • Modules/ - This folder contains all windows forms and user controls.
  • Presenters/ - This folder contains all classes used by the application logic.
  • views/ - This folder contains the definition of all interfaces.

About

A C# windows application using MVP(Model-View-Presenter) Architecture, EntityFramework, a bootstrap theme and MySQL.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages