By tag: To
0
kicks
Mindscape LightSpeed 3.0 – Advocating a Commercial ORM
Compares the features of Mindscape's LightSpeed 3.0 ORM with those of LINQ to SQL and NHibernate.
0
kicks
Implementing UnitOfWork Pattern In Linq To SQL Application
Implementing UnitOfWork Pattern In Linq To SQL Application
In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use...
0
kicks
100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog
In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category...
0
kicks
RIA in Sharepoint: Silverlight with 3D Extended DeepZoom - so cool
NOTE: There is an interesting contest to find an image in this. Check the post.
Long story short, this is an effort to bring RIA to the SharePoint world. But not just RIA style usability, I believe we pushed the envelope even further by incorporating not only DeepZoom (SeaDragon) for ‘zoom in to ...
0
kicks
‘Linq to Gac’ : Use Linq to Power Query your Gac via C# to Fusion
This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find t...
0
kicks
List Filter and Map in C#
Shows how to implement the filter and map functions on a class that implements IList using C#.
0
kicks
Fun with Generics - From Repository to DTO
Fantastic post using .Net to implement DDD to derive a Data Transfer Object Model.
0
kicks
Using LINQ to SQL (Part 1)
"LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.
LI...