Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

6 Comments

    1. MongoDb doesn’t have a schema. Thus zero migrations and minimal configurations only. You must have noticed that we aren’t even injecting it into the Startup class. Development is quite fast with MongoDb.

      Thanks for the feedback.
      Regards

  1. worked great the first time!
    thanks for posting
    al

    please don’t publish this part.
    Instead of coffee maybe pointing out minor spelling errors is useful to you – look for perfomr, and Starup.cs in the page above

  2. Thanks for the article. Did learn a few new things (who says you can’t teach an old dog new tricks?)

    Just one nitpick. I know that the point of this is to quickly show how to connect to MongoDb, without having a bunch of other unneeded code to complicate things. But, what you named as a Service, I believe is more of Repository. A Service would sit between the Controller and the Repository.