[CLOSED] Will Installation via Nuget eventually support Ext.NET MVC?

Page 1 of 2 12 LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Will Installation via Nuget eventually support Ext.NET MVC?

    Hi,

    This thread was really useful to show the few steps needed to set up a project for Ext.NET with MVC/Razor:

    http://forums.ext.net/showthread.php...-Razor-Example

    I was just wondering, will NuGet eventually somehow support Razor/MVC set up as well?

    Just thinking ahead in terms of the chapter I write on getting started, whether to mention steps as above, or just say to install via NuGet...

    Thanks!
    Last edited by geoffrey.mcgill; Sep 28, 2012 at 8:43 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I think it would be good. Thanks for the suggestion.

    I will redirect the question to Geoffrey.
  3. #3
    Many thanks. I finally met him the other evening but that was something I forgot to ask specifically about!
  4. #4
    Great! I believe you didn't forget to ask many other questions :)
  5. #5
    No, asked many more, and got many great answers; which is why I am also bombarding you guys with a lot of follow up and specific things today... Apologies for that :)
  6. #6
    We are always glad to answer your questions, they are always perfectly detailed.

    As well you really help to make the framework better reporting bugs and giving us great suggestions.
  7. #7
    Quote Originally Posted by anup View Post
    Hi,

    This thread was really useful to show the few steps needed to set up a project for Ext.NET with MVC/Razor:

    http://forums.ext.net/showthread.php...-Razor-Example

    I was just wondering, will NuGet eventually somehow support Razor/MVC set up as well?

    Just thinking ahead in terms of the chapter I write on getting started, whether to mention steps as above, or just say to install via NuGet...

    Thanks!
    Hi Anup,

    Yes, we will have a separate NuGet package for MVC.

    I'm pretty sure the command will be:

    PM> Install-Package Ext.NET.MVC
    That will setup Web.config, Global.asax and a test View + Controller.

    I'll actually include this with the upcoming Ext.NET v2 Beta 2 release. That will be a "Pre Release" build as far as NuGet is concerned, so the package command will need to include the "-Pre" parameter.

    PM> Install-Package Ext.NET.MVC -Pre
    The final v2 release will not require the "-Pre" param for either the "Ext.NET" or "Ext.NET.MVC" NuGet Packages.

    Hope this helps.
    Geoffrey McGill
    Founder
  8. #8
    Great stuff. Certainly helps me simplify that part of the book :)
  9. #9

    MVC package?

    Quote Originally Posted by geoffrey.mcgill View Post
    Hi Anup,

    Yes, we will have a separate NuGet package for MVC.

    I'm pretty sure the command will be:

    PM> Install-Package Ext.NET.MVC
    That will setup Web.config, Global.asax and a test View + Controller.

    I'll actually include this with the upcoming Ext.NET v2 Beta 2 release. That will be a "Pre Release" build as far as NuGet is concerned, so the package command will need to include the "-Pre" parameter.

    PM> Install-Package Ext.NET.MVC -Pre
    The final v2 release will not require the "-Pre" param for either the "Ext.NET" or "Ext.NET.MVC" NuGet Packages.

    Hope this helps.
    Has this been added yet? I don't see this package available.
  10. #10
    Quote Originally Posted by craig2005 View Post
    Has this been added yet? I don't see this package available.
    ok, nevermind, I looked at the SVN and it looks like the MVC code was merged into Ext.net in 2.0? Please confirm. thanks.
Page 1 of 2 12 LastLast

Similar Threads

  1. Installing v2.0.0.rc1 Using NuGet
    By alexua in forum 2.x Help
    Replies: 2
    Last Post: Jul 02, 2012, 7:07 PM
  2. Ext.Net 2.0 Installation not working through NuGet
    By falinhares in forum 2.x Help
    Replies: 1
    Last Post: Jun 14, 2012, 4:10 PM
  3. Replies: 4
    Last Post: Mar 30, 2012, 7:30 PM
  4. Installation Problems
    By pyro in forum 1.x Help
    Replies: 7
    Last Post: Dec 22, 2011, 11:18 AM
  5. Ext.net 1.0 + installation problem
    By Birgit in forum 1.x Help
    Replies: 4
    Last Post: Nov 05, 2010, 1:16 PM

Posting Permissions