Browse by Tags

All Tags » Visual Studio .NET IDE » Miscellaneous (RSS)
I'm off tomorrow to the VS 2005 Launch Event in Atlanta! I've got a buddy that would like to go, but registration's closed. Does anyone have a ticket that they're not going to use? I haven't had much time to delve into VS 2005 yet, so I'm really looking...
Hat's off to Chris Hammond for making public the Visual Studio 2005 Launch Event. I'll be going to the one in Atlanta.
The VS Data Team has a new blog on Database Projects. I've written before about things I'd like to see made better in the database projects and Visual Data Tools, but here is how I'm leveraging them now to manage our projects now. The projects I've been...
I'm building a setup project for a windows service, and it has been a matter of some annoyance that I've not been able to debug the custom actions I've written in .NET during the installation process. I've finally hacked together a way to do this which...
I think I've found a failure in the Regular Expression validator for ASP .NET. If you choose US Zipcode from the validation expression list, it gives you the following expression: \d{5}(-\d{4})? The problem is that the expression passes "2961534" as a...
More Posts