-
How to use makecert to create personal security certificates ?
Know how to generate personal scurity certificate using makecert.exe. This tool has several option but this tool is very easy to use.
-
Visual Studio Developer Command Prompt On Window 8 & 8.1
Know how to open The Visual Studio Developer command promp easily in Windows 8 and Windows 8.1.
-
Tools to generate personal security certificate on Windows
Know what are the tools you can use to generate personal security certificates with public/private keys on Windows.
-
What are Digital Certificates?
Know about digital certificates, their format and private keys. Digital certificates are distributed PKIX-compliant public key infrastructures support industry standard X.509 version 3 certificates
-
Generate Public/Private Key Pair in Java
Java example to generate public/private key pairs using KeyPairGenerator class.
-
How to Generate Public/Private Key Using RSA
How to generate public/private key pair using dotnet framework class library and using them to encrypt and decrypt data using C#.
-
What is public-key cryptography ?
Understanding what is public-key cryptography, what are public-private key pair and their purpose.
-
Dotnet Abstract Class Design Guidelines
Guideline for developers while designing abstract classes in C#.net. Always define abstract class constructors carefully.
-
Implement Abstract Class in Visual Studio
With help of Visual Studio Intellisense option “Implement Abstract Class” you can generate all abstract methods Skeleton to increase you productivity.
-
Getting Window Rect Using Handle on Windows 8 and Other
C# example to get window rect using window handle on Windows 8 and other using GetWindowRect and DwmGetWindowAttribute function.