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)
June 2010 - Posts
10
Comments
Extending Resource-Provider for storing resources in the database
by
thangchung
This post, I upgraded from the articles that published from IDesign group in the MSDN's Microsoft http://msdn.microsoft.com/en-us/library/aa905797.aspx . The reason I made it is because I need using this solution for my ASP.NET MVC project. This method...
Filed under:
IoC
,
C#
,
Architecture
,
Pattern
,
ASP.NET MVC
8
Comments
Breaking if statements with pattern
by
thangchung
Notes: updated with comment from Sean Stapleton I re-coded SearchCategoryCriteriaType enum type as: [ Flags ] public enum SearchCategoryCriteriaType : int { None = 0, Id = 1, Name = 2, CreatedUser = 4, CreatedDate = 8, All = Id | Name | CreatedUser |...
Filed under:
Lambda Expression
,
IoC
,
C#
,
Architecture
,
Pattern
,
ASP.NET
0
Comments
Moving to asp.net weblogs
by
thangchung
This morning I received the email from Microsoft that they just created for me the blog at http://weblogs.asp.net . I really happy about that and decided to moving my house from Blogger ( http://thangcq.blogspot.com ) to asp.net blogs ( http://weblogs...
Filed under:
Information
More Posts