Context is King
No pain, no gain.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AOP
Architecture
ASP.NET
ASP.NET MVC
Autofac
BDD
C#
ConfORM
dynamic
EF4
Entlib 5.0
Extension Method
Fluent Interface
Fluent Validation
Information
IoC
Lambda Expression
Moq
NHibernate
Pattern
Principles
Razor
SimpleMembership
Specflow
StructureMap
Tips
Unit Testing
Unity 2.0
WCF
WPF
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
November 2012 (1)
June 2012 (1)
August 2011 (1)
July 2011 (1)
June 2011 (2)
May 2011 (1)
January 2011 (4)
December 2010 (1)
November 2010 (2)
October 2010 (2)
September 2010 (3)
August 2010 (3)
July 2010 (5)
June 2010 (3)
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:
C#
,
ASP.NET
,
.NET
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:
C#
,
Tips
,
.NET
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...
Filed under:
C#
,
Architecture
,
Pattern
,
ASP.NET
,
.NET
,
EF4
More Posts