Posts by Eduardo Pires • 81 points
2 posts
-
3
votes2
answers83
viewsA: Design based on the VS2015 spa template. How the service is generated
The . NET Core SPA Tooling Template delivers 2 projects in 1. The first is a Webapi that fill the table you asked, this Webapi project plays the role of the server-side and delivers/receives data.…
-
5
votes3
answers956
viewsA: What is Container in POO?
POO container is usually used to refer to the dependency injection mechanism that has the resolution of all dependencies. In this case it is a dependency injection container. Dependency injection…