There are plenty of suchexamples shown for Silverlight at recent Microsoft conferences ( Creating amazing LOB applications in SL 2,3,4... ) .
Given JPA annotated Entities, is it possible to generate (i.e. before runtime) the list of queries that will be performed by Hibernate for CRUD operations (performed against EntityManager) ?
I\'m trying to do a little PDO CRUD to learn some PDO. I have a question about bindParam. Here\'s my update method right now:
Background, I am extending the ASP.NET Membership with custom classes and extra tables. The ASP.NET MembershipUser has a protected constructor and a public method to read the data from the database.I
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have an application that is centered around a database (ORM is LINQ-SQL) that has a table called Assignment. I am using the repository pattern to manipulate the database. My application is basically
We have a Data Access service in our SOA WCF system. This service is responsible for doing CRUD (create, update, delete) operations on \"system wide\" database tables, and is also the source of this d
I was thinking if is it possible to do crud on telerik radgrid and the data were from a linq to entity.
I\'m currently using CakePHP\'s \"automagic\" field elements for my CRUD forms. By this I mean I\'m using the
I found SubSonic, but I\'d rather roll my own with a few buddies. I\'ve never done something like this before, but if you tell me technically how I should proceed, I can figure it out.