.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!



Home >> Articles >> General >> Post New Resource Bookmark and Share

 Subscribe to Articles

Tips & Tricks: Customizing Visual Studio 2010 Start Page

Posted By :Kunal Chowdhury      Posted Date :09/03/2010   Points :25   Category: General    URL: http://www.kunal-chowdhury.com

Do you know that you can easily customize the Visual Studio 2010 start page? Yes, this is true. This uses a XAML page which you can modify easily if you have a knowledge in XAML. Redesign your page with your brand & look, impress your users (mainly your team) with the new look.
 


Introduction
Do you know that you can easily customize the Visual Studio 2010 start page? Yes, this is true. This uses a XAML page which you can modify easily if you have a knowledge in XAML. Redesign your page with your brand & look, impress your users (mainly your team) with the new look.


image


Why should I do this?
Now before reading the steps question may arise in your mind "Why should I do this? I don't care what the look is." Yup, this is right but thing in some point of view where you want to show some sort of information/news tracker on the best coding practises your team should follow or you may want to show the pending tasks of the team in the start-up page or you may want to redesign that page with custom templates to meet your company brand or something else.


How can I do this?

How I can do this? First of all, go to your "My Documents\Visual Studio 2010\StartPages". There you will find a project named "StartPage" with an additional XAML file named "StartPage.xaml". This xaml page is your Start Page of the Visual Studio 2010. Remember that this is user specific file & have to deploy for all users.


Before doing anything take a backup of the same. Now open the StartPage project file which will load the xaml in your Visual Studio IDE. Modify it according to the look & feel you want. Save it & you will immediately see the effect in your startup page.
Not only this. You can also chose different XAML files for your Startup XAML page. Create a separate XAML file with your design in the same directory as mentioned above. Open your Visual Studio 2010. Go to Tools -> Options -> Environment -> Startup. 


image
Select the "Custom Start Page" from the drop down that you have created. Hit "OK" to see it immediately in your start page. Remember that for security reason you can't change the path as this executes under the trusted privileges of the user only & also uses some references to the Visual Studio UI assemblies.


Conclusion
As I told earlier, this will be beneficial for showing some sort of information/news tracker on the best coding practices your team should follow or showing the pending tasks of the team in the start-up page or redesigning that page with custom templates to meet your company brand or something else. The default location of the StartPage project is your "Documents\Visual Studio 2010\StartPages". If you are not seeing it their then download the same from below mentioned link:

Download StartPage project: Visual Studio 2010 StartPage




Featured Articles


Best Practices No 5: - Detecting .NET application memory leaks
Memory leaks in .NET application have always being programmer's nightmare. Memory leaks are biggest problems when it comes to production servers. Productions servers normally need to run with least down time. Memory leaks grow slowly and after sometime they bring down the server by consuming huge chunks of memory. Maximum time people reboot the system, make it work temporarily and send a sorry note to the customer for the downtime. ... Read More
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code
One of the important factors for performance degradation in .NET code is memory consumption. Many developers just concentrate on execution time to determine performance bottle necks in a .NET application. Only measuring execution time does not clearly give idea of where the performance issue resides. Ok, said and done one of the biggest task is to understand which function, assembly or class has consumed how much memory. In this tutorial we will see how we can find which functions consume how much memory. This article discusses the best practices involved using CLR profiler for studying memory allocation.... Read More
How to improve your LINQ query performance by 5 X times ?
LINQ has been criticized by many early adopters for its performance issues. Well if you are just going to drag and drop using DBML code generator I am sure you will land up in to mess. Try doing this make a simple LINQ to SQL project using DBML and see your SQL profiler, I am sure you will never like to touch DBML code generator again. ... Read More
Responses

No response found. Be the first to respond this post

Post Comment
You must Sign In To post reply
Find More Articles on C#, ASP.Net, Vb.Net, SQL Server and more Here

Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend