Steve Trefethen
Contact me Send mail to the author(s)
About Me View my LinkedIn profile

Powered by discountASP.NET
referal ID: sdtref
Why recommend discountASP.NET?

Archives
Statistics
Total Posts: 524
This Year: 26
This Month: 0
This Week: 1
Comments: 1835
Disclaimer
The posts on this weblog are provided �AS IS� with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer�s view in any way.
# Thursday, August 30, 2007
« Nikon RAW file codec for Windows Vista | Main | Configuring IIS logging for Web Site Per... »

Did you know... series from Sara Ford

Tagged: Tips

Tags:

Sara Ford, an SDET at Microsoft who I’ve been subscribed to for a long time, has lately been writing a bunch of posts all starting "Did you know..." like this one. Each posts touches on a single VS.NET feature that is likely overlooked by many. Over the years I blogged about similar features in Delphi and although I’m not currently using Delphi I’m sure a series of posts like would be well received.

So, Nick there you go, a near endless stream of potential blog posts. Have at it man!

Btw, I’ve been following my own advice and trying to learn things I didn’t know about VS.NET particularly related to code editor features. Many years ago I added the Visual Studio key binding to Delphi which made transitioning to VS.NET more or less pain free at least regarding the most common IDE/debugger shortcuts. 

Sara, if you happen to read this thanks for your posts on Katrina and I hope in the near future you find both physical and mental healing. Keep those posts coming!

Comments [2] # permalink Posted @ 12:29AM
Thursday, August 30, 2007 9:29:55 AM (Pacific Daylight Time, UTC-07:00)
You can get Delphi key bindings in VS.NET by installing the DPack plugin : http://www.usysware.com/dpack/Schemes.aspx

Btw Steve do you know if it's possible to make CodeCompletion in VS.NET to show the type of the item, not only the name - similar to how it works in Delphi ?
Rossen Assenov
Thursday, August 30, 2007 9:39:20 AM (Pacific Daylight Time, UTC-07:00)
Hi Rossen,
I wasn't aware of DPack though at the time one of the main reason I added the VS keybinding and provided a list of other things you can do to make a Visual Basic developer more comfortable in Delphi.

As for adding the type to the code completion window in VS.NET I'm not aware of anything that wil show you the type. Let me know if you find something.
Comments are closed.