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 |
Is it possible to cancel filter execution?
What are actions in mvc?
Which version of .net framework is installed?
How to enable Attribute Routing?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is associationset? : Entity framework
What is the difference between tempdata and viewbag?
what is use of entitydatasource control?
Explain the difference between viewbag and viewdata in mvc?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Is any files are generated,when we are adding the web reference to the web service?