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 |
Explain the methods used to render the views in ASP.Net MVC?
How is method overriding different from method overloading
How we can add the css in mvc?
What is mapping in entity framework? : Entity framework
what is .edmx file and what it contains?
Can I remove .net framework?
What is meant by bootstrap in mvc5?
How do you sort a dataset?
what are abstract classes? what is overriding?
what is model first approach?
Why to use Html.Partial in ASP.Net MVC?
how can you tell ef to have a different table or column name than that defined for the class?