4
votes
What is your favorite use of Resharper?
for me it's the shortcuts... specifically
ctrl b - Navigates to declaration/definition
ctrl alt b - Navigates to inheritor (eg. ctrl …
1
vote
C# Datatype for large sorted collection with position?
System.Collections.Specialized.StringCollection allows you to add a range of values and, using the .IndexOf(string) method, allows you to retrieve the index of that item.
That being said, y …
4
votes
iPhone programming - impressions, opinions?
I'm in the same boat as you (somewhat). I've been developing in C# for 7 years, ever since .NET 1.0. Over the past couple weeks I've been teaching myself Cocoa and Objective-C. Here are my impre …
1
vote
Compact Framework : any Finger Friendly GUI ?
I'm not entirely sure what you're asking here... Windows Mobile 6.0 Pro is touch-screen enabled, so you should simply have to create your project targeting the Windows Mobile 6.0 Pro (note …
