Know what are the tools you can use to generate personal security certificates with public/private keys on Windows.
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
Java example to generate public/private key pairs using KeyPairGenerator class.
How to generate public/private key pair using dotnet framework class library and using them to encrypt and decrypt data using C#.
Understanding what is public-key cryptography, what are public-private key pair and their purpose.
Guideline for developers while designing abstract classes in C#.net. Always define abstract class constructors carefully.
With help of Visual Studio Intellisense option “Implement Abstract Class” you can generate all abstract methods Skeleton to increase you productivity.
C# example to get window rect using window handle on Windows 8 and other using GetWindowRect and DwmGetWindowAttribute function.
Know how to navigate to project resources easily in Visual Studio using Navigate To option, shortcut for this is “ctrl+,”.
Visual Studio studio it maintains clipboard data on stack and you can use you clipboard stack data for pasting it using this option.