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...
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 |...
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:
More Posts