Recent Posts

5
Comments

BDD with Specflow, Moq and Microsoft Unit Testing framework by thangchung

BDD (Behavior Driven Development) is very popular in these days. I know a lot of companies used BDD in our projects. So I also had some curios about it and I applied for my current project. I used Specflow , Moq and Microsoft Testing framework for working...
4
Comments

WCF Web API with Web Activator package by thangchung

In these days, I had read some blogs and a lot of post in internet about WCF Web API. And I also have curious about it. It is not new technology. And after I watched some postcast. I recognize it is a good one that I must to researching. RESTfull is a...
Filed under: , , , ,
7
Comments

Razor Themed View Engine for multi-themes site by thangchung

All sources code for this post can be find at here . I have just updated the source codes and the post with the suggest from gbitdiff . Thanks for your comment. Have you ever implemented a multi-themes site using Razor view engine? Yes it is really good...
Filed under: , , ,
10
Comments

dynamic, Why not? by thangchung

In these days, people begin to expertise some new features in .NET 4.0. And I am same to them as well. One of features I like and write to this post is dynamic keyword. It is not new, at least in PHP, Python, Ruby... But in .NET world, I think it is new...
Filed under: , , , ,
7
Comments

Fluent Interface for WebRequest class by thangchung

All source codes can be found as http://fluentwebrequest.codeplex.com .. In past, I usually used WebRequest for request some data from remote host. I also used it for request JSON data from Google APIs, some RSS, ATOM data from a few hosts. Everything...
5
Comments

Clean and clear configuration with StructureMap by thangchung

All sources of this post can be found at my git . Today, I will continue to sharing some knowledge that I know about StructureMap on Multi-layers application. So I think everyone also know about Multi-layers application, in past we often used the 3 layers...
8
Comments

AOP with StructureMap Container by thangchung

Source code for this post can be found in my git . The first thing I want to say is what is a AOP? So we need to know about the definition of it, yes starting now. Aspect Oriented Programming (AOP) was originally developed in the late 1980’s at the Xerox...
1
Comments

A first look at ConfORM - Part 2 by thangchung

You can find my part 1 here and all source codes in my git . Today I will continue writing about ConfORM. I've said in the previous parts of ConfORM and the advantages of it. This part I will only concentrate on how to build a multiple session factory...
7
Comments

A first look at ConfORM - Part 1 by thangchung

All source codes for this post can be found at here . Have you ever heard of ConfORM is not? I have read it three months ago when I wrote an post about NHibernate and Autofac . At that time, this project really has just started and still in beta version...
16
Comments

Generating Report for NUnit by thangchung

All source codes for this post can be found at my github . Time ago, I received a request that people ask me how they can generate reports of the results of testing using NUnit? In fact, I may never do this. In the little world of my programming, I only...
More Posts Next page »