Greg Robinson's Blog
I report it, you decide
-
VS 2005 and .NET 2.0 update
I spent about an hour with this yesterday. I opened our master solution with 2005 and to my surprise a conversion wizard kicked in. It took about 10 minutes to run. We had 0 conversions!
-
VS 2005 and .NET Framework 2.0
We are installing the above on a development machine today. Man are we excited. I'll post back what we see and think.
-
Debugging once you go live: Trace Listeners
I wanted a way to debug our windows forms application once it was deployed to a client machine (Release build). I use Debug.WriteLine and friends when debugging from the IDE, (Debug build) using the Output Window to see my output. How does one do this with a release build though?
-
.Net opportunity in Richmond, VA
New contract-to-hire position that needs an immediate fill. The job description basically entails the migration of vb6 to vb.net. Client is looking for someone with strong vb.net experience. This person will be the mentor of a Jr. team. This is a windows forms project.
-
Passing state\data between forms
I just finished reading yet another article\post on ways to do this in .Net.
-
If I can't use it, don't give it to me
Cool new feature in 2005:
-
David Chappell on Indigo May 12th
http://blogs.msdn.com/gduthie/archive/2005/04/06/406028.aspx
-
Where's MDAC 2.7 after my .Net Framework install?
This link should tell you. We've seen this behavior one time too many.
-
A very nice Help --> About Freebie
I was poking around Google looking for a quick and simple Help About Form implementation. I found Jeff Atwood's AboutBox on the CodeProject site
-
SSL and .NET Remoting
Here are some lessons learned this week when I set up SSL on our development web server for our .NET remote server, hosted by IIS.