Posts by Thales Saraiva • 1 point
2 posts
-
0
votes2
answers380
viewsA: Asp.net core 2.0 authentication with cookies
Hello, a quick search on Claims you’ll find lots of things. how you followed the tutorial: Creating a simple login in ASP.NET Core 2 using Authentication and Authorization (NOT Identity), try…
-
0
votes1
answer874
viewsA: Unit Tests in Controller mocking EF Context
I’ve recently studied some references to create better unit tests. If you have not yet accessed this material: https://docs.microsoft.com/pt-br/dotnet/core/testing/? view=aspnetcore-2.0, leave here.…