I have two entity classes with many to one relation. I need to select all the p开发者_JAVA技巧arent records that has a child record with a min value smaller than provided.
I\'m starting with the Entity Framework and the repository pattern. I\'m confused about the ObjectContext.
We created a web application using the model first approach. A new developer came into the project and created a new custom model using the code first approach (using a database file). The
I am writing a Java application for the postprocessing of XML files. These xml files come from an RDF-Export of a Semantic Mediawiki, so they have rdf/xml syntax.
i have a table which i use to implement a开发者_StackOverflow中文版 sequence in Sql Server 2008. The sequence table has just 1 column which is an integer.
Questions: How do you set default values on a Model when that default value is based on the User.Identity.Name?
I have a simple GAE system that contains models for Account, Project and Transaction. I am using Django to generate a web page that has a list of Projects in a table that belong to a given Account an
I\'ve setup nhibernate but I have problems with validating entity before the actual save and commit to database. As I load and change persistent entity, validation that goes after is accessing the dat
Say I\'ve got two simple entities: User and Review. How bad is it if User calls the Review repository? What is the \"clean\" way for the User to get its Reviews?
I hav开发者_高级运维e added Cascade Delete to my database but I do not see this update in my model. How do I make sure that my model has cascade delete enabled for a database first model?If the cascad