Sign in
Hil's managed code development
Good practices in the life of software development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
AJAX
AjaxControlToolkit
ASP.NET
Code Coverage
LINQ
PowerShell
SilverLight
UI Automation
Visual Studio
Browse by Tags
MSDN Blogs
>
Hil's managed code development
>
All Tags
>
visual studio
Tagged Content List
Blog Post:
Custom Developed Home Alarm System
Hil Liao
Introduction: It all started from a break in A few weeks ago, an intruder broke into my house. My neighborhood was known for no break-ins in the past 11 years. No neighbors had break-ins since the community was built. I did not activate the home alarm system or pay for ADT security service. Suddenly...
on
21 Dec 2011
Blog Post:
Count the number of combinations that add to a given sum in an int array
Hil Liao
My roommate Long Tran gave me a coding problem he found on the Internet this afternoon. I first did not think it was actually a coding problem but a puzzle. He gave me 2 samples of integer arrays: 5,5,10,2,3 and 1,2,3,4,5. The goal is finding the number of combinations which add up to 15. I started to...
on
27 Jun 2010
Blog Post:
Visual Studio 2010 x64 code coverage
Hil Liao
The internal code coverage tool I was talking about in my previous post has been shipped with Visual Studio 2010. The full path to it is \Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools\x64 for the 64 bit code coverage. 1 layer up the folder is for the x86 code coverage...
on
17 Jun 2010
Blog Post:
Load Code Coverage Data to SQL database
Hil Liao
Load Code Coverage Data to SQL database Use Visual Studio’s code coverage tools to obtain the .coverage file Visual Studio has a set of tools that can collect your code coverage data. The data structure of the collected code coverage data is in a table format . As you can see from the link, it...
on
3 Oct 2008
Page 1 of 1 (4 items)