What is VSS? Use of VSS? How can we use VSS in our Application?
Answer Posted / viji
vss is visual sorce safe.this is used to protected from
unwanted changes.if you need change one form,then you check-
out to tht form,you change the coding or designing.then you
check-in tht tht form.only particular form only
modified.all others forms are very safe.
First you vss software, then you create login name and
password.Add the project to vss.you open the vs project,all
forms are check-in stage,if you want check out.Main
advantage is prevent unwanted modification and third person
not modifying.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can I create my own permission set?
What is the use of TPL DATAFLOW?
Explain the types of memory management? : .NET Architecture
Can I create my own context attributes?
What are the different pipelining hazards? : Dot net architecture
What is the problem with .net generics?
What are the important principles of soa (service oriented architecture)?
What is the difference between an event and a delegate?
Explain cache memory? : .NET Architecture
Explain hard disk and what is its purpose? : .NET Architecture
Explain difference between machine config vs. Web config : Dot net architecture
State and explain about microsoft.net?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain the use of virtual, sealed, override, and abstract.