I originally ran into this problem while working on SQL queries that select certain aggregate values (min, max etc) from grouped results. For example, select the cheapest fruit, its variety and the pr
I am trying to replicate an example found on MSDN. I am using ASP.NET and EF 4.1 (CTP?). I\'ve used NuGet to install the EntityFramework package.
I\'m fairly new to Hibernate and have a question on how to handle an Insert when the entity has a FK; specifically how to create the entity to be inserted.
I\'m using the Repository/Unit of Work pattern in a project using NHibernate. I have a number of repositories, such as Customer and Account. Each repository is associated with the same ISession (unit
I have separate jar file has contain hibernate entity mapping and mapping directly. My Hibernate confg (cgf.xml) placed in another jar file. And as result I catch exception \"resource: com/iceleads/da
I have two entity,one of them(the Task) own two refers of another entity(The user). public class Task{
When I add a \'ADO.NET code generation element\' and choose \'ADO.NET self tracking entity generator\' I get some errors. After some inspection on the templates I figured it out, that the German local
This question is in relation to a Plugin which I am now creating for Dynamics CRM 2011. I have an entity which has 5 attributes. 1 of these attributes is a Lookup to another entity.
I created a standard C# console application in 2010 Express, used the wizards to create a simple sql express db file which gets placed in the project dir, used the wizards to generate an entity data m
After running this code I find no entrys in my database. I receive no errors from the code. Does anyone know what I mite be doing wrong ?