Here is a small snippet which will count the certain char in given string.
Here is a small snippet which will get the pressed char at keydown event. Sometimes we need to get Char at key down event rather than keypress event.
We need a class that has only one instance, and we need to provide a global point of access to the instance. We may also want to make sure that our solution is thread safe.
Many times we need to know executable path of Application and some time we need to know the path of assembly which is loaded. There are many options to get the location but not all are good as we think.
Flickering is common problem in windows forms DataGridView when we use huge data to display. Overcome this problem is tricky part which we will discuss in this small snippet.