Sign in
John Socha-Leialoha's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Acceptance Tests
Accessibility
Agile
C#
C++
ConfigMgr
Localization
TDD
TFS
Unit Tests
User Stories
Visual Studio 11
Windows Store App
WPF
XAML
Browse by Tags
MSDN Blogs
>
John Socha-Leialoha's Blog
>
All Tags
>
c#
Tagged Content List
Blog Post:
Using the App Bar to Operate on Items
John Socha-Leialoha - MSFT
I’m building a Windows Store App in C# and XAML, and I wanted to allow you to remove/edit/move items in a GridView control, just like you can in the Finance application: When you right-click an item (or swipe down with touch), the item is selected (MSFT here) and the app bar pops up with commands that...
on
25 Oct 2012
Blog Post:
Retrieving TFS Results from a Tree Query
John Socha-Leialoha - MSFT
I recently needed to retrieve the results from a TFS tree query using .NET code, via calls to the TFS API. It was easy to find examples for retrieving a set of work items from a flat query, but I couldn’t find any information about how to retrieve a tree. I did find a few people talking about some ways...
on
22 Feb 2012
Blog Post:
Shrinking the Arrow on the WPF Expander
John Socha-Leialoha - MSFT
My goal was simple. I needed a smaller arrow in the WPF Expander control to help conserve screen real-estate. Here is the before and after: Before: After: The arrow on the right is 80% of the original size. So how did I accomplish this? It turned out to be far simpler than any of the blog posts I found...
on
5 Oct 2011
Blog Post:
Building for Testability in C++
John Socha-Leialoha - MSFT
Ten months ago, when I joined my current team, we had a C++ application that was written as many applications are, with a number of classes, inheritance, and classes creating other classes they needed in order to do their work. The trouble was that writing tests for this code was very hard because it...
on
12 Jul 2011
Page 1 of 1 (4 items)