Posts by Rodrigo Martins • 45 points
2 posts
-
1
votes1
answer98
viewsQ: Nhibernate is modifying property when returning by Web Api
I have a web service api where a query to the bank is relaunched through nhibernate, but when returning the object, its referenced properties are overwritten, I believe it is because of the…
-
3
votes1
answer87
viewsQ: How to enable cookies in Electron
I need to use http only cookies on Electron, but they are disabled someone knows how to enable?