VK
how to to register multiple Entity Framework Core database providers
@ZZZZZZZZZZZZZZZZZZZZZZZZZ I have already one DbContext which is consuming MySQL server database provider and I wanted to mock this DbContext using SQLite database provider. Do I need to create a similar DbContext for SQLite?
5 replies
Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
Project type: ASP.NET Web Application(.NET Framework)
Project template: Web Forms
Target .NET Framework: 4.7.2
Project purpose: To learn how Azure AD authentication work in web app(.NET framework).
What I have done as of now:
Created a web app from Visual Studio.
Updated Web.Config file, with the required values like ClientId, ClientSecret, AADInstance, Domain and PostLogoutRedirectUri.
20 replies