August 2010 - Posts

24
Comments

Customizing the Converter for Json.NET by thangchung

Many recently days, I thought about Json.net library that implemented by James . It is really a good library that I have ever used. I really impressed about many Converters that this library expose for user. I can list some converter of json.net at here...
Filed under: , ,
5
Comments

Unit testing for a project that some classes inside it is marked with internal keyword by thangchung

Have you ever written a component that used for a other solution? This is meaning you write a component (for example, a third party, a extensions,...). So we usually use the " internal " keyword inside all classes in your component. Is it right? And as...
Filed under: , ,
6
Comments

The short example about EF4 CTP4 using DataAnnotation configuration by thangchung

In the last post at here , here and here , I wrote about EF4 (Entity Framework 4) with code-first approaching. In 3 parts, I used the configuration class for mapping with database (this feature is like Fluent NHibernate). But in the CTP4, we also use...
More Posts