Sign In
Gong Cheng's blog
A blog about computer, medicine, electronic medical record and healtcare IT.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Amalga
BCP
BCP Utility
character entity
Encoding
git
Health Solutions
HealthVault
Latin character
perforce
Performance
ReadOuterXml
Sentillion
SQL Server
Unicode
UTF16
UTF8
version control
Xml
XmlReader
Archive
Archives
April 2012
(1)
June 2011
(1)
September 2010
(1)
March 2010
(4)
MSDN Blogs
>
Gong Cheng's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Gong Cheng's blog
Resolving code conflict using p4merge with git on Windows
Posted
1 month ago
by
Gong Cheng
0
Comments
One of the most common task for professional software engineer is to merge code from multiple branch, on popular source control system git which enables configuring third party merging tool to facilitate this process. p4merge is a visual merging tool...
Gong Cheng's blog
How to know the location of the assembly where it is being loaded from?
Posted
11 months ago
by
Gong Cheng
2
Comments
When there are multiple versions of the same assembly exist in the machine, it is very easy to get confused about where is the assembly being loaded in a reflection call. Here is a code snippet which can tell you where the the assembly coming from. ...
Gong Cheng's blog
How event handlers are implemented in C#.
Posted
over 2 years ago
by
Gong Cheng
0
Comments
Event handlers are methods that are executed in response to specific events that the component receives. The following are notes of my reading of "How events are implemented" section of CLR via C# by Jeffrey Richter. Event handler in C# are implemented...
Gong Cheng's blog
How to encode non-ASCII characters in XML.
Posted
over 2 years ago
by
Gong Cheng
0
Comments
XML is the most widely used file format in computer world. What if you have a character that is not ASCII, how to put it into the XML? The answer is simple, encode it either in character entity or in unicode. Here is an example of encoding the character...
Gong Cheng's blog
What are we doing here at Health Solutions of Microsoft?
Posted
over 2 years ago
by
Gong Cheng
0
Comments
This is what we are doing here at Health Solutions. How exciting it is...... Our product includes Microsoft HealthVault ( http://www.healthvault.com ), Microsoft Amalga ( http://www.microsoft.com/amalga/ ) and newly acquired Sentillion( http://www...
Gong Cheng's blog
How to import UTF8 encoded string into SQL server using BCP utility?
Posted
over 2 years ago
by
Gong Cheng
0
Comments
The short answer is no. SQL server BCP utility is not capable of recognizing UTF8 encoded string correctly, even worse, it won't report any error, it will simply treat UTF8 encoded string as ASCII encoded string. These string will become unrecognizable...
Gong Cheng's blog
The performance comparison between methods to convert an Xml tree to a string within .NET framework.
Posted
over 2 years ago
by
Gong Cheng
0
Comments
In web service enviroment, it is often necessary to convert the Xml tree to a string in order to calculate the hash or digital signature. NET framework provides several classes to parse XML document, each one has its own strength, here we investigate...
Page 1 of 1 (7 items)