{"id":169,"date":"2012-09-11T00:06:04","date_gmt":"2012-09-10T22:06:04","guid":{"rendered":"http:\/\/www.ubikuity.net\/blog\/?p=169"},"modified":"2012-09-11T00:06:49","modified_gmt":"2012-09-10T22:06:49","slug":"which-version-of-asp-net-mvc-is-used-in-an-existing-visual-studio-project","status":"publish","type":"post","link":"https:\/\/ubikuity.net\/blog\/2012\/09\/11\/which-version-of-asp-net-mvc-is-used-in-an-existing-visual-studio-project\/","title":{"rendered":"Which version of ASP.NET MVC is used in an existing Visual Studio project"},"content":{"rendered":"<p><strong>Question:<\/strong> how to find which version of ASP.NET MVC is used in an existing Visual Studio project?<\/p>\n<p><strong>Answer:<\/strong> via Reflection:<\/p>\n<div>\n<pre><code>typeof (Controller).Assembly.GetName().Version <\/code><\/pre>\n<\/div>\n<p><strong>Source:<\/strong> <a href=\"http:\/\/stackoverflow.com\/questions\/3008704\/how-to-determine-the-current-version-of-asp-net-mvc\">http:\/\/stackoverflow.com\/questions\/3008704\/how-to-determine-the-current-version-of-asp-net-mvc<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Question: how to find which version of ASP.NET MVC is used in an existing Visual Studio project? Answer: via Reflection: typeof (Controller).Assembly.GetName().Version Source: http:\/\/stackoverflow.com\/questions\/3008704\/how-to-determine-the-current-version-of-asp-net-mvc<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[40],"tags":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6emaU-2J","_links":{"self":[{"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/posts\/169"}],"collection":[{"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":2,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/posts\/169\/revisions"}],"predecessor-version":[{"id":171,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/posts\/169\/revisions\/171"}],"wp:attachment":[{"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/categories?post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubikuity.net\/blog\/wp-json\/wp\/v2\/tags?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}