Code >
DotNET
The Microsoft .NET Framework is a software framework available with several Microsoft Windows operating systems. There are several languages that can be compiled to run on the .NET framework, although I will focus on C#.
Making Telerik RadGrid Filter Case Insensitive
I recently created a Telerik RadGrid and the filters were case-sensitive. For example, when you typed in "Neb" it would return "Nebraska"--but "neb" wouldn't return anything. These are two ways to shut that off.
Invoke Updates the Parent Form From Child Thread
(Popular!)
In my multi-threaded application I was getting errors about updating the parent form on the thread that is running it. Here is an easy way to make your .NET Windows Form application thread-safe.