473,473 Members | 1,480 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP .Net CMS Examples?

JJ
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
Aug 1 '06 #1
7 1614
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

Aug 1 '06 #2
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" <ab*@xyz.comwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
>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

Aug 1 '06 #3
Go for DotNetNuke. Its very matured now
Patrick
<Ma***@newsgroups.nospamwrote in message
news:%2****************@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

Aug 1 '06 #4
JJ
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" <na********@hotmail.comwrote in message
news:eS**************@TK2MSFTNGP03.phx.gbl...
Go for DotNetNuke. Its very matured now
Patrick
<Ma***@newsgroups.nospamwrote in message
news:%2****************@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


Aug 1 '06 #5
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" <ab*@xyz.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
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" <na********@hotmail.comwrote in message
news:eS**************@TK2MSFTNGP03.phx.gbl...
>Go for DotNetNuke. Its very matured now
Patrick
<Ma***@newsgroups.nospamwrote in message
news:%2****************@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



Aug 1 '06 #6
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)" <No************@comcast.netNoSpamMwrote in
message news:uz**************@TK2MSFTNGP03.phx.gbl...
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" <ab*@xyz.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>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" <na********@hotmail.comwrote in message
news:eS**************@TK2MSFTNGP03.phx.gbl...
>>Go for DotNetNuke. Its very matured now
Patrick
<Ma***@newsgroups.nospamwrote in message
news:%2****************@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




Aug 1 '06 #7
JJ
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)" <No************@comcast.netNoSpamMwrote in
message news:uz**************@TK2MSFTNGP03.phx.gbl...
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" <ab*@xyz.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>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" <na********@hotmail.comwrote in message
news:eS**************@TK2MSFTNGP03.phx.gbl...
>>Go for DotNetNuke. Its very matured now
Patrick
<Ma***@newsgroups.nospamwrote in message
news:%2****************@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




Aug 2 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Thomas Guettler | last post by:
Hi! I read "How Python is developed" (comp.lang.python.announce), and think that there could be more examples in the docs. One think I really like to see: An example with mycmp(a, b)... in...
1
by: Ron Kneusel | last post by:
I have installed VTK 4.2.6 and Python 2.3.4. Both are working and I can run the VTK Python examples except for those in the GUI directory. These always fail with messages similar to this: ...
14
by: Jim Hubbard | last post by:
I am looking for documentation and code examples on DDML (Display Driver Management Level). It is mentioned in the 2000, XP and 2003 DDKs - but just barely. It has to do with mirroring a...
2
by: Rory Plaire | last post by:
Hi, I've been working with the J# browser control. I understand that v1.1b is scriptable, but can't find any examples on how to do this. Can someone point me in the right direction? thanks,...
1
by: sam++ | last post by:
Hi, I cd into examples/DLL/ and type "make", it failed to compile the example. The error is: # make make - -f DLL_Today.bor all make: don't know how to make all. Stop *** Error code 2 ...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
102
by: Xah Lee | last post by:
i had the pleasure to read the PHP's manual today. http://www.php.net/manual/en/ although Pretty Home Page is another criminal hack of the unix lineage, but if we are here to judge the quality...
4
by: Michael | last post by:
Hi! (OK, slightly silly subject line :) I'm extremely pleased to say - Kamaelia 0.4.0 has been released! What's New & Changed? =====================
1
by: AppleBag | last post by:
Hello I have found examples of using an .mdb file in VS2K3, but apparently the components in the toolbox are different than the ones shown in the 2K3 examples. I have google'd and searched high...
10
by: =?Utf-8?B?WWFua2VlIEltcGVyaWFsaXN0IERvZw==?= | last post by:
controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.