What you want to see on DotNetFunda.com ?
Go to DotNetFunda.com
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 46903 |  Welcome, Guest!   Register  Login
Home > Articles > ASP.NET > How to Speed up your development time

How to Speed up your development time

Article posted by Gopesh9 on 8/14/2012 | Views: 2264 | Category: ASP.NET | Level: Beginner | Points: 250 red flag


In this article we will learn that how you can speed up your development time if you have many projects in your solution. It is very simple.

Introduction

Suppose we have many projects in our solution and we want to build only one project at a time so that our development time will be minimised. You all will think that it can be done simply by making one of your project as the start project. But my friends you cannot do it by that. This article is based on to show "How to speed up build time".

Procedure

Suppose you have two Projects in our Solution Explorer.

First we will configure Visual Studio to set one of the two project as "Start Project" as the Current Selection in the "Solution Explorer" window using the properties of one of your projects.

Now if you will build it then both the project will be builded like....

Here in the above picture you can see that both of your project is going to build. Now you can imagine the time it will take if you have hundreds of project in your one solution.

Thankfully there is a way.........

In your Visual Studio just click on "Tools" then "Options". In that click on "Projects and Solutions" and then click on "Build and Run".Like the picture given below....

You just have to check the checkBox "Only build startup projects and dependencies on Run." Now if you will return to your application and then start the startup project you will get like this....

Hope this helps....

Conclusion

When working with a solution that contains numerous projects, I find myself often wanting to only build and run the currently selected project. Other projects in the solution might have build errors that I don’t want to resolve at the current time. By default though, trying to do a CTRL+F5 on the currently selected project will cause Visual Studio (VS) to build all of the projects in a solution.There is a way you can build only one project at a time.

If you like this article, subscribe to our RSS Feed. You can also subscribe via email to our Interview Questions, Codes and Forums section.

Page copy protected against web site content infringement by Copyscape
Found interesting? Add this to:



Please Sign In to vote for this post.

About G. S.

Experience:0 year(s)
Home page:http://www.dotnetfunda.com
Member since:Friday, August 03, 2012
Level:Starter
Status: [Member]
Biography:A Dot Net Learner. Currently working in Software Company.
 Responses
Posted by: Srilu.Nayini577 | Posted on: 16 Aug 2012 01:36:28 AM | Points: 25

Nice article.It helps most of us.

Thank you,

Posted by: Akiii | Posted on: 16 Aug 2012 05:01:26 AM | Points: 25

Good trick...

Thanks and Regards
Akiii

Posted by: Maheshvishnu | Posted on: 05 Sep 2012 06:37:17 AM | Points: 25

Very helpful Post

>> Write Response - Respond to this post and get points
Related Posts

I am going to explain how to build dynamic menus using XMLDataSource Asp.Net ,vb.net.

In earlier articles, we learnt how to create, read, expire cookies and limit the scope of the cookies to a particular folder of the website and domain . In this article we are going to learn how to find out if user’s browser accepts the cookie or not.

In general it is recommend to not use querystring in the url as search engines doesn't rank those pages well and give very low priority. To avoid querystring there are several third party component that can be used like ISAPI, url rewriter. However in this article, I am going to show you how to rewrite url using ASP.NET built in HttpHandler.

It’s new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.

This article describes how to specify an external AppSetting file from within web.config file and specify the settings value inside external file. It also describes related benefits and limitation of the external AppSetting file.

More ...
About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 6:51:13 AM