Tagged Questions
The project-types tag has no wiki summary.
11
votes
3answers
3k views
WCF Service Library vs Class Library project types
What does a WCF Service Library do that a regular class library doesn't?
Edit: I posted my own answer. Am I missing anything? Are they fundamentally both just class libraries with a few template ...
2
votes
1answer
403 views
What is the usage of Local Database Cache project type in Visual Studio?
What is the usage of Local Database Cache project type in Visual Studio?
1
vote
6answers
202 views
Project Types in ASP.NET
How do I create a Web Application Project in VS 2008? How is it different from a "WebSite" project?
0
votes
3answers
59 views
Type of a project that contains only interfaces?
I am planning to use interfaces in my .NET project. I would like to add a new project "MyInterfaces" in my existing solution. "MyInterfaces" will contain all interfaces required by the solution.
But ...
0
votes
1answer
563 views
VSX: Custom Package's Project Type to mimik “Debug >> Start Action >> Start External Program”
I have a custom project type based on the C# Class Library project type in a VSX Package (2008+). For this project type, even though the output is a class library, I want to be able to debug this app ...