Support us .Net Basics C# SQL ASP.NET Aarvi MVC Slides C# Programs Subscribe Download

What asp.net mvc version is my mvc application using - Part 2

Suggested Video
Part 1 - Installing MVC


In this video we will discuss about
How to determine what version of asp.net mvc is being used by an existing mvc application



There are 2 ways to do this
1. At design time - In the solution explorer, expand "References" folder. Right click on System.Web.Mvc assembly and select "Properties" and you can find the version that's used as shown below.


2. At runtime using code - typeof(Controller).Assembly.GetName().Version.ToString()



6 comments:

  1. No programmer can unlike your tutorials ...... And the way you teaches is Superb !!!!!!!!

    ReplyDelete
  2. craete a project on ERP in VS using which u want i think best is c# and mssql.

    ReplyDelete
  3. Hi can u plz create sample mvc app with oracle connection?

    ReplyDelete
  4. Is it Possible that an asp.net form data can be transfer to mvc application?
    If it is possible then weather validations are performed at view page?
    If validation fails weather the information is get back to the asp.net form?

    ReplyDelete
  5. best mvc tutorial in internet learning

    ReplyDelete
  6. How to add a textbox value to dynamic table ?

    ReplyDelete

It would be great if you can help share these free resources