llblgenpro Questions
2
Solved
I am trying to return an IQueryable object in one of my functions and using mapping (Automapper). It manage to return an IEnumerable object fine but as soon as i try to return an IQueryable object ...
Jewbaiting asked 13/9, 2012 at 1:39
6
We are using an ORM that is executing a call from .NET to SQL Server's sp_executesql stored procedure.
When the stored proc is called from .NET, we receive a timeout exception.
Looking at Profile...
Preciosa asked 2/10, 2009 at 13:38
1
As I understand it, LLBLGen Pro cannot generate POCOs over it's own entities (see here: http://www.llblgen.com/Pages/featuresLLBLGenPro.aspx).
Has anyone written a T4 that will generate POCO class...
Guillaume asked 27/10, 2011 at 8:14
7
Solved
In my limited experience in working with ORMs (so far LLBL Gen Pro and Entity Framework 4), I've noticed that inherently, queries return data for all columns. I know NHibernate is another popular O...
Designedly asked 3/3, 2011 at 5:16
8
Solved
I am trying to work out with ORM tool to move over to and have narrowed it down to two candidates.
nHibernate or LLBLGen Pro
Please can you guys give me pros and cons in using both these tools es...
Isham asked 11/7, 2009 at 17:26
2
Solved
DTO
I'm building a Web application I would like to scale to many users. Also, I need to expose functionality to trusted third parties via Web Services.
I'm using LLBLGen to generate the data acce...
Armed asked 22/2, 2009 at 7:19
3
Solved
I have inherited a project that uses LLBLGen Pro for the DB layer. The DB model requires that when a entry is deleted a flag (DeletedDate is set to the current time). The last programmer ignored th...
Venegas asked 25/9, 2008 at 12:53
1
© 2022 - 2024 — McMap. All rights reserved.