Writing SQL queries is something NHibernate eliminates for the developers when writing data access code. Complex data models and Hibernate (HQL) queries can often lead to slow performing generated SQL resulting in overall database access performance ...
[More]
7dc3aaca-942b-4764-b965-0c1da654abe2|4|2.0
Lets look at a brief code by code comparison of how to perform different data access operations using the Linq to Sql framework compared to using the Orasis Generated data access layer from a mapping project. Download the NorthwindDataAccess project...
[More]
18ae81d0-ef88-444e-b302-6c9aabe984bc|2|3.0
After reviewing all the major ORM technologies out there and participating in a project that was a classic ORM nightmare, I have come to the following conclusion: ORM is a good acronym but not a good concept. But, I must give credit where credit is d...
[More]
5bbf7036-8b69-4b3b-97cd-62171fc0c2db|2|5.0
Should you choose an ORM implementation or simply allow a tool to craft your data services to your actual and immediate needs? Do you need both options in your projects? Can an ORM implementation satisfy the performance requirements, the ease of us...
[More]
cc05b4d0-74cb-4d2f-ad00-dcf834d67648|0|.0
One of the biggest concerns I face as a developer when writing SQL queries in my application is how to make them safe so that they are not prone to SQL injection attacks and at the same time they execute efficiently. Most developers go the route of p...
[More]
c52ba0b6-505d-4f94-8015-2af4201c773b|2|4.5
This video demonstrates how to create a Persist mapping to update a table using the Orasis Mapping Studio’s persist mapping and data access code generation mechanism. Once the code is generated from the Studio and the assembly is successfully bu...
[More]
a9159fef-c6be-4e43-b322-263c9d83c724|5|4.2
Learn how generate data access code the smart way using mappings and smart code generation.
[More]
673f0b30-4f19-4e7c-943b-2668d6947c4f|8|4.0