Skip to content

mahi-app/CmdLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mahi-App CmdLine

CmdLine is part of a series of articles that illustrate a variety of programming concepts based on .NET Core.

Disclaimer

The implementation of Mahi-App is highly opinionated. This means that what you find works but is most certainly not the only way to implement this application. If you found alternative ways that work for you, that's awesome!

Either way, here the intention is to share solutions, i.e. designs and implementations, that you may find helpful as well.

Please file issues or create pull requests (PRs) to help improve the content of this repository. Other people can then benefit from your thoughts as well. Thank you!

Branches

This repository is used for several articles published by https://manfredmlange.medium.com/ The articles can be used individually but were written in a particular sequence to build on each other. Branches are used for each article.

As of writing these articles and branches are available

Article Branch
Building a Dev Container for .NET Core article-2020-10-26
Dockerized SQL Server for Development article-2020-11-01
Easy Schema Migrations in .NET Core article-2020-11-15
Upgrading a Dev Container to .NET 5.0 article-2020-12-22
Easy Database Access with NHibernate in .NET 5.0 article-2020-12-27
Database Transactions with NHibernate in .NET 5.0 article-2021-01-02
One-To-Many Relationships with Fluent NHibernate article-2021-01-06