Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Are there any DotNetNuke developers that are still alive?

Are there any DotNetNuke developers that are still alive?

Scheduled Pinned Locked Moved The Lounge
phpvisual-studiocomquestion
24 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L leppie

    Pete O'Hanlon wrote:

    The lads are currently reviewing it for me.

    Care to enrich me with some info too?

    xacc.ide - now with TabsToSpaces support
    IronScheme - 1.0 alpha 4a out now (29 May 2008)

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #14

    Well - so far they haven't reported any major issues. It seems extensible enough, and relatively stable.

    Deja View - the feeling that you've seen this post before.

    My blog | My articles

    1 Reply Last reply
    0
    • P Pete OHanlon

      Joomla[^] is supposed to be OK. The lads are currently reviewing it for me.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #15

      Pete O'Hanlon wrote:

      Joomla[^] is supposed to be OK.

      You got me all excited only to find out Joomla runs on PHP... :doh:

      xacc.ide - now with TabsToSpaces support
      IronScheme - 1.0 alpha 4a out now (29 May 2008)

      P 1 Reply Last reply
      0
      • L leppie

        I am specifically talking about extending, and the pain that goes with that. Once it runs, it runs fine, but I cant wait 20 minutes for the site to compile every time I make a tiny change.

        xacc.ide - now with TabsToSpaces support
        IronScheme - 1.0 alpha 4a out now (29 May 2008)

        P Offline
        P Offline
        phannon86
        wrote on last edited by
        #16

        Ah ok I'm with you, can't be of any help though, good luck! :)

        He who makes a beast out of himself gets rid of the pain of being a man

        1 Reply Last reply
        0
        • L leppie

          Pete O'Hanlon wrote:

          Joomla[^] is supposed to be OK.

          You got me all excited only to find out Joomla runs on PHP... :doh:

          xacc.ide - now with TabsToSpaces support
          IronScheme - 1.0 alpha 4a out now (29 May 2008)

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #17

          OK - if ASP.NET is your criteria, there's always Kentico CMS - although you have to pay for this one.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles

          L 1 Reply Last reply
          0
          • L leppie

            Because the 20+ minutes it takes to build is making me suicidal! How was this thing ever developed in the first place?

            xacc.ide - now with TabsToSpaces support
            IronScheme - 1.0 alpha 4a out now (29 May 2008)

            S Offline
            S Offline
            senylity
            wrote on last edited by
            #18

            The way we had it implemented, it would not have to compile the core more than once. Ever. The things that did compile were the DNN website, which references the DNN libraries, and our custom modules, which we wrote in C#. We had one VS solution that was the core, and one VS solution that had the website and custom modules in it. We worked really hard to not modify the core, or at least keep our changes documented and short so that when the next version came out (which it did about every 6-8 weeks), we could upgrade without any problems. I would suggest trying our solution to your problem: splitting up your VS solutions into core DNN libraries and the website with custom modules.

            Success is the happy feeling you get between the time you do something and the time you tell a woman what you did. --Dilbert My left name is Tremendous Savings, Ms. America – Señor Cardgage

            T 1 Reply Last reply
            0
            • L leppie

              Because the 20+ minutes it takes to build is making me suicidal! How was this thing ever developed in the first place?

              xacc.ide - now with TabsToSpaces support
              IronScheme - 1.0 alpha 4a out now (29 May 2008)

              B Offline
              B Offline
              Bassam Abdul Baki
              wrote on last edited by
              #19

              Not sure if this[^] helps.


              There are ll kinds of people in the world, those who understand binary and those who understand Roman numerals. Web - Blog - RSS - Math

              1 Reply Last reply
              0
              • P Pete OHanlon

                OK - if ASP.NET is your criteria, there's always Kentico CMS - although you have to pay for this one.

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                L Offline
                L Offline
                leppie
                wrote on last edited by
                #20

                Pete O'Hanlon wrote:

                although you have to pay for this one.

                US$20 000 is a tad much! ;P

                xacc.ide - now with TabsToSpaces support
                IronScheme - 1.0 alpha 4a out now (29 May 2008)

                A 1 Reply Last reply
                0
                • S senylity

                  The way we had it implemented, it would not have to compile the core more than once. Ever. The things that did compile were the DNN website, which references the DNN libraries, and our custom modules, which we wrote in C#. We had one VS solution that was the core, and one VS solution that had the website and custom modules in it. We worked really hard to not modify the core, or at least keep our changes documented and short so that when the next version came out (which it did about every 6-8 weeks), we could upgrade without any problems. I would suggest trying our solution to your problem: splitting up your VS solutions into core DNN libraries and the website with custom modules.

                  Success is the happy feeling you get between the time you do something and the time you tell a woman what you did. --Dilbert My left name is Tremendous Savings, Ms. America – Señor Cardgage

                  T Offline
                  T Offline
                  Todd Smith
                  wrote on last edited by
                  #21

                  This is the way a large project I'm working on is structured. The only time we need a whole recompile is when interfaces or web service method signatures change between projects.

                  Todd Smith

                  1 Reply Last reply
                  0
                  • L leppie

                    Anything else you can suggest? Any extensable .NET based (preferably C#) CMS would do.

                    xacc.ide - now with TabsToSpaces support
                    IronScheme - 1.0 alpha 4a out now (29 May 2008)

                    T Offline
                    T Offline
                    Todd Smith
                    wrote on last edited by
                    #22

                    How do you know when CMS stands for Customer Management System vs. Content Management System?

                    Todd Smith

                    1 Reply Last reply
                    0
                    • L leppie

                      Pete O'Hanlon wrote:

                      although you have to pay for this one.

                      US$20 000 is a tad much! ;P

                      xacc.ide - now with TabsToSpaces support
                      IronScheme - 1.0 alpha 4a out now (29 May 2008)

                      A Offline
                      A Offline
                      Ashley van Gerven
                      wrote on last edited by
                      #23

                      Here's an ASP.NET CMS I found out about recently: http://www.sitecore.net/Products/Sitecore%20CMS.aspx[^] No mention of price though... could be more than 20k, could be less :doh:

                      "For fifty bucks I'd put my face in their soup and blow." - George Costanza

                      CP article: SmartPager - a Flickr-style pager control with go-to-page popup layer.

                      1 Reply Last reply
                      0
                      • L leppie

                        Anything else you can suggest? Any extensable .NET based (preferably C#) CMS would do.

                        xacc.ide - now with TabsToSpaces support
                        IronScheme - 1.0 alpha 4a out now (29 May 2008)

                        A Offline
                        A Offline
                        Ashley van Gerven
                        wrote on last edited by
                        #24

                        Yeah I'm also curious... asp.net open source CMS are in much shorter supply. There's AxCMS[^] and Umbraco[^] though... not sure how they stack up. Also a directory listing here: http://www.411asp.net/home/webapps/content[^]

                        "For fifty bucks I'd put my face in their soup and blow." - George Costanza

                        CP article: SmartPager - a Flickr-style pager control with go-to-page popup layer.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups