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.

why i don't see any code behind files in downloaded monox free version package  (Mono Support )

Viewed 14396 time(s), 2 post(s) 11/14/2010 12:32:49 AMby najia
najia

najia

11/14/2010 12:32:49 AM
How can I check how the database access made in monox?
Where is the script for that?
In the manual pdf it's mentioned that database access is done through LLBL Gen Pro.but where is the script?

For example if I want to retrieve a simple record from Sql server database how can I do that in monox?
I very well know Ado.Net but give me some hint how to do in monox.
This content has not been rated yet. 
0 Reputation 1 Total posts
denis

denis

11/14/2010 10:44:40 PM
Hi,
There are no codebehind files in the installation package as everything is compiled in the application DLL.
As for the database access, you may take a look at the MonoSoftware.MonoX.Repositories namespace. It holds all DB access logic, and is described in the MonoX API documentation (chm file).
We are using LLBLGen for DAL, but it does not dictate the approach you may want to take for your projects - you can use your favorite ORM.
This content has not been rated yet. 
7207 Reputation 956 Total posts