.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!



Home >> Interview Question >> .NET Framework >> Post New Question Subscribe to Interview Questions

Where is version information stored of an assembly ?

Posted By :Shashi Ray     Posted Date :March 02, 2009    Points :10   Category :.NET Framework 
Version information is stored in assembly in manifest.

You can also find related Interview Question to Where is version information stored of an assembly ?  below: 

Where is version information stored of an assembly ?

  
Version information is stored in assembly in manifest. (More...)

What is Version Number in Assembly Manifest ?

  
A revision and build number in an assemblies is called Version Number.

There are Major and Minor Version number in an assembly. you can change this version number in assemblyinfo.cs file
usually version number looks like this in assemblyinfo.cs
1.0.*

The common language run time uses these numbers to enforce version policy. (More...)

Ho we can see Assembly information?

  
We can see the assembly information using ILDASM Tool. (More...)

How can check the Oracle version information from the command prompt?

  
Version information is stored in a table called v$version. In this table we can find version information on Oracle, PL/SQL, etc.

To retrieve the version information for Oracle, we can execute the following SQL statement:

select * from v$version
where banner like 'Oracle%'; (More...)

Database:Which command will give sql server version and OS information?

  

SELECT SERVERPROPERTY('productlevel')
SELECT SERVERPROPERTY('productversion')
SELECT SERVERPROPERTY('edition') (More...)

Where is the ViewState information stored?

  
stored in the HTML hidden fields. (More...)

Quick Links For Interview Questions Categories:
ASP.Net Windows Application   .NET Framework   C#   VB.Net   ADO.Net  
Sql Server   SharePoint   Silverlight   OOPs   JQuery   JavaScript/VBScript
Biztalk Patten/Practices .IIS WCF WPF WWF
Networking Aptitude Others   All      

Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.

 
Now you can find lots of .NET, C#, Vb.Net, SQL Server,Windows, ASP.Net related Questions and their Answers here at www.dotnetspark.com. Our aim is to help you pass your certification Exams (MCP, MCSD, MCAD etc.,) with flying scores and get good name in your company.

So, Start looking our Interview Question section daily and improve your .NET Skills. You can also help others by posting Interview Questions and their Answers in this section.


Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend