|
|
Browse by Tags
All Tags » run
-
Today I spent 6 hours trying to get ES up and running without success...
I created a simple DB with 2 tables, generated my code, but when I tried:
EmployeesCollection coll = new EmployeesCollection ( );
if (coll.LoadALL( ))
{
foreach (Employees emp in coll)
{
...
-
I have been reading through the posts in the forum and I noted that the ES team mentions that the ''DAL is dead'', that there is ''no more separation between BLL and DAL'' and that the ES uses a new concept...
Can someone please elaborate more on that for me (or point me to a discussion / article / something)? These are hard to accept concepts, ...
-
I had followed the link on step #2 under ''Get Started Today'' which leads to the old version of the trial.
Today, I followed the link on the line that says:EntitySpaces 1.5.3 was released December 30th, 2006 and is available now.
That link eventually leads to the the recent version of the trial.
-
I downloaded the latest code yesterday.
MyGeneration 1.2.0.2EntitySpaces 1.5.3
I changed the connection string in the app.config of the SqlDemo and ran the app, but I get an error. Perhaps I used the wrong connection string (included below).
================ Begin Error Message =================================See the end of ...
-
Hi all,
I am getting this error Compiler Error Message: CS0246:
The type or namespace name 'EntitySpaces' could not be found (are you
missing a using directive or an assembly reference?)
Line 18: using System.Data;Line 19: Line 20: using EntitySpaces.Interfaces;Line 21: using EntitySpaces.Core;Line 22:
After installing ...
-
I'm in the process of evaluating some ORM code generators. EntitySpaces & MyGeneration are ''one'' of the generators I'm evaluating.
I've downloaded MyGenerations, installed it, and reviewed their intro video. I've downloaded the trial version of EntitySpaces, and installed it.
I have connected to my SQL2005 server, and see all the ...
|
|
|