Posts by Eric Torres • 26 points
2 posts
-
0
votes1
answer117
viewsA: Use of the Htmlagilitypack library in C# code for variable value acquisition
I think this method uses the XPATH standard. //input would bring all document inputs. need to test.
-
1
votes0
answers14
viewsQ: Ninject in a Classlibrary and ASP.NET MVC
To understand, I’m going to set the stage. The application uses ninject with repositories and services, but some models have navigation properties, all in the same project In MVC there is the object…