MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Database driven webpart development  (Mono Support )

Viewed 7142 time(s), 2 post(s) 4/30/2013 5:42:31 PMby mrudul
mrudul

mrudul

4/30/2013 5:42:32 PM
Hi

Is there an example of webpart sample code heavy on database data without using LLBLGEN.    some direction is appreciated.  
This content has not been rated yet. 
103 Reputation 12 Total posts
khorvat

khorvat

5/2/2013 8:28:00 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts