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()
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()
No programmer can unlike your tutorials ...... And the way you teaches is Superb !!!!!!!!
ReplyDeletecraete a project on ERP in VS using which u want i think best is c# and mssql.
ReplyDeleteHi can u plz create sample mvc app with oracle connection?
ReplyDeleteIs it Possible that an asp.net form data can be transfer to mvc application?
ReplyDeleteIf 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?
best mvc tutorial in internet learning
ReplyDeleteHow to add a textbox value to dynamic table ?
ReplyDelete