project-types

Project Types in ASP.NET

How do I create a Web Application Project in VS 2008? How is it different from a "WebSite" project? ...

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 just by pressing F5 (etc). I have a prebuilt executable that takes an assembly path as a command-line argument and loads it for workbench...

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 classes added? ...

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? ...