How To? Debug Crashes And Hangs
Kirill Osenkov from the Visual Studio QA team posted a nice and very detailed post on how to debug crashes and hangs. This post will get you started on how to debug crashes in windows applications using Visual Studio debugger. I recommend you ... המשך לקרוא>
kolbis , 12-28-2008 22:45
What Gives? Web Test Modularity & Extract Web Test
Visual Studio 2008 introduces a new option called "Extract Web Test" within the Web Test context menu. This is a cool feature that allows you to extract requests or transactions from a web test and create a new web test. I love this ... המשך לקרוא>
kolbis , 12-14-2008 8:03
What's New? TDD Support with the Generate From Usage Feature in VS 2010
Previously I have posted about Test Driven Development & Visual Studio 2010 . Lisa Feigenbaum from the VB Team published a new post that describes the TDD support with the "Generate From Usage" Feature in VS 2010. You can read ... המשך לקרוא>
kolbis , 12-13-2008 16:55
File Explorer Add-In For Visual Studio
Mindscape had released a cool, free VS add-in: "Visual Studio File Explorer" Why is it cool? First, it is free! Second, It’s basically Windows Explorer inside Visual Studio 2008. That means that you can perform file system tasks without ... המשך לקרוא>
kolbis , 11-19-2008 16:01
Test Driven Development & Visual Studio 2010
Up to now, Visual Studio did a great job helping us develop applications and tests based on existing classes and methods, but when you don't have your API ready, the IDE will fight you. TDD is out there for some time now and is popular, ... המשך לקרוא>
kolbis , 11-14-2008 4:51
IDE Features In Visual Studio 2010
Visual Studio 2010 has some cool features for the developers to allow rapid application development and basically allow the developers to be more productive. Quick Find This allows you to actually use auto-complete in order to find you method ... המשך לקרוא>
kolbis , 11-14-2008 4:10
Unable to cast object from type 'x' to type 'x'
Here is a problem I encountered while working with Visual Studio 2005 and 2008.... The last time this happened to me was while working on TFS custom control. So in order to create a custom control, we must add the assembly we have created and ... המשך לקרוא>
kolbis , 06-29-2008 20:51
Hooking Up to the Solution Events
I have been working on creating an Add-In to Visual Studio. One of the things I was trying to do is hooking to several solution related events such as Solution Opened and Solution After Closing. The solution opened event Occurs immediately after ... המשך לקרוא>
kolbis , 11-22-2007 13:24
Page 1 of 1 (8 items)