Questions tagged as 'ddd'

2
answers

ASP.NET MVC architecture DDD (Domain Driven Design)

DDD ( Domain Driven Design ), It is a set of basic and practical patterns that help us to solve and understand the business problems (Domain) in the design of object-oriented systems. DDD is a very broad topic. I have been using the N - Lay...
asked by 01.01.2017 / 20:16
0
answers

Can not implicitly convert type (object) to System.Collections.Generic.IEnumerable

I carry out the implementation of an API with the DDD architecture (Domain Driven Design) but when defining the method for deserialization of a json file from which it receives it of type string . But it throws me an error because it needs...
asked by 14.09.2018 / 18:27
0
answers

how to perform a Json with the DDD architecture pattern

I have the following code in which a client makes a Http request of type Post with Json, so my question is how can I de-serialize that Json and extract its data. I already have created the classes where are the tributes of that Json file inside...
asked by 15.09.2018 / 00:18