|
Debugging Tip |
|
|
By hkenuam on
1/18/2008 9:38 AM
|
|
|
|
Recently one of my colleagues (Dukes) and I were developing a module and he is one of those guys who has memorized every keyboard shortcut for Visual Studio and I noticed him "Attaching to a Process" (CTRL + ALT + P). Me being a traditional style developer I have always just reloaded the application using the trusty F5. We were involved in some client specific business logic and I just made a mental note at the time.
Recently, I've started using the Attach to Process (then select aspnet_wp.exe and Attach) as the way to test logic and I have to say that it is much faster than F5 even with cached authentication information and not logging in each time.
If you are like me and you are a habitual F5er, give attach to process a try, old habits are hard to break but this one will save you a significant amount of time over the course of a day, week or your career!
|
 |
|
Comments (0)
|
|
|
|
Team System Source Control - Get Latest on Checkout |
|
|
By hkenuam on
11/12/2007 2:16 PM
|
|
|
|
While in Vegas I attended a few sessions in the Architect track regards Team System future versions and in one of the sessions I learned that the next version of Team System will include a new configurable setting for Getting Lastest on Checkout. This paradigm was introduced with the first version and developers have in many cases struggled to adjust. Here are some links with more information.
|
 |
|
Comments (0)
|
More...
|
|
|
|
|
|
|
Tulsa Techfest |
|
|
By hkenuam on
10/16/2006 8:18 AM
|
|
|
|
I attended the event over the weekend and was very impressed. Great hosts and good people in Tulsa OK.
|
 |
|
Comments (0)
|
More...
|
|
|
|
|
Deploying ASP.NET 2.0 web services with AJAX |
|
|
By hkenuam on
6/29/2006 8:22 AM
|
|
|
Here's an interesting thing we discovered when deploying an ASP.Net 2.0 site using AJAX calls (using HTTP POST). In order to enable HTTP POST's for your web service you have to modify the web.config file to add the following:
< WEBSERVICES>
< PROTOCOLS>
< ADD name="HttpPost" />
</
|
 |
|
Comments (0)
|
More...
|
|