Mono Support Database driven webpart development 

Viewed 8252 time(s), 2 post(s), 4/30/2013 5:42:31 PM - by mrudul
4/30/2013 5:42:32 PM
103 Reputation 12 Total posts

Hi

Is there an example of webpart sample code heavy on database data without using LLBLGEN.    some direction is appreciated.  

1
5/2/2013 8:28:00 AM
15993 Reputation 2214 Total posts

Hi,

MonoX CMS doesn't force you to use the LLBLGen, it was built on top of the LLBLGen Pro ORM, so only if you are extending or overriding some built-in functionality you need to use the LLBLGen. If you are building your own WebParts you can use any ORM like Entity Framework, NiHibernate or even ADO.NET.

We do not have WebPart samples built on top of other ORMs, so feel free to follow our blog post about building custom WebParts with LLBLGen and then just switch that parts with some other ORM.

If you need more help let us know.

Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.