Connecting Tech Pros Worldwide Forums | Help | Site Map

ASP .Net CMS Examples?

JJ
Guest
 
Posts: n/a
#1: Aug 1 '06
I want to write my own CMS (or use an opensource one), which is based on
ASP.net without having to choose from the PHP based ones out there.

Is there any examples, software or advice you may have for me?

Thanks,

JJ



MatsL@newsgroups.nospam
Guest
 
Posts: n/a
#2: Aug 1 '06

re: ASP .Net CMS Examples?


Hi JJ,
We are currently also working on our own CMS system in ASP.NET.
There are a quite a lot of other systems to look at for inspiration.

Here are a couple of nice ones:
http://lemoon.se/ (in swedish tho...)
http://www.emagiccms.com/
http://dotnetnuke.com/ <- open source

Two nice php ones are also available
http://drupal.org/
http://www.joomla.org

For a (very!) comprehensive list check out this site:
http://www.cmsmatrix.org/

Btw, I can recommend a good podcast regarding cms systems:
http://www.cmsadvisor.com/

Good luck and happy coding!

JJ wrote:
Quote:
I want to write my own CMS (or use an opensource one), which is based on
ASP.net without having to choose from the PHP based ones out there.
>
Is there any examples, software or advice you may have for me?
>
Thanks,
>
JJ
>
>
Karl Seguin [MVP]
Guest
 
Posts: n/a
#3: Aug 1 '06

re: ASP .Net CMS Examples?


There are a lot, the two most popular ones are:

DotNetNuke:
http://dotnetnuke.com/

Rainbow Portal:
http://www.rainbowportal.net/

There's also 2 relevant starter kits:
http://www.asp.net/starterkits/downloadcommunity.aspx
and
http://www.asp.net/starterkits/downloadportal.aspx

Which are more meant to showcase best practice while developing ASP.NET
applications.

Karl

--
http://www.openmymind.net/
http://www.codebetter.com/


"JJ" <abc@xyz.comwrote in message
news:uvHTtcVtGHA.1504@TK2MSFTNGP03.phx.gbl...
Quote:
>I want to write my own CMS (or use an opensource one), which is based on
>ASP.net without having to choose from the PHP based ones out there.
>
Is there any examples, software or advice you may have for me?
>
Thanks,
>
JJ
>

Patrick.O.Ige
Guest
 
Posts: n/a
#4: Aug 1 '06

re: ASP .Net CMS Examples?


Go for DotNetNuke. Its very matured now
Patrick
<MatsL@newsgroups.nospamwrote in message
news:%235zkCEWtGHA.3264@TK2MSFTNGP03.phx.gbl...
Quote:
Hi JJ,
We are currently also working on our own CMS system in ASP.NET.
There are a quite a lot of other systems to look at for inspiration.
>
Here are a couple of nice ones:
http://lemoon.se/ (in swedish tho...)
http://www.emagiccms.com/
http://dotnetnuke.com/ <- open source
>
Two nice php ones are also available
http://drupal.org/
http://www.joomla.org
>
For a (very!) comprehensive list check out this site:
http://www.cmsmatrix.org/
>
Btw, I can recommend a good podcast regarding cms systems:
http://www.cmsadvisor.com/
>
Good luck and happy coding!
>
JJ wrote:
Quote:
>I want to write my own CMS (or use an opensource one), which is based on
>ASP.net without having to choose from the PHP based ones out there.
>>
>Is there any examples, software or advice you may have for me?
>>
>Thanks,
>>
>JJ

JJ
Guest
 
Posts: n/a
#5: Aug 1 '06

re: ASP .Net CMS Examples?


The problem with dotnetnuke is that I have to have a compatible hosting
provider don't I?
I really want some component I can add to my own project in visual studio,
then upload to my live server....

JJ


"Patrick.O.Ige" <naijacoder@hotmail.comwrote in message
news:eSnklJWtGHA.2260@TK2MSFTNGP03.phx.gbl...
Quote:
Go for DotNetNuke. Its very matured now
Patrick
<MatsL@newsgroups.nospamwrote in message
news:%235zkCEWtGHA.3264@TK2MSFTNGP03.phx.gbl...
Quote:
>Hi JJ,
>We are currently also working on our own CMS system in ASP.NET.
>There are a quite a lot of other systems to look at for inspiration.
>>
>Here are a couple of nice ones:
>http://lemoon.se/ (in swedish tho...)
>http://www.emagiccms.com/
>http://dotnetnuke.com/ <- open source
>>
>Two nice php ones are also available
>http://drupal.org/
>http://www.joomla.org
>>
>For a (very!) comprehensive list check out this site:
>http://www.cmsmatrix.org/
>>
>Btw, I can recommend a good podcast regarding cms systems:
>http://www.cmsadvisor.com/
>>
>Good luck and happy coding!
>>
>JJ wrote:
Quote:
>>I want to write my own CMS (or use an opensource one), which is based on
>>ASP.net without having to choose from the PHP based ones out there.
>>>
>>Is there any examples, software or advice you may have for me?
>>>
>>Thanks,
>>>
>>JJ
>
>

Cowboy \(Gregory A. Beamer\)
Guest
 
Posts: n/a
#6: Aug 1 '06

re: ASP .Net CMS Examples?


DotNet Nuke is highly compatible with providers. I would guess your only
problem would be providers that do not allow any code outside of hte main
web DLL.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"JJ" <abc@xyz.comwrote in message
news:%235BRzbWtGHA.3552@TK2MSFTNGP03.phx.gbl...
Quote:
The problem with dotnetnuke is that I have to have a compatible hosting
provider don't I?
I really want some component I can add to my own project in visual studio,
then upload to my live server....
>
JJ
>
>
"Patrick.O.Ige" <naijacoder@hotmail.comwrote in message
news:eSnklJWtGHA.2260@TK2MSFTNGP03.phx.gbl...
Quote:
>Go for DotNetNuke. Its very matured now
>Patrick
><MatsL@newsgroups.nospamwrote in message
>news:%235zkCEWtGHA.3264@TK2MSFTNGP03.phx.gbl...
Quote:
>>Hi JJ,
>>We are currently also working on our own CMS system in ASP.NET.
>>There are a quite a lot of other systems to look at for inspiration.
>>>
>>Here are a couple of nice ones:
>>http://lemoon.se/ (in swedish tho...)
>>http://www.emagiccms.com/
>>http://dotnetnuke.com/ <- open source
>>>
>>Two nice php ones are also available
>>http://drupal.org/
>>http://www.joomla.org
>>>
>>For a (very!) comprehensive list check out this site:
>>http://www.cmsmatrix.org/
>>>
>>Btw, I can recommend a good podcast regarding cms systems:
>>http://www.cmsadvisor.com/
>>>
>>Good luck and happy coding!
>>>
>>JJ wrote:
>>>I want to write my own CMS (or use an opensource one), which is based
>>>on ASP.net without having to choose from the PHP based ones out there.
>>>>
>>>Is there any examples, software or advice you may have for me?
>>>>
>>>Thanks,
>>>>
>>>JJ
>>
>>
>
>

clintonG
Guest
 
Posts: n/a
#7: Aug 1 '06

re: ASP .Net CMS Examples?


There's another choice called Dozing Dogs done in C#.


<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/



"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamMwrote in
message news:uzAwHpWtGHA.1888@TK2MSFTNGP03.phx.gbl...
Quote:
DotNet Nuke is highly compatible with providers. I would guess your only
problem would be providers that do not allow any code outside of hte main
web DLL.
>
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
>
*************************************************
Think outside of the box!
*************************************************
"JJ" <abc@xyz.comwrote in message
news:%235BRzbWtGHA.3552@TK2MSFTNGP03.phx.gbl...
Quote:
>The problem with dotnetnuke is that I have to have a compatible hosting
>provider don't I?
>I really want some component I can add to my own project in visual
>studio, then upload to my live server....
>>
>JJ
>>
>>
>"Patrick.O.Ige" <naijacoder@hotmail.comwrote in message
>news:eSnklJWtGHA.2260@TK2MSFTNGP03.phx.gbl...
Quote:
>>Go for DotNetNuke. Its very matured now
>>Patrick
>><MatsL@newsgroups.nospamwrote in message
>>news:%235zkCEWtGHA.3264@TK2MSFTNGP03.phx.gbl.. .
>>>Hi JJ,
>>>We are currently also working on our own CMS system in ASP.NET.
>>>There are a quite a lot of other systems to look at for inspiration.
>>>>
>>>Here are a couple of nice ones:
>>>http://lemoon.se/ (in swedish tho...)
>>>http://www.emagiccms.com/
>>>http://dotnetnuke.com/ <- open source
>>>>
>>>Two nice php ones are also available
>>>http://drupal.org/
>>>http://www.joomla.org
>>>>
>>>For a (very!) comprehensive list check out this site:
>>>http://www.cmsmatrix.org/
>>>>
>>>Btw, I can recommend a good podcast regarding cms systems:
>>>http://www.cmsadvisor.com/
>>>>
>>>Good luck and happy coding!
>>>>
>>>JJ wrote:
>>>>I want to write my own CMS (or use an opensource one), which is based
>>>>on ASP.net without having to choose from the PHP based ones out there.
>>>>>
>>>>Is there any examples, software or advice you may have for me?
>>>>>
>>>>Thanks,
>>>>>
>>>>JJ
>>>
>>>
>>
>>
>
>

JJ
Guest
 
Posts: n/a
#8: Aug 2 '06

re: ASP .Net CMS Examples?


Could you clarify what you mean?

Sorry to be so stupid, but I am asking my hoster (I am considering a shared
hosting agreement) but they haven't used DNN before.
What do I need to ask for to enable me to use DNN without their input or
interference?

Thanks,
JJ

"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamMwrote in
message news:uzAwHpWtGHA.1888@TK2MSFTNGP03.phx.gbl...
Quote:
DotNet Nuke is highly compatible with providers. I would guess your only
problem would be providers that do not allow any code outside of hte main
web DLL.
>
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
>
*************************************************
Think outside of the box!
*************************************************
"JJ" <abc@xyz.comwrote in message
news:%235BRzbWtGHA.3552@TK2MSFTNGP03.phx.gbl...
Quote:
>The problem with dotnetnuke is that I have to have a compatible hosting
>provider don't I?
>I really want some component I can add to my own project in visual
>studio, then upload to my live server....
>>
>JJ
>>
>>
>"Patrick.O.Ige" <naijacoder@hotmail.comwrote in message
>news:eSnklJWtGHA.2260@TK2MSFTNGP03.phx.gbl...
Quote:
>>Go for DotNetNuke. Its very matured now
>>Patrick
>><MatsL@newsgroups.nospamwrote in message
>>news:%235zkCEWtGHA.3264@TK2MSFTNGP03.phx.gbl.. .
>>>Hi JJ,
>>>We are currently also working on our own CMS system in ASP.NET.
>>>There are a quite a lot of other systems to look at for inspiration.
>>>>
>>>Here are a couple of nice ones:
>>>http://lemoon.se/ (in swedish tho...)
>>>http://www.emagiccms.com/
>>>http://dotnetnuke.com/ <- open source
>>>>
>>>Two nice php ones are also available
>>>http://drupal.org/
>>>http://www.joomla.org
>>>>
>>>For a (very!) comprehensive list check out this site:
>>>http://www.cmsmatrix.org/
>>>>
>>>Btw, I can recommend a good podcast regarding cms systems:
>>>http://www.cmsadvisor.com/
>>>>
>>>Good luck and happy coding!
>>>>
>>>JJ wrote:
>>>>I want to write my own CMS (or use an opensource one), which is based
>>>>on ASP.net without having to choose from the PHP based ones out there.
>>>>>
>>>>Is there any examples, software or advice you may have for me?
>>>>>
>>>>Thanks,
>>>>>
>>>>JJ
>>>
>>>
>>
>>
>
>

Closed Thread