Posts by Victor Melias • 102 points
4 posts
-
2
votes2
answers200
viewsQ: Is there any way to implement an interface in a class of a DLL that I can only read?
I am using a DLL that has several classes. I would like to dynamically implement interfaces for these classes, so that I can perform unit tests by making a mock of the same. Is there any way to do…
-
3
votes2
answers2804
viewsQ: How to pass commands to a . exe via C#?
I wanted to call through an application in C# a .exe any and pass them some commands as soon as it opened. For example, what I want to do at the moment is that the program opens, give three Tabs and…
-
0
votes1
answer967
viewsQ: Save, Delete and Get in Angularjs
I am making a false "CRUD" in Angularjs and I am having problems in save, delete and get functions. Only query() function worked. Can you help me, please? I saw that the reason is something related…
-
3
votes2
answers2250
viewsA: CRUD with Angularjs
I am studying exactly about this these days, for this, give a study on ngResource (https://docs.angularjs.org/api/ngResource/service/$Resource). You will need a service (such as PHP) and a database…