Ian G

1,207
Reputation
79 views

Registered User

Name Ian G
Member for 1 year
Seen 5 hours ago
Website
Location Cambridge, UK
Age 32
Running to catch up with all the cool stuff out there, interspersed pauses for good food and nice wine.
Nov
26
revised Horizontal scroll position when a winforms treevew item is selected
clarified question slightly
Nov
26
comment Horizontal scroll position when a winforms treevew item is selected
Yes, we already do that.
Nov
24
awarded  
Nov
23
comment Can you #define a comment in C?
Not always the best answer. There's times when printing trace logs in a specific format and then processing that with shell utilities can be faster/easier. [Though it should be a case of knowing what the debugger can do and consciously choosing an alternative.]
Nov
12
answered Debugging .NET Problems on Remote User PCs
Nov
12
comment Configuring Team System Code Analysis via a FxCop rules file
Thanks. Didn't know about CodeAnalysisProject but not having targets means it doesn't really fit. Automatic merges between the two formats look painful because as far as I can see FxCop uses rule names and VSTS using the CA id numbers. Shared MSBuild might work I'll have to investigate.
Nov
8
comment Why is there no Intellisense with ‘var’ variables in ‘foreach’ statements in C#?
Never had that problem using Resharper or VS. What version of Resharper? What version of VS? What's the container? (Is it IEnumerable or IEnumerable<T>)?
Nov
7
revised Automated link-checker for system testing
edited tags
Nov
7
accepted Book to learn about the new features in C#/.NET 4.0?
Nov
7
revised Book to learn about the new features in C#/.NET 4.0?
clarification of target for C# in Depth.
Nov
7
answered Book to learn about the new features in C#/.NET 4.0?
Nov
6
asked Configuring Team System Code Analysis via a FxCop rules file
Nov
4
comment Downloading from MSDN (BizSpark)
Unfortunately I'm having the same problems trying to download Team System from MSDN. I've tried GetRight which is my usual download tool but according that the MS servers don't support pause/resume which means a 4Gb download has to work in one. Currently on 5th attempt. :-( Would love a better answer.
Nov
2
answered Automated link-checker for system testing
Nov
2
comment What’s the best way of using a pair (triple, etc) of values as one value in C#?
The .NET 4.0 library that's currently in beta also includes tuples.
Nov
2
awarded  Autobiographer
Nov
1
answered Timing program runtimes in visual C++
Oct
31
revised How to create a google like word suggestion
Formatting.
Oct
31
answered How to create a google like word suggestion
Oct
31
revised how to code a compiler in c?
More suggestions based on clarification of question in comments.
Oct
31
answered how to code a compiler in c?
Oct
27
comment Resharper Alt Enter not working
+1 for Josh's comment - I found that just clicking "Apply" worked without having to reset VS.
Sep
22
comment portable non-relational database
Unfortunately the standard library bindings are depreciated in Python 2.6 and removed in Python 3.0
Sep
18
accepted How can I get fields used in a method (.NET) ?
Sep
18
answered Why does int count jump from 1 to 4 on entering a loop? C++
Sep
18
revised Safely loading a hash in Ruby
Tag with YAML since that was suggested
Sep
18
comment Safely loading a hash in Ruby
Risk is mitigated by the environment it's used it for the most part, though yes, in general, I agree. YAML is almost ideal by the looks of it, just wish I didn't have to to "!ruby/regexp".
Sep
18
asked Safely loading a hash in Ruby
Sep
18
revised How can I get fields used in a method (.NET) ?
Details of ArgumentSize and clean up formatting of code.
Sep
17
answered How can I get fields used in a method (.NET) ?
Sep
12
awarded  Yearling
Aug
28
accepted Aligning text in SVG
Aug
28
accepted Triggering a .net garbage collection externally
Aug
28
answered Triggering a .net garbage collection externally
Aug
25
answered Best Tools for helping debug an Interop issues
Aug
13
comment Is this good C# style?
But you should throw something more specific than a System.Exception which fits the type of error more precisely.
Aug
3
accepted Support for DEVPATH
Jul
27
revised Support for DEVPATH
edited tags
Jul
27
revised Support for DEVPATH
More information
Jul
27
answered Support for DEVPATH
Jul
6
awarded  Commentator
Jul
6
comment InternalsVisibleTo attribute ain’t workin’!
To get the public key of the friend assembly "sn -Tp MyFriendAssembly"