Winston Smith

3,826
Reputation
220 views

Registered User

Name Winston Smith
Member for 1 year
Seen 2 hours ago
Website
Location Belfast, Ireland
Age
Software Engineering contractor with experience in Belfast, London, India & New York.

Born & raised near Belfast, Northern Ireland.
7h
answered Why can’t I pass List<Customer> as a parameter to a method that accepts List<object>?
7h
answered Datagridview export to Excel using XML format
7h
answered Programmatically get the number of indexed pages in Google?
10h
comment WPF : Can I bind an enum to a combo-box ?
The OP wanted to populate the combobox with the names defined in the enum. Your solution uses reflection to look for custom description attributes on the enum, and binds those instead. While it may be useful, it's not what the OP wanted.
11h
accepted WPF : Can I bind an enum to a combo-box ?
11h
answered WPF : Can I bind an enum to a combo-box ?
14h
comment Problem with LINQ query
Did you google the error message? It's pretty self descriptive.
16h
accepted Visual Studio 2008 will not edit read only files
23h
awarded  Popular Question
1d
answered Getting list of currently active managed threads in C#/.NET?
2d
comment Creating eventhandler at runtime in c#
How are you 'checking the results'? Are you relying on the order of results in resultArray?
2d
revised How to get all controls from a form at runtime in c#?
edited tags
Nov
25
revised Safely iterate an array that can be changed in another thread
added 7 characters in body; edited title
Nov
24
answered MS Chart Scaleview & Threading
Nov
24
awarded  
Nov
23
comment add data to column series in wpf C#
This sounds like you should be reading an online tutorial.
Nov
21
accepted Static Abstract methods in C#
Nov
20
answered UML Code generation tool in c#
Nov
20
answered How to extract XML from WebBrowser?
Nov
20
revised Load repetitively-named XML nodes using Linq [C#]
added 338 characters in body
Nov
20
comment Load repetitively-named XML nodes using Linq [C#]
In the same way as we got the values of the other attributes before. Answer updated.
Nov
20
comment Load repetitively-named XML nodes using Linq [C#]
Which attributes?
Nov
20
revised Load repetitively-named XML nodes using Linq [C#]
added 359 characters in body
Nov
20
answered Static Abstract methods in C#
Nov
20
accepted Load repetitively-named XML nodes using Linq [C#]
Nov
20
revised Load repetitively-named XML nodes using Linq [C#]
added 159 characters in body; added 6 characters in body
Nov
20
answered Load repetitively-named XML nodes using Linq [C#]
Nov
20
revised Convert string[] To Decimal[],int[],float[] .double[] in c#
added 10 characters in body
Nov
20
revised Why are .NET value types sealed?
edited body
Nov
20
comment Keeping a thread alive in a C# application
Didn't you already ask, and accept an answer to, this same question? stackoverflow.com/questions/1722932/…
Nov
20
revised What is “AxSHDocVw” in .NET?
edited tags
Nov
20
answered What is “AxSHDocVw” in .NET?
Nov
19
comment Linq Combine Fields
Bah, beat me to it. Do you guys get these questions a few minutes ahead of the rest of us? :)
Nov
18
revised .NET How to compare two Strings that represent filenames ignoring case correctly
added 8 characters in body; edited tags
Nov
18
awarded  Nice Answer
Nov
18
comment Which people should be followed up to learn more on C# and .NET?
@Binary. Quit moaning you gobshite :)
Nov
18
comment How do you calculate the size of a datatable object?
Duplicate of stackoverflow.com/questions/1128315/…
Nov
18
answered Which people should be followed up to learn more on C# and .NET?
Nov
17
comment Open source C# compilers in C#?
Good find, I never realised Mono's compiler was written in C# itself.
Nov
17
asked Open source C# compilers in C#?
Nov
17
answered Multiple Where clauses in Lambda expressions
Nov
16
revised Mail doesn’t get send untill I terminate my application - System.Mail.Net
edited tags
Nov
16
accepted CPU performance control WPF
Nov
14
answered Switch Statement with Strings C#
Nov
14
comment Is it OK to lock on System.Collections.Generic.List<t>?
Indeed, that's what his post said. But the title of it leads me to believe that he was considering locking on List<T> as an alternative.
Nov
14
answered Is it OK to lock on System.Collections.Generic.List<t>?
Nov
13
comment Compiler Generated Cruft
Object initializers also result in an extra compiler generated variable with an unspeakable name
Nov
13
comment Linq operations against a List of Hashtables?
The OP wanted descending order, so OrderByDescending would be the appropriate method
Nov
13
accepted Locking main() thread
Nov
12
answered Setting the Page-Title in .Net using C# from a Class