Relative Content

Tag Archive for nhibernate

Abstraction Layer over ORM Generated Entities

I am learning LINQ to SQL (and planning to learn Entity Framework). Initially I used a abstraction layer to convert LINQ to SQL entities into a domain objects. Later I discovered the “Inheritance Mapping” option and removed the abstraction layer and started to use ORM entities directly as domain objects.

A multi tenant data architecture

We are at a planning & redesign stage of our loyalty card application. As it is understood it will be a multi-tenant application. And I need to take your thoughts. Here are the some key points we should take in to account to redesign logical and physical data structure:

.NET software design and Oracle ODP.NET UDT

I’m working on a new common .NET software design (mainly) for WCF-based web service applications with related client frontends (all written in C#). As far I’ve chosen some frameworks (NUnit,Autofac/Castle Windsor) as basis for the application.