Tagged Questions

0
votes
0answers
25 views

Design Time (xml config) and run-time params using ms unity framework

I am using the MS unity framework to create a simple object factory. I have created the .config file to map interface ICAR to object CAR. It works great using the default constructor. Now, when I want …
8
votes
11answers
1k views

Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

I have looked over the Repository pattern and I recognized some ideas that I was using in the past which made me feel well. However now I would like to write an application that would use this …
1
vote
1answer
287 views

Silverlight 3 Ria Services reference

I have a Silverlight project where functionality is segregated across multiple Silverlight libraries due to the size and complexity of the application. I am having problems figuring what is the best …
1
vote
2answers
134 views

Using Linq Expressions to decouple client side from DAL (which is server side)

Hi folks. I could not find the answer amongst the many posts on Linq, so here I am. We have a client-server application, where the client side has absolutely no knowledge of the actual DAL on the …