-
C# method to remove Unicode punctuation from string
C# method example to remove Unicode punctuations from string.
-
How to get root URL of application using HttpServletRequest
Java Example to get server root/base url. Using HttpServletRequest object.
-
C# out parameter modifier
Csharp out parameter details. How out works and when we can use ref parameters.
-
C# ref Parameters
Csharp pass by reference parameter details. How ref works and when we can use ref parameters.
-
End PowerPoint Slide Show Using C#
Know how to end Power Point slide show using ms office COM interop and csharp.
-
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.
-
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#.
-
Dotnet Abstract Class Design Guidelines
Guideline for developers while designing abstract classes in C#.net. Always define abstract class constructors carefully.
-
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.