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
Options
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
.NET
AJAX
AjaxControlToolkit
ASP.NET
Code Coverage
LINQ
PowerShell
SilverLight
UI Automation
Visual Studio
Archive
Archives
April 2012
(1)
December 2011
(1)
November 2011
(1)
June 2010
(3)
October 2008
(1)
September 2008
(3)
August 2008
(4)
June, 2010
MSDN Blogs
>
Hil's managed code development
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hil's managed code development
Count the number of combinations that add to a given sum in an int array
Posted
over 2 years ago
by
Hil Liao
2
Comments
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...
Hil's managed code development
Visual Studio 2010 x64 code coverage
Posted
over 2 years ago
by
Hil Liao
0
Comments
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...
Hil's managed code development
UIAutomationClient
Posted
over 2 years ago
by
Hil Liao
0
Comments
In the other blog about UI automation, I forgot to mention how to add the reference and should have included the solution. The assembly to reference is called UIAutomationClient in Visual Studio 2010. Use this MSDN article and James McCaffrey's blog to...
Page 1 of 1 (3 items)