<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=MVC</id>
		<title>MVC - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=MVC"/>
		<link rel="alternate" type="text/html" href="http://logicwiki.co.uk/index.php?title=MVC&amp;action=history"/>
		<updated>2026-06-07T22:42:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://logicwiki.co.uk/index.php?title=MVC&amp;diff=603&amp;oldid=prev</id>
		<title>Dt1nh6: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://logicwiki.co.uk/index.php?title=MVC&amp;diff=603&amp;oldid=prev"/>
				<updated>2016-05-09T13:27:45Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:27, 9 May 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Dt1nh6</name></author>	</entry>

	<entry>
		<id>http://logicwiki.co.uk/index.php?title=MVC&amp;diff=602&amp;oldid=prev</id>
		<title>Macrop at 15:42, 28 August 2014</title>
		<link rel="alternate" type="text/html" href="http://logicwiki.co.uk/index.php?title=MVC&amp;diff=602&amp;oldid=prev"/>
				<updated>2014-08-28T15:42:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:MVC]]&lt;br /&gt;
[[File:MVC Structure.png|thumbnail|right|MVC Folder File Structure]]&lt;br /&gt;
[[MVC_Helpers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[MVC_Bundles]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://s3k.me/files/lifecycle-of-an-aspnet-mvc-5-application.pdf lifecycle of an aspnet mvc 5 application]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== While running update-database in code first ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Error : Join-Path : Cannot bind argument to parameter 'Path' because it is null.&lt;br /&gt;
&lt;br /&gt;
'''Solution :'''&lt;br /&gt;
 PM&amp;gt; Uninstall-Package EntityFramework -Force&lt;br /&gt;
 PM&amp;gt; Install-Package EntityFramework -Pre&lt;br /&gt;
&lt;br /&gt;
For specific versions&lt;br /&gt;
 PM&amp;gt; Install-Package EntityFramework -Pre -Version 6.0.0&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
 Enable-Migrations -ContextTypeName DataOps.Models.MyDbCon&lt;/div&gt;</summary>
		<author><name>Macrop</name></author>	</entry>

	</feed>