Posts by Diógenes • 31 points
2 posts
-
2
votes2
answers547
viewsA: Create Bank Automatically with Code First
Using two dbContext would be simple, one for the registration of companies (accessing a fixed bank) and another for the specific bank of the company (dynamic bank), the second could read or create…
-
1
votes1
answer54
viewsA: Asp.net Identity with many request without client actions
In the archive Startup.Auth.cs, add the options to configure them: public void ConfigureAuth(IAppBuilder app) { // Enable the application to use a cookie to store information for the signed in user…
asp.net-mvcanswered Diógenes 31