Posts by Marcio de Assis Martins • 11 points
2 posts
-
0
votes0
answers10
viewsQ: How do I change the return of a method (Webmethod) in ASMX?
I developed an ASMX with a method, and when executing the code on the return of this method, it mounts an XML from a certain class defined by an XSD Schema, which however comes a TAG with suffix…
-
1
votes0
answers18
viewsQ: Error connecting to Entity Framework in an existing BD
I created an application that uses Entity Framework 6X and Code First mode by Fluent API, Map Classes, using classes from my model , and creating the context class. When I try to connect to see if…