Sep 30, 2009
We've encountered several scenarios in which customers have multiple developers working on a single web application in Visual Studio. In such cases, it's not uncommon for each developer to be working on a portion of the application. There isn't any problem...
3 comments
Tags: ASP.NETIISVisual Studio
Jun 17, 2009
With Visual Studio 2010 Beta1, we introduced a new feature called Web.Config transformation to help ease the development process of a web application. At different stages during the life cycle of a project, the user usually needs to modify some environment...
4 comments
Tags: VWDtips and tricksVisual StudioASP.NET
Jun 08, 2009
When web pages are posted back to the server, by default user is returned to the top of the page. On a large web page, you might have a requirement to scroll down the user automatically to the last position on the page. MaintainScrollPositionOnPostBack...
4 comments
Tags: tips and tricksVisual StudioASP.NETDeepak Verma.NET
Jun 06, 2009
When it comes to deploying websites, many developers and companies have unique and creative ways to handle deployment. While some have fully workable solutions, I believe that there is a lot of room for growth to bring powerful and straight forward...
1 comments
Tags: IISASP.NETVisual Studio
May 31, 2009
Ctrl +Shift+W does the trick for you. This short cut is mentioned under File Menu -> View in Browser . So if you are still using Select File -> Right click for context menu and then selecting View in Browser as shown below, you may want to start...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioCSS and HTMLDevelopmentASP.NETReshmi MangaloreVSTSVisual Studio 2008 SP1Shortcuts
May 19, 2009
In Tip#21 we showed you how to set a fixed port for the Developer Web Server in Web Sites. Here is how you will be able to configure this for Web Application Projects. 1. Go to the properties page of WAP. Right Click on your Web Application and click...
7 comments
Tags: Visual Studio 2008VWDtips and tricksVisual StudioWAPDevelopmentASP.NETVSTS
May 07, 2009
There is a new video up on youtube that is the beginning of many more videos. You should check it out and look for for more coming soon. Also, see if you recognize any of the people in this, feel free to post here who you think they are. Read More...
5 comments
Tags: ASP.NETIISVisual Studio.NETMicrosoftIIS7
Mar 27, 2009
ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application...
2 comments
Tags: tips and tricksVisual StudioASP.NETDeepak VermaDynamic DataVisual Studio 2008 SP1