Giter Site home page Giter Site logo

Comments (3)

628426 avatar 628426 commented on July 16, 2024

My 2c on this is to use the EF code first technology for MsSqlEventStore once it is out of CTP and into mainstream, it is perfect for this scenario as the schema never changes

from ncqrs.

aweiker avatar aweiker commented on July 16, 2024

I would rather not have to take a dependency on EF just to use ncqrs. I also don't think that there is enough to gain by moving to an ORM as the data access is simple enough. Of course this is just my 1c contribution to the thoughts on this.

from ncqrs.

marcofranssen avatar marcofranssen commented on July 16, 2024

I use EF Code First for my ReadModels. I think it will be very usefull to use it also for creating the EventStore. Another great thing is you have intellisense on your queries (Linq). This will prevent issues like issue #63. People who don't want to use EF can simply use the current eventStore with a script. Dependency injection should be the solution to this.

from ncqrs.

Related Issues (20)

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.