c# - is it right to use dapper and MongoDb in one application -


i'm developing bpm (business process management system) in asp.net c# , workflow foundation 4.5.

bpm systems have allot of process , each process has many forms. made easy using json data store forms data in 1 table, there no need create many tables each process approach effect process searching service (advanced search process business intelligence , business analysis ), im thinking use mongodb store forms' data , search in it. approach , practice?

another question using windows workflow foundation idea, didn't see lot of systems using lately


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -