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: Microsoft
If you need to stop a datareader in the middle, instead of at the end, you have to call cancel on the command object. Calling…
Now that WCF has support for REST in .Net 3.5, it’s time to get learning…. WCF REST Starter Kit A Guide to Designing and Building…
Day of .Net in Ann Arbor this fall is on October 18th:
I am continually humbled by the amount of stuff I don’t know in the areas where I generally feel good about my level of knowledge….…
Microsoft Content Management Server (MCMS) and Team Foundation Server (TFS) in Visual Studio 2005 don’t play nice together. Since MCMS is a dead-end product, I…
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…
Work on a dummy TFS project that you can delete. Delete the project before you deploy for production. Not all the attributes for Work Item…
I deployed a site today that has some code in the Global.asax event handlers. I let Visual Studio 2008 add the file to my project…
In Reporting Services reports, page breaks occur when the size of the body exceeds the page size. The crux of the lesson I learned is…