CSharpFeeds - All your C# feeds in one place.

Tuesday, September 19, 2006

Adding a New Item Template to Visual Studio

by bruce via Bruce Johnson's SOA(P) Box on 9/19/2006 8:56:00 PM

Problem number two I ran into was how to include my newly minted item template into Visual Studio. There are two steps that need to be followed to accomplish this. First, the appropriate ZIP file needs to be placed into the directory located (for me) at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\ItemTemplates. The ZIP file contains the .mht file that I had created, along with a .vstemplate file. The biggest problem I had with this seemingly simple process w ...

[ read more ]

Finding the Export Template menu item in Visual Studio

by bruce via Bruce Johnson's SOA(P) Box on 9/19/2006 8:18:00 PM

I’m in the process of doing some customization to support a new Team Systems project template and I needed to create a new manual test template. It seemed like it should be pretty simple, but I ran into a couple of issues that are blogworthy. I’ll focus on the one described in the title, but there are other posts coming. The instructions that I read on how to create an item template were to create the code needed for the template in Visual Studio and then use the File | Export Templa ...

[ read more ]

Improve XML Manipulations with XmlWriter, XmlReader and XPathDocument

by Keyvan Nayyeri via Keyvan Nayyeri on 9/19/2006 7:27:49 PM

Alexey had two informative comments (1, 2) for one of my recent posts about using StringWriter and XmlTextWriter to generate XML files on fly.  He had pointed me to an article on MSDN about some better alternatives for objects I had used in my code in .NET 2.0. He recommended me to use XmlWriter, XmlReader and XPathDocument instead of XmlTextWriter and XmlDocument.  Before stepping in details I should send my thanksgivings to him (if he hadn't sent these comments, I ...

[ read more ]

Adding a New Item Template to Visual Studio

by Bruce Johnson via Bruce Johnson's SOA(P) Box on 9/19/2006 3:56:00 PM

Problem number two I ran into was how to include my newly minted item template into Visual Studio. There are two steps that need to be followed to accomplish this. First, the appropriate ZIP file needs to be placed into the directory located (for me) at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\ItemTemplates. The ZIP file contains the .mht file that I had created, along with a .vstemplate file. The biggest problem I had with this seemingly simple process w ...

[ read more ]

Constructor Applied

by via eggheadcafe.com articles on 9/19/2006 7:30:24 AM

Constructor can play a vital role in defining the behavior of the class. This article is focused on implementing Constructors in smart way to address requirements. By Neeraj Saluja ...

[ read more ]

CodeSnip: How to Select Record(s) Using Checkboxes and Delete on Confirmation in GridView

by Sushila Bowalekar Patel via ASPAlliance.com - Articles, reviews, and samples for .NET Developers on 9/19/2006 12:00:00 AM

In this sample Sushila demonstrates how to select record(s), and based on the checkbox values checked/unchecked status, delete the record(s) on confirmation. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us