Click here to Skip to main content
15,860,861 members

Articles by Henry He (Articles: 19)

Articles: 19

RSS Feed

Average article rating: 4.69

Database Development
NoSQL
23 Dec 2011   Updated: 23 Dec 2011   Rating: 4.50/5    Votes: 4   Popularity: 2.71
Licence: CPOL    Views: 27,060     Bookmarked: 25   Downloaded: 0
Please Sign up or sign in to vote.
This article is to show all the cloud products in Amazon web service family to let developers have a big picture of Amazon cloud computing solution.
Hosted Services
Azure
4 Dec 2011   Updated: 4 Dec 2011   Rating: 4.88/5    Votes: 11   Popularity: 5.08
Licence: CPOL    Views: 80,857     Bookmarked: 34   Downloaded: 0
Please Sign up or sign in to vote.
This article will show how to develop and deploy an ASP.NET MVC web application to the Windows Azure platform.
Programming Languages
C#
28 Dec 2011   Updated: 28 Dec 2011   Rating: 4.89/5    Votes: 8   Popularity: 4.42
Licence: CPOL    Views: 50,613     Bookmarked: 24   Downloaded: 1,000
Please Sign up or sign in to vote.
In this article, I will show you how to use Entity Framework Self-Tracking Entity to save temporary data in Enterprise Applications.
14 Jan 2012   Updated: 14 Jan 2012   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 35,582     Bookmarked: 23   Downloaded: 920
Please Sign up or sign in to vote.
In this article, I will explain what transparent lazy loading is and how it's implemented in NHibernate and Entity Framework.
26 Sep 2012   Updated: 1 Oct 2012   Rating: 4.64/5    Votes: 7   Popularity: 3.92
Licence: CPOL    Views: 33,822     Bookmarked: 19   Downloaded: 457
Please Sign up or sign in to vote.
In this article, I will explain how to use strategy pattern to add accessing cloud storage support in an on-premise application.
10 Sep 2011   Updated: 10 Sep 2011   Rating: 4.38/5    Votes: 4   Popularity: 2.64
Licence: CPOL    Views: 24,450     Bookmarked: 9   Downloaded: 263
Please Sign up or sign in to vote.
In this article, I will explain how to use Castle validator component in an application and how it works from inside out.
4 Nov 2011   Updated: 4 Nov 2011   Rating: 4.75/5    Votes: 4   Popularity: 2.86
Licence: CPOL    Views: 38,430     Bookmarked: 37   Downloaded: 950
Please Sign up or sign in to vote.
There are three development styles in Entity Framework: Database-First, Model-First, and Code-First. In this article, I will show a mixed development style with Entity Framwork.
25 Jan 2012   Updated: 25 Jan 2012   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 21,780     Bookmarked: 19   Downloaded: 363
Please Sign up or sign in to vote.
In this article, I will use Interpreter Pattern to design a business expression
C# 4.0
17 Sep 2011   Updated: 17 Sep 2011   Rating: 4.96/5    Votes: 23   Popularity: 6.76
Licence: CPOL    Views: 154,232     Bookmarked: 54   Downloaded: 2,867
Please Sign up or sign in to vote.
In this article, I will explain how to use DataAnnotations library's validation feature for domain entity with a simple demo application.
Javascript
22 Jul 2012   Updated: 22 Jul 2012   Rating: 4.79/5    Votes: 36   Popularity: 7.21
Licence: CPOL    Views: 99,191     Bookmarked: 78   Downloaded: 905
Please Sign up or sign in to vote.
In this article, I will present a simplified version jQuery library source code to explain how the $()/jQuery() function generates wrapped set that allows adding custom function.
SQL
8 Oct 2011   Updated: 5 Dec 2013   Rating: 4.68/5    Votes: 32   Popularity: 6.98
Licence: CPOL    Views: 125,135     Bookmarked: 60   Downloaded: 0
Please Sign up or sign in to vote.
In this article, I will show some of SQL Server 2012 T-SQL new features and compare them with alternative SQL script in previous version SQL Server.
XML
7 Apr 2012   Updated: 7 Apr 2012   Rating: 4.00/5    Votes: 6   Popularity: 3.11
Licence: CPOL    Views: 28,322     Bookmarked: 30   Downloaded: 359
Please Sign up or sign in to vote.
In this article, I will show how to build a pluggable application with IoC container.
Web Development
Apache
2 Oct 2011   Updated: 2 Oct 2011   Rating: 4.43/5    Votes: 5   Popularity: 3.10
Licence: CPOL    Views: 55,782     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
In this article, I will explain how to install and configure Drupal 7.8, HTTP Server 2.2.21, PHP 5.3.8, and MySQL 5.5.1 on Windows 7.
ASP.NET
17 Aug 2011   Updated: 17 Aug 2011   Rating: 4.82/5    Votes: 4   Popularity: 2.90
Licence: CPOL    Views: 105,143     Bookmarked: 50   Downloaded: 4,385
Please Sign up or sign in to vote.
In this article, I will provide a demo application that is developed with the ASP.NET MVC3 and Entity Framework4.1.
28 Aug 2011   Updated: 28 Aug 2011   Rating: 4.75/5    Votes: 8   Popularity: 4.29
Licence: CPOL    Views: 68,941     Bookmarked: 50   Downloaded: 3,061
Please Sign up or sign in to vote.
In this article, I want to change the default ASP.NET MVC Forms Authentication code to reflect my thoughts on how the code should be organized.
4 Sep 2011   Updated: 4 Sep 2011   Rating: 4.89/5    Votes: 13   Popularity: 5.44
Licence: CPOL    Views: 140,045     Bookmarked: 55   Downloaded: 2,994
Please Sign up or sign in to vote.
In this article, I will briefly explain how ASP.NET MVC3 validation works.
4 Jun 2012   Updated: 4 Jun 2012   Rating: 4.38/5    Votes: 5   Popularity: 3.06
Licence: CPOL    Views: 64,719     Bookmarked: 22   Downloaded: 2,552
Please Sign up or sign in to vote.
ComboBox is a common used control that has no default support by HTML specification and ASP.NET. In this article, I will present a ComboBox web control that is built with jQuery and ASP.NET.
27 Jan 2013   Updated: 27 Jan 2013   Rating: 4.78/5    Votes: 16   Popularity: 5.76
Licence: CPOL    Views: 38,814     Bookmarked: 44   Downloaded: 387
Please Sign up or sign in to vote.
In this article, I introduce a process and related skill for troubleshooting ASP.NET based enterprise application performance problem. This process is summarized from my personal experience in this area.
14 May 2012   Updated: 15 May 2012   Rating: 4.67/5    Votes: 4   Popularity: 2.81
Licence: CPOL    Views: 57,781     Bookmarked: 21   Downloaded: 0
Please Sign up or sign in to vote.
In this article, I will show how to troubleshoot an ASP.NET application hang with memory dump

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
United States United States
Senior Software Developer from New Jersey, USA

Have 15+ years experience on enterprise application development with various technologies.