How to check installed version of Entity Framework?

devquora
devquora

Posted On: Feb 22, 2018

 

To check, If you open up the reference file and detect system.entity.data, click the module and then inspect the runtime version numerical in the Properties explorer and you can witness the subversion also. Another alternative way to check is mentioned below: 

Open PMC or Package Manager Consoles in Visual Studio while typing Get-packages at the cue. The foremost line portrays the Entity Framework while the list portrays the version of the Entity The framework has been installed.

Hence, follow the below-mentioned steps:

  • Unbar the references in one's project. 
  • Right-click the Entity Framework.
  • Select property. 
  • See the version row and notice the updated version of the Entity Framework.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Entity framework interview questions

    Explain what is Entity Framework?

    Entity Framework happens to be an open-source ORM or object-relational mapping framework utilized for ADO.Net. It is a set of mechanization that assists in the improvement of data-oriented software ad...

    Entity framework interview questions

    What is new in entity framework 7?

    The new features in entity framework 7 include the following:New platforms: .NET along with the other distinct technologies like WPF, ASP.NET, WinForms is supported by Entity Framework 7.  E...

    Entity framework interview questions

    List some pros and cons of Entity Framework?

    There are several advantages and disadvantages to Entity Framework. The pros of the Entity Framework are:It offers Auto Migrations and thus helps to modify and set up the database as it may permi...