what is VSS? Where we are using?
Answers were Sorted based on User's Feedback
Answer / naveen
V-Visual S-safe S-Source name only indicates as it is
source to visually maintains data safely.
In this we have checkin - Just locak
checkout - lock remove
check in is used to lock form(lock only if there is no
build errors)
check out - remove lock if there is any modification.
VSS is used for versioning.
It will synchronize 1000's of people code on a single
source.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / mannam sravanthi
VSS is a Visual source safe.It is very useful for developer.
It prevents accidental file loss from the developer.
In this actually checkin, checkout are there.we change the
file means any alterations are done this file versions ar
formed
| Is This Answer Correct ? | 6 Yes | 1 No |
Can I uninstall microsoft .net framework?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is net framework 3.0 ?
Can we create .DLL file without using the namespace?
Explain entity lifecycle? : Entity framework
What are Model Binders in ASP.Net MVC?
What is Global Assembly Cache (GAC) and what is the purpose of it?
What are authentication filters in web api?
What is "out" parameter how it is used in methods?
How do you handle variable number of segments in a route definition?
How to use multiple submit buttons in asp.net mvc?
How to update one of my table in database at 4pm every day how it is possible?