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

Viewed 15566 time(s), 2 post(s), 11/14/2010 12:32:49 AM - by najia
11/14/2010 12:32:49 AM
0 Reputation 1 Total posts

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.

1
11/14/2010 10:44:40 PM
7207 Reputation 956 Total posts

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.

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