Skip to content

Simple CRUD With MongoDB as storage and c# as language

Notifications You must be signed in to change notification settings

AliAbbasifard/MongoC-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB - C#

Simple CRUD With MongoDB as storage and c# as language

In This Console Application,

  • You can create [users, tickets, travels and buses].

  • Relation between collections is:
    Each User can have many Tickets: (1) User ----> (n) Ticket
    Each Travel can have many Tickets: (1) Travel ----> (n) Ticket
    Each Ticket can have only one User and also only one Travel: (1) [Ticket ----> (1) User] AND [(1) Ticket ----> (1) Travel]
    Each Bus can have many Travels: (1) Bus ----> (n) Travel

  • If Any Question:
    Telegram: @iamfard
    Email: aliabbasifard@hotmail.com

About

Simple CRUD With MongoDB as storage and c# as language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages