{"id":7329,"date":"2014-04-20T05:02:46","date_gmt":"2014-04-19T19:02:46","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=7329"},"modified":"2014-04-20T05:02:46","modified_gmt":"2014-04-19T19:02:46","slug":"asp-net-website-razor-v3-primer-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/asp-net-website-razor-v3-primer-tutorial\/","title":{"rendered":"ASP.NET Website Razor v3 Primer Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/\"><img decoding=\"async\" style=\"float:left;border: 15px solid pink;\" alt=\"ASP.NET Website Razor v3 Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/VS2013_Website_Form-99of.jpg\" title=\"ASP.NET Website Razor v3 Primer  Tutorial\"   \/><\/a><p class=\"wp-caption-text\">ASP.NET Website Razor v3 Primer Tutorial<\/p><\/div>\n<p>Today we follow up on the previous <a target=_blank title='ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial' href='#avwept'>ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial<\/a> as shown below to create another ASP.Net 4.5 Razor v3 website which, &#8220;out of the box&#8221;, creates a great template for a three webpage website (the usual Home, About Us and Contact Us webpages), plus Registration and Membership, all functionality not to be <a target=_blank title='Starting point for R and D into \"Why do we sneeze the number of times we do?\"' href='http:\/\/www.webmd.com\/allergies\/features\/11-surprising-sneezing-facts'>sneezed<\/a> at, as great progress within a few minutes of clicking File->New Website (and saying abracadabra &#8230; <a target=_blank title='Flight of the Conchords' href='https:\/\/www.youtube.com\/watch?v=pY8jaGs7xJ0&#038;feature=kp'>if that&#8217;s what you&#8217;re into<\/a>).<\/p>\n<p>We tailor a logo and the home page title to start you on your discovery process.<\/p>\n<p>Below we&#8217;ll include some source code of this ASP.Net project solution:<\/p>\n<ul>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/Default.vbhtml_GETME'>Default.vbhtml<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/About.vbhtml_GETME'>About.vbhtml<\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/Contact.vbhtml_GETME'>Contact.vbhtml<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/_AppStart.vbhtml_GETME'>_AppStart.vbhtml<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/_SiteLayout.vbhtml_GETME'>_SiteLayout.vbhtml<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/Web.config_GETME'>Web.config<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/Web.Debug.config_GETME'>Web.Debug.config<\/a><\/li>\n<\/ul>\n<p>Please enjoy today&#8217;s ASP.NET website <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/RazorV3\/\" title='Click picture.'>tutorial<\/a>.<\/p>\n<hr \/>\n<p id='avwept'>Previous relevant <a target=_blank title='ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial' href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=6466'>ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/\"><img decoding=\"async\" style=\"float:left;border: 15px solid pink;\" alt=\"ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/VSExpress2013-11of.jpg\" title=\"ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial\"   \/><\/a><p class=\"wp-caption-text\">ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial<\/p><\/div>\n<p>The previous <a target=_blank title='ASP.Net Hello World Primer Tutorial ...  ... Visual Studio Express' href='#ahwpt'>ASP.Net Hello World Primer Tutorial &#8230;  &#8230; Visual Studio Express<\/a> as shown below involved the use of Visual Studio 2010 Express on a Windows laptop.   <a target=_blank title='click picture' href=\"http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/\">Today<\/a> we zoom forward to Visual Studio Web Express 2013 for .Net 4.5 Framework and build the skeletal ASP.Net webpage for your comparison and interest.<\/p>\n<p>Below we&#8217;ll include some source code of this ASP.Net project solution:<\/p>\n<ul>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Global.asax_GETME'>Global.asax<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Global.asax.vb_GETME'>Global.asax.vb<\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Startup.vb_GETME'>Startup.vb<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Web.config_GETME'>Web.config<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Web.Debug.config_GETME'>Web.Debug.config<\/a><\/li>\n<li><a target=_blank title='' href='http:\/\/www.rjmprogramming.com.au\/ASPNet\/VS2013Express\/Web.Release.config_GETME'>Web.Release.config<\/a><\/li>\n<\/ul>\n<p>There are lots of new features in <a target=_blank title='' href='http:\/\/social.msdn.microsoft.com\/Forums\/vstudio\/en-US\/d1739d77-9625-444e-9e30-579489bb6679\/visual-studio-web-express-2013-rtm-installation-fatal-error?forum=vssetup'>VS Web Express 2013<\/a> including Azure for iCloud Web Applications.  Here is a <a target=_blank title=\"vs express 2013\" href=\"http:\/\/www.visualstudio.com\">link<\/a> from Microsoft to tell you about this wonderful IDE.<\/p>\n<hr \/>\n<p id='ahwpt'>Previous <a target=_blank title='ASP.Net Hello World Primer Tutorial ...  ... Visual Studio Express' href='http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=482'>ASP.Net Hello World Primer Tutorial &#8230;  &#8230; Visual Studio Express<\/a> is shown below for Visual Studio 2010 Express.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/ASPNetPrimer\/\"><img decoding=\"async\" style=\"float:left;border: 15px solid pink;\" alt=\"ASP.Net Hello World Primer Tutorial ...  ... Visual Studio Express ... http:\/\/www.microsoft.com\/visualstudio\/eng\/products\/visual-studio-2010-express ... please use the horizontal scroll to movie-ize\" src=\"http:\/\/www.rjmprogramming.com.au\/ASPNetPrimer\/01of.png\" title=\"ASP.Net Hello World Primer Tutorial ... Visual Studio Express ... http:\/\/www.microsoft.com\/visualstudio\/eng\/products\/visual-studio-2010-express ... please use the horizontal scroll to movie-ize\"   \/><\/a><p class=\"wp-caption-text\">ASP.Net Hello World Primer Tutorial ...  ... Visual Studio Express ... http:\/\/www.microsoft.com\/visualstudio\/eng\/products\/visual-studio-2010-express ... please use the horizontal scroll to movie-ize<\/p><\/div>\n<p><a target=_blank title='click picture' href='http:\/\/www.rjmprogramming.com.au\/ASPNetPrimer\/'>Tutorial<\/a> &#8230;<\/p>\n<p><strong><\/p>\n<p>Transcript:<\/p>\n<p><\/strong><\/p>\n<p>Have you heard of ASP.Net?<\/p>\n<p>It is a server-side web server language to rival PHP and uses Microsoft<br \/>\n   technologies and protocols.<\/p>\n<p>Another &#8220;word&#8221; to Google relating to this product is IIS.<\/p>\n<p>Do yourself a favour and read about it, because, as with all things, there<br \/>\n   are strengths and weaknesses comparing it to PHP.<\/p>\n<p>One interesting thing I&#8217;d research is Mojo Portal as far as CMS (Content<br \/>\n   Management System) goes.\n<\/p>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d482' onclick='var dv=document.getElementById(\"d482\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?s=ASP.Net\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d482' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d6466' onclick='var dv=document.getElementById(\"d6466\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?s=ASP.Net\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d6466' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr \/>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d7329' onclick='var dv=document.getElementById(\"d7329\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=ASP.Net\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d7329' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Today we follow up on the previous ASP.Net .Net 4.5 VS Web 2013 Express Primer Tutorial as shown below to create another ASP.Net 4.5 Razor v3 website which, &#8220;out of the box&#8221;, creates a great template for a three webpage &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/asp-net-website-razor-v3-primer-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,37,39],"tags":[106,107,558,765,997,1028,1041,1319,1384,1421],"class_list":["post-7329","post","type-post","status-publish","format-standard","hentry","category-elearning","category-tutorials","category-visual-studio","tag-asp-net","tag-aspnet","tag-hello-world","tag-membership","tag-programming","tag-razor-v3","tag-registration","tag-tutorial","tag-visual-studio-2013-express","tag-website"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/7329"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=7329"}],"version-history":[{"count":0,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/7329\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=7329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=7329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=7329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}