Answer Posted / shilpi gulati
A .net assembly version consists of four main parts 1.0.0.0(default version) (major.minor.build.revision).
In order to maintain several instances(with minor/major changes) of same assembly concept of versioning of assembly was introduced.With the help of version number we can keep various instances of same assembly.Each version has different number with default starting from 1.0.0.0.With every change the version number gets incremented,thus removing the dll hell problem and providing programmers with strong assembly names which will never clash with each other.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Explain about visual basic.net?
What is the class that allows an element to be accessed using unique key?
Explain about Visual basic.NET culture?
Can you please explain the difference between authentication and authorization?
What are the shared variables?
Explain about globalization?
What is the difference between vb 6 and vb.net?
What are the advantages of migrating to vb.net?
How can we store decimal data in .net?
What is misl code?
What is redim keyword?
List the types of authentication?
Explain the difference between datatable and dataset?
Is vb net a scripting language?