-
C# ref Parameters
Csharp pass by reference parameter details. How ref works and when we can use ref parameters.
-
Reset MySQL forgotten Root Password on Windows
Know procedures to reset MySql root password even incase you forget the old one.
-
End PowerPoint Slide Show Using C#
Know how to end Power Point slide show using ms office COM interop and csharp.
-
Invoking private method and accessing private fields using Java reflection
In general we can not access private field and method via object in Java. But using reflection we can do in normal standalone application. But In applications like applet or android application it requires special permission to access private fields and methods. Table of content Invoking private methods Accessing private fields Here is sample private…
-
Java Serialization using Serializable Interface
Example of Java Serialization and De-Serialization using Serializable interface and ObjectOutputStream class. Complete serialization and deserialization information when you do via Serializable interface.
-
How to get HTML tag attributes using C-Sharp
C-Sharp example to get HTML tag attributes. Use regular expression to parse text carefully.
-
How to check calling thread is associated with current dispatcher
Know how to check calling thread is associated with current dispatcher in WPF. In general case it is not required in WPF programming.
-
What is cipher in encryption?
Know what is term cipher in cryptography? What are different types of ciphers ? Most commonaly used ciphers.
-
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.