I already have an existing portal system in place using Cuyahoga for our company and 4 associate companies, and I am seriously considering switching to mojoPortal because I don't like the hassle of NHibernate and Castle which is the route Cuyahoga is going.
I played with mojoPortal a long time ago and Joe was very helpful in answering my questions but we went with Cuyahoga because at the time it worked better with Mono on Linux. I've been playing with mojoPortal for a couple of days and found it to be very much improved and the base feature set is a strong draw for me to switch.
I've already written many custom modules for Cuyahoga that I want to port to mojoPortal, but I want to avoid putting them all in mojoPortal.Web. (Joe, have you considered grouping similar parts in directories?) I'd like them to remain seperate. That way I can give only the modules that the network needs and avoid creating bloatware.
Does anyone have an example of a module that uses CodeBehind (ascx and dll file) that I could start off with as a base to migrate my Cuyahoga modules to mojoPortal? You know, the usual "Hello World" example?