I have a Winforms app where I am performing asynchronous functions. I am using the delegate model and have threadsafe calls for updating my UI.…
Category: Winforms
Ran into a performance issue in a .Net remoting situation. A Winforms app is calling an application server asking for data. A relatively large DataSet…
We all spend lots of time delving into the technical aspects of our work, but don’t forget who we are creating all these wonderful apps…
I’ve seen it many times in the past, now it has a name
My copy of MSDN magazine arrived last night, and I read the article Practical Tips For Boosting The Performance Of Windows Forms Apps. Good read.…
The standard combobox control doesn’t support the double-click event, as it is actually a combination of more than one control itself. In my case, I…
d.code asks about securing connection strings. If you are willing to deal with a little unmanaged code, you can use the machine key or a…