The visual-studio-2008 tag has no wiki summary.
6
votes
3answers
220 views
Long-Term Strategy For Implementing a QA System?
I have been given the task of implementing some QA testing into a massive existing system. We're going to start out with system-level tests and might add unit tests if it is deemed necessary.
I ...
4
votes
5answers
2k views
Is it possible for two DLLs to conflict , preventing solution to build
Though I have a specific case, but I was wondering about the general situation.
Can two DLLs, when added as Reference to a Visual C# project collide with each other to prevent the solution from ...
3
votes
5answers
770 views
Overwhelmed by complex C#/ASP.NET project in Visual Studio 2008
I have been hired as a junior programmer to work on projects that extend existing functionality in a very large, complex solution. The code base consists of C#, ASP.NET, jQuery, javascript, html and ...
2
votes
2answers
254 views
Where is the object browser in VS 2010 [closed]
I am teaching myself C# and Im using a book that references Visual Studio 2008. However, I am using VS 2010. The book wants me to look at the object browser by choosing View, Other Windows, Object ...
0
votes
4answers
352 views
Software development project inception phase
Currently our team develops Web Applications and now we are going to Windows Forms applications.
I have created the inception phase for our Windows Forms project structure.
eg:
ApplicationSolution
...
-3
votes
1answer
127 views
why Visual studio takes long time to process? [closed]
while i am running asp.net web app in visual studio by pressing start debugging button, it takes long time to run. but when i press f5 key it takes only few seconds to process my web page,
can ...