<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>2 Visual Studio 2005</title>
        <link>http://geekswithblogs.net/mauliksoni/category/4009.aspx</link>
        <description>2 Visual Studio 2005</description>
        <language>en-US</language>
        <copyright>Maulik Soni</copyright>
        <managingEditor>soni.maulik@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Visual Studio 2005 Part II</title>
            <link>http://geekswithblogs.net/mauliksoni/archive/2006/02/22/70411.aspx</link>
            <description>&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Creating a new Project &lt;/U&gt;- The process of creating new files and projects within Visual Studio 2005 is different from the process using Visual Studio 2003. In the latest release of Visual Studio 2005 the focus on project based application is gone. Now projects are created in a page-based manner. This means that when you first create the application, the only items created for you by the IDE are the project folder and a single .aspx file.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Making References to Other Objects&lt;/U&gt;- when you look at the Solution explorer of your ASP.NET application,notice that the References and Web References folders are not present. You can add them using following ways.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Select the project in Solution Explorer then choose Web Site -&amp;gt; Add References or Add Web References&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Right Click the project name in solution explorer and select project properties.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Smart Tags&lt;/U&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Saving and Importing Visual Studio 2005 Settings &lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt;- Visual Studio 2005 allows you for a tremendous number of customizations and modifications to the development environment. To save your settings Tools -&amp;gt; Import Export Settings. From this wizard you can save your settings to a file that can be used elsewhere or you can import settings that are stored in the same type of file. The file has .vssettings extension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Validating your HTML &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; accessibility validation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Reaching out to a Community&lt;/U&gt;- The Community section adds a new menu bar item in Visual Studio 2005.THe section allows you to reach beyond your local computer. The available options for this menu included the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Ask a question&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Send feedback&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Check question status&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Developer Center&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Codezone Community&lt;/P&gt;
&lt;LI&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Community Search &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Working with Snippets&lt;/U&gt; &amp;#8211; Visual Studio 2005 now includes a rather large collection of code snippets for you to freely use within your code. Snippets are little peace of code that perform a specific task.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;To insert a snippet in your code, right click on code window and select Code Snippets.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;You can manage snippets through Tools -&amp;gt; Code Snippets Manager. You can add/remove snippets used by Visual Studio 2005. Visual Studio includes my snippets folder in which you can place your own snippets. Snippet is a single .snippet file you can find the .snippet file at &lt;A href="file:///c:/program"&gt;c:\program&lt;/A&gt; files\Microsoft visual stdio 8\vb\snippet\1033.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;From this location you can add your own categories,but you have to sure to add this new folder to the sinppetindex.xml file found at the same location in order for your folder to be recognize by Visual Studio 2005.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;In ASP.NET 2.0, there are several of directories under your project that have special significance. They are:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_Code&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_code folder is a container for class files and WSDL and XSD documents. All files contained within this folder are automatically compiled during runtime&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_Data&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_Data folder is used to contain database files as well as XML and schema files&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_LocalResources&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_LocalResources folder stores the resource files generated by Visual Studio to be used for implicit localization.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_GlobalResources&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_GlobalResources folder is used to store resource files required for globalization. Note that the resource files(.resx) placed in this folder are automatically exposed via the Resource class, providing intelligence statement completion for the resource contained within.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_Themes&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_Themes folder stores themes and skins files&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;U&gt;&lt;STRONG&gt;App_Browsers&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_Browsers folder is used to store browser files for supporting different types of clients.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;STRONG&gt;&lt;U&gt;App_webReferences&lt;o:p&gt;&lt;/o:p&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;The App_webReferences folder stores .wsdl and .discomap files of web service.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Maulik Soni&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70411"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70411" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mauliksoni/aggbug/70411.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Maulik Soni</dc:creator>
            <guid>http://geekswithblogs.net/mauliksoni/archive/2006/02/22/70411.aspx</guid>
            <pubDate>Thu, 23 Feb 2006 01:10:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mauliksoni/comments/70411.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mauliksoni/archive/2006/02/22/70411.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mauliksoni/comments/commentRss/70411.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mauliksoni/services/trackbacks/70411.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2005 - Part I</title>
            <link>http://geekswithblogs.net/mauliksoni/archive/2006/02/21/70304.aspx</link>
            <description> 
&lt;P style="MARGIN-BOTTOM: 0in"&gt; &lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;A quick tour to Visual Studio 2005 IDE.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Start Page &lt;/U&gt;&amp;#8211; is the first page that you will see when you pull up VS2005 for the first time. If you close the start page, you can reactive it by View-&gt;Start Page.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Views in the Document window &lt;/U&gt;&amp;#8211; VS2005 offers two views of a page. Design and Source. Source view is the default view in VS2005. By using options dialog you can change the default view visual studio uses when a page is opend for the first time. Choose Tools -&gt; Options and navigate to the HTML Designer section. ( if you can not see the HTML designer tab check the show all settings checkbox)&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Tag Navigator &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; when you are working visually with an asp.net page notice that a list of elements appears at the bottom of the document window. This elements are called tag navigators. Instead of requiring you to select the element from the design surface or from within source view, the tag navigators enables you to right click an element to select it and display properties for that control in properties window.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Page Tabs&lt;/U&gt;- whenever a document is open in the window, a tab for that page appears on the top of the window. Right click on the page tab gives you the new options: Save, Close, Close all but this, Copy full path, open containing folder.&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Code Change Status Notification &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; Document window now includes a new code-change notification system. Line numbers are included by default. Click on any number will highlight that line. Next to the line number is changing color bar. The color bar notifies you of the code changes that have occurred on your ASP.NET pages. If no color is appeared on that line &amp;#8211; you have not yet made any changes to that file. After you make a change to perticular line a yellow bar appears. After a file is saved, the line appears to be green.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Error notification and Assistance &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; in Visual Studio 2005 design time error checking is continues, in addition to you will now see a small square at the end of error code line, hovering the cursor to that square causes an error sign to appear. Clickin the error sign opens a dialog that gives you option for fixing the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;The ToolBox &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; The tool box is now divided in sub parts. It has standard, data, validation, navigation, login, webparts, HTML and General Tabs. To view the controls on toolbox as icon &amp;#8211; right click on toolbox and un check view as list. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Solution Explorer &amp;#8211;&lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt; solution explorer has following items displayed as icon on the top. First is properties, Refresh, Nested Related Files, View Code, View Designer, Copy Web Site, ASP.NET.Configration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in"&gt;&lt;U&gt;Server Explorer &lt;/U&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt;- Server explorer enables you to perform number of functions such as working with database connectivity, monitoring, performance and interacting with event logs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;U&gt;Properties window&lt;/U&gt; &amp;#8211; unchanged from vs2003&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM: 0in; TEXT-DECORATION: none"&gt;Maulik Soni&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70304"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=70304" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mauliksoni/aggbug/70304.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Maulik Soni</dc:creator>
            <guid>http://geekswithblogs.net/mauliksoni/archive/2006/02/21/70304.aspx</guid>
            <pubDate>Wed, 22 Feb 2006 01:36:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mauliksoni/comments/70304.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mauliksoni/archive/2006/02/21/70304.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mauliksoni/comments/commentRss/70304.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mauliksoni/services/trackbacks/70304.aspx</trackback:ping>
        </item>
    </channel>
</rss>