| david 的个人资料David Yardy PE, MCSD.NET...照片日志列表 | 帮助 |
|
5月14日 Vista and Visual Studio: Error: Web site worker process has been terminated by IIS"The web server process that was being debugged has been terminated by Internet Information Services(IIS). This can be avoided by configuring Application Pool ping settings in IIS." Very easy fix by following these instructions....
5月12日 MVC Resources - including links to UI MVC ValidationMVC is a framework methodology that divides an application's implementation into three component roles: models, views, and controllers. Interested...check out the following very excellent list of resource that can be found here 5月10日 Visual Studio AddIn RockScrollVery nice add-in which modifies the vertical scrollbar inside of Studio 2005/2008. The download is small and can be turned off very easily through the Tools-Add Ins menu.
No more toolbars and buttons! - Keyboard only!If you are a user that lives in an application day-in/out you must force yourself to learn the shortcut keys (at least until voice recognition becomes efficient). For developers, simply remove the toolbars which immediately forces you to the shortcuts. Very quickly you will notice clear clutter free IDE. If you need assistance use the following to help out Visual Studio 2005 Keyboard Shortcut Posters 5月3日 Windows Explorer (add to your tools menu) in Visual StudioI often need to open Windows Explorer and browse to the current file, folder, or project that I am working on in Visual Studio. This tip allows you to achieve this by clicking "Windows Explorer" in the Tools menu, and is one of the most simple-yet-useful tips I know of. To set it up, click Tools, then External Tools..., then click Add. Now enter the following data: Leave Initial directoy blank, and click OK. Now when you click Tools, Windows Explorer, Windows Explorer will open with the current file you are editing selected.
Adding Windows Explorer to the toolbar Right click on toolbar and select customize. Select 'Tools' and if you have not added other External tools then select "External Command 2". After you drag External Command 2 to the standard toolbar it will change to Windows Explorer. Label to a form input fieldIf you set a label to a form element set the AssociatedControlID property. This will force the label to render as <label> rather than <span>. A benefit of using the AssociatedControlID property is that clicking a label when this property is set automatically changes the form focus to the associated form input. 5月1日 Visual Studio 2008 Offline SupportWhen saving files from within Studio I was prompted to "Save As", "Overwrite", or "Cancel". I thought it was very odd. I then looked around and noticed that none of my files displayed the typical source control lock. It looked like my solution was not connected or related to source control. Nice...offline support for source control is now built into Studio 2008. In 2005 there was an add-on tool to review and reconnect disconnected files to source control. After selecting "Go Online" Studio 2008 will check the solution for changes while you were offline and will show a dialog window with the differences. Now, when checking in you will see those files that you modified while offline as files that need to be checked in. |
|
|