Tagged Questions
2
votes
1answer
402 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 ...