A
A
airts2015-03-03 18:55:47
ASP.NET
airts, 2015-03-03 18:55:47

DDD or CRUD for a small/medium project?

Good evening!
I am learning ASP.NET MVC, EF CodeFirst and DDD...
As part of this, I am writing a small project that I plan to use in the future.
In fact, there will be a site with the functionality of a parser, and the parsed data will be used in every possible way within the site.
The question arose, should I just use CRUD or apply DDD?
On the one hand, the project is small and includes about 6 models.
On the other hand, there is a reason to consider the DDD approach here, because there will be a parser functionality, and it can be represented as a service from DDD. The service accepts data in the form of a model and, after processing, returns the data in the form of other models.
I would like to know your opinion, and if you can get links to articles and examples of projects.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
asdz, 2015-03-04
@asdz

You probably need to write a windows service that will scan sites, parse and put them in the database. And the site simply manages this process through the config in the database or through WCF and displays the results.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question