Empty project template mvc4http://forums.asp.net/t/1771245.aspx/1?Empty+project+template+mvc4Sun, 08 Apr 2012 05:13:46 -040017712454839689http://forums.asp.net/p/1771245/4839689.aspx/1?Empty+project+template+mvc4Empty project template mvc4 <p>Please clean up the empty project template!</p> <p>I really like that aspnetmvc is a nuget package, and the empty project should only contain this.. why is web api there? why is entity framework there? since there is not any controller the other &quot;crap&quot; should not be there when the word empty is used.</p> <p>Then we have the script folder. The jquery libs are old references.. remove knockout, modernizer, jquery ui... empty perhaps means that there should not be any scripts?</p> <p>It would be really nice if the empty project contained there bare minimal needed to run an mvc site.</p> 2012-02-19T13:17:50-05:004839736http://forums.asp.net/p/1771245/4839736.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p>@ <a title="daniel.persson" href="http://forums.asp.net/members/daniel.persson.aspx"> daniel.persson</a></p> <p>please remember that ASP.NET MVC 4 is only a developer preview at this time.</p> <p>you may find this thread nteresting:&nbsp; <a title="Bring back the old template" href="http://forums.asp.net/t/1757979.aspx/1?Bring&#43;back&#43;the&#43;old&#43;template"> Bring back the old template</a> .</p> <p>g.</p> 2012-02-19T14:25:14-05:004839903http://forums.asp.net/p/1771245/4839903.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p>It's in beta and it's precisely why I'm making these remarks now, rather than when it's in a final version =)</p> <p>/Daniel</p> 2012-02-19T18:48:48-05:004839910http://forums.asp.net/p/1771245/4839910.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p>@ <a title="daniel.persson" href="http://forums.asp.net/members/daniel.persson.aspx"> daniel.persson</a></p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>daniel.persson</h4> <p></p> <p>It's in beta</p> <p></p> </blockquote> <p></p> <p>actually, AFAIK the developer preview is more like <em>alpha</em> ... they used to call it <strong>CTP</strong> (Community Technology Preview) ...</p> <p>the sequence will likely be something like this:</p> <ul> <li>preview 1 </li><li>preview 2 </li><li>&nbsp;... </li><li>beta 1 </li><li>beta 2 </li><li>&nbsp;... </li><li>rc 1&nbsp;&nbsp;&nbsp; (release candidate) </li><li>rc 2 </li><li>&nbsp;... </li><li>rtw&nbsp;&nbsp;&nbsp;&nbsp; (release to web ... was <strong>rtm</strong> for <em>release to manufacturing</em> in the <em>old days</em>) </li><li>sp1&nbsp;&nbsp; (service pack) </li><li>sp2 </li><li>&nbsp;... </li></ul> <p>there may be longer or shorter cycles, depending on when the target date is for <strong>rtw</strong> and many other factors AFAIK</p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>daniel.persson</h4> <p></p> <p>it's precisely why I'm making these remarks now, rather than when it's in a final version =)</p> <p></p> </blockquote> <p></p> <p>absolutely ... just like at a wedding when they say &quot;speak now or forever hold your peace&quot;.</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; B-)</p> <p>that's the same reason that i spoke up at <strong>&nbsp;<a title="Bring back the old template" href="http://forums.asp.net/t/1757979.aspx/1?Bring&#43;back&#43;the&#43;old&#43;template">Bring back the old template</a> .</strong></p> <p>BTW, did you check out&nbsp;&nbsp;<a title="Bring back the old template" href="http://forums.asp.net/t/1757979.aspx/1?Bring&#43;back&#43;the&#43;old&#43;template">Bring back the old template</a>&nbsp;?</p> <p>g.<strong>&nbsp;</strong></p> 2012-02-19T19:00:24-05:004840214http://forums.asp.net/p/1771245/4840214.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p></p> <blockquote><span class="icon-blockquote"></span> <h4>daniel.persson</h4> <p></p> <p>Please clean up the empty project template!</p> <p>I really like that aspnetmvc is a nuget package, and the empty project should only contain this.. why is web api there? why is entity framework there? since there is not any controller the other &quot;crap&quot; should not be there when the word empty is used.</p> <p>Then we have the script folder. The jquery libs are old references.. remove knockout, modernizer, jquery ui... empty perhaps means that there should not be any scripts?</p> <p>It would be really nice if the empty project contained there bare minimal needed to run an mvc site.</p> <p></p> </blockquote> <p></p> <p>I agree with your openion. But think yourself if someone created an empty project then it will quickly need to add controllers, views, entity framework, widely used script libraries, http services, etc. It will be very painfull for lot of developers(using MVC 3 empty project template) to explicitly add(or through nuget) jquery, modernizer, ef, etc. So, these elements are there to quickly add them in your project. If a developer not using these elements they can leave(or delete) them.</p> 2012-02-20T04:25:12-05:004840498http://forums.asp.net/p/1771245/4840498.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p>@ <a title="daniel.persson" href="http://forums.asp.net/members/daniel.persson.aspx"> daniel.persson</a></p> <p><a href="http://www.asp.net/mvc/mvc4">http://www.asp.net/mvc/mvc4</a>&nbsp;==&gt; &quot;ASP.NET MVC 4 Beta&quot;</p> <p>seems i was wrong ... ASP.NET MVC 4 is <em>now</em> referred to as <strong>Beta</strong> at the above link.</p> <p>could <strong>RC1&nbsp;</strong> be closer than i suspected?</p> <p>g.</p> 2012-02-20T07:10:07-05:004920721http://forums.asp.net/p/1771245/4920721.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p>@<a title="imran_ku07" href="http://forums.asp.net/members/imran_ku07.aspx">imran_ku07</a></p> <p>If you want to use a standard boilerplate then you will probably not choose something that is called Empty in the first place. Every time I create an Empty project, the first thing I have to to is remove all noise (and I have not heard of anyone who doesn't). If I were to create a site where I want a working shell then I would choose something named accordingly (like Standard-template or Intranet-template). It is more natural to add something to an empty-template solution than to delete from it - which is why your argument is confusing. Hope this makes sense?</p> 2012-04-07T10:21:04-04:004921386http://forums.asp.net/p/1771245/4921386.aspx/1?Re+Empty+project+template+mvc4Re: Empty project template mvc4 <p></p> <blockquote><span class="icon-blockquote"></span> <h4>daniel.persson</h4> If you want to use a standard boilerplate then you will probably not choose something that is called Empty in the first place. Every time I create an Empty project, the first thing I have to to is remove all noise (and I have not heard of anyone who doesn't). If I were to create a site where I want a working shell then I would choose something named accordingly (like Standard-template or Intranet-template). It is more natural to add something to an empty-template solution than to delete from it - which is why your argument is confusing. Hope this makes sense?</blockquote> <p></p> <p>It seems <a href="http://aspnetwebstack.codeplex.com/wikipage?title=Roadmap">next release of MVC 4</a> will include an empty project with&nbsp;minimum set of components. </p> <p></p> 2012-04-08T05:13:46-04:00