Are there any DotNetNuke developers that are still alive?
-
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
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
-
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)How do you know when CMS stands for Customer Management System vs. Content Management System?
Todd Smith
-
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)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.
-
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)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.