Signing ✍ and Verifying ✅ Asymmetric Encryption Decryption with RSA ImplementationThis is Bob and Alice's secure message transaction implementation demonstration application. Specifically, I’m sharing how to sign and…Jun 23, 2021Jun 23, 2021
Asymmetric Encryption and Decryption implementation using the RSA algorithm.In this article, I’m going to present asymmetric encryption and decryption implementation using the RSA algorithm provided by the…Jun 19, 2021Jun 19, 2021
Connecting to DB with both Windows authentication and SQL Server authentication in .NETThere can be situations where we have to use both windows authentication connections strings and SQL server authentication connection…Jan 18, 2021Jan 18, 2021
Service layer method inject using Autofac in a .NET Console Applicationin this article, I’m going to show how to inject the entity framework’s backend service layer method using Autofac in a .NET console…Jan 10, 2021Jan 10, 2021
Using Autofac to inject a dependency into the Main entry point in a console app#CSharp #Log4Net #Autofac #ConsoleApplication #DependancyInjectionNov 24, 2020Nov 24, 2020
Scan file(s) for the virus before uploading to serverIt's a common business case in most of the applications that need to upload to file(s) to server or database. so in this article, I want…Apr 20, 2020Apr 20, 2020
Encrypt Decrypt connectionstring in Web.Config easilyTo Encrypt Connection string in Web.Config files, We can follow these steps.Jul 3, 20192Jul 3, 20192