Click here to Skip to main content
15,889,595 members
Articles / Web Development / ASP.NET
Tip/Trick

Update Your Project Templates in VS2010

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
19 Apr 2010CPOL1 min read 13.6K   2   1
If you create smaller projects, plug-ins, libraries or, perhaps, you are a web developer that likes to keep the latest JavaScript libraries in the mix, consider updating your project templates in Visual Studio 2010.Here's how you might update the jQuery libraries to the latest for an ASP.NET...
If you create smaller projects, plug-ins, libraries or, perhaps, you are a web developer that likes to keep the latest JavaScript libraries in the mix, consider updating your project templates in Visual Studio 2010.

Here's how you might update the jQuery libraries to the latest for an ASP.NET MVC 2 project:

1) Create a new project using the template that you want to update (like, ASP.NET MVC 2 Empty Web Application).

2) Make any changes that you like, including updating the jQuery references, or perhaps baking jQuery into a Site.Master file that you add.

3) Create an icon that you would like to use for your template (optional).

4) Grab a screen shot that represents your changes or maybe a picture of your mom or something that you can use to identify your project in Visual Studio (optional, especially the Mom pic).

5) Click File –> Export Template and fill in the name, description and optionally the graphic files that you wish to use.

6) Make sure the auto-import checkbox is ticked, then run the export.
The next time you create a new project your exported template will be in the list to choose with the name you selected.

Good luck!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
For almost 30 years I have been working with computers, learning a myriad of languages and participating in various computing environments.

Though I have been mentoring other developers for the last decade, I have recently found a strong interest in writing and am learning to translate the fun of in-person teaching to something I can get into article form.

I enjoy following technology trends, new gadgets and trying to guess where innovation will lead us next (I'm kinda holding out for a robot-served utopia, but willing to submit to our future robot leaders).

I am a guy who is passionate about my faith, my family and a cure for Juvenile Diabetes (my son lives with this disease).

Comments and Discussions

 
Generalgood trick! Pin
Southmountain30-Jan-20 6:19
Southmountain30-Jan-20 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.