Posts by Gustavo Borges • 19 points
5 posts
-
1
votes1
answer27
viewsA: How to do one authentication for two different applications on MVC5?
After setting the machineKey in the web.config file, it worked. <configuration> <system.web> <machineKey decryptionKey="F6722806843145965513817CEBDECBB1F94808E4A6C0B2F2,IsolateApps"…
-
-1
votes1
answer27
viewsQ: How to do one authentication for two different applications on MVC5?
Hey there, guys. I have two ASP.NET MVC5 applications on the same server on the same site. I’m trying to make one authentication valid for both projects. I have already set a cookie name for both…
-
0
votes1
answer37
viewsA: Models and contexts do not appear in the Scaffold box
I don’t know exactly what happened. I needed to uninstall the 2019 version, and return to the 2017 version of Visual Studio Community.
-
0
votes1
answer37
viewsQ: Models and contexts do not appear in the Scaffold box
installed VS community 2019, and fiddling with an old project, I noticed that the classes don’t get greener as having reference, and I can’t access them by right clicking and going into…
-
1
votes0
answers130
viewsQ: How to use Subqueries with LINQ Entity Framework?
I need to write the following query in the Linq Entity Framework. I’m having difficulty in the subquery part, where I need to accumulate the quantity field. SELECT ppc.[PedidoCompraId] ,ppc.[EAN]…