Posts by Douglas Almeida • 21 points
3 posts
-
1
votes0
answers663
viewsQ: Asp.net C# DDD - Implementing Web Api
I’m developing a DDD structure system with Simple Injector. When developing the WEB API, the data returned from the BD is null. In other tests performed in the MVC view, the same data is returned…
-
0
votes1
answer665
viewsQ: Asp.net c# DDD - problem when passing data from Entity to Viewmodel
I am developing an ASP.NET MVC project, with DDD structure and using Simple Injector. I can perform BD persistence normally, however, when retrieving information and displaying it in a list, it…
-
0
votes0
answers381
viewsQ: Pass PHP variable to JS via JSON
I’m trying to show off the result of a select performed by PHP in an external file, in an HTML form. I am using JSON to receive variables, but nothing is displayed. Can someone help me figure out…