Authentication Using Facebook In ASP.NET Core
In this article, you can add Facebook authentication in your.net core project and use Facebook login and register in your application
In this article, you can add Facebook authentication in your.net core project and use Facebook login and register in your application
Generate Short URL From The Long URL Using C#
I write the above article to send an email with attachments. And Above code works on Asp.net Frerame work And also Work on Asp.Net Core FrameWork And You can see In the video I get my Email Credential from the AssConfig.js file for privacy issue so please appreciate and thanks
Generate and Display Barcode image in ASP .Net MVC
Generate and Display QR Code Image Using ASP.Net MVC
In my recent project I got the requirement where I have to check that given string is available in enum list or not but the challenge is I have to match the string with enum description, not enum value.
We may face circumstances where we want to resolve a dependency inside a static class, but with the static class, we are restricted to a static constructor which is not supported for the .NET core to work for Constructor Injection. So, today we will see how we can handle these kinds of operations, so we can achieve Dependency Injection with static classes in .NET Core.