Ankit Prajapati

Encryption And Decryption in c# with key

In this article we will see how to Encrypt and Decrypt a string with a Secret Key in C# we are going to use Symmetric encryption to encrypt and decrypt a string, Symmetric encryption is a type of encryption where only one key (a secret key) is used to both encrypt and decrypt information. The entities communicating via symmetric encryption must exchange the key so that it …

Encryption And Decryption in c# with key Read More »

ASP.Net Interview Questions

The below Interview questions are most frequently asked questions in interview for asp.net mvc developer/ full stack developer profile C# Questions OOP’s in C# Types of Class? What is inheritance? types of inheritance What is abstract class? why we use? What is interface? why we use? does C# support multiple inheritance? what is generic class? …

ASP.Net Interview Questions Read More »