Mike Two

3,680
reputation
433 views

Registered User

name Mike Two
member for 1 year
seen 21 mins ago
website
location London England
age 39
Writer of mostly working code.
Dec
12
comment hex number of length 128 which is to be converted to binary in c#
isn't this the same question as this stackoverflow.com/questions/1892547/…
Dec
12
comment sorry guys, its hex number of 128 length which is to be converted to binary in c#
seems to be re-entered as stackoverflow.com/questions/1892696/…
Dec
12
revised hex number of length 128 which is to be converted to binary in c#
improved formating
Dec
11
awarded  Necromancer
Dec
11
revised Which WINAPI function I must use to know if a file is blocked by another process?
corrected spelling
Dec
11
accepted SqlBulkCopy failing with String conversion issue
Dec
11
answered SqlBulkCopy failing with String conversion issue
Dec
9
revised What ORM would you recommend?
made the url a link
Dec
9
answered Understanding Iterator Blocks and Dispose Method .
Dec
8
awarded  Nice Answer
Dec
8
awarded  Good Answer
Dec
6
awarded  Mortarboard
Dec
4
accepted WPF VirtualizingStackPanel for increased performance
Dec
2
accepted Is it possible to extend the “Analyze” feature of Reflector?
Dec
2
revised Resharper Colouring Variables In Red
better code formatting
Nov
28
revised What Open Source Software has Quality ASP.NET MVC C# code
added another link
Nov
28
comment What Open Source Software has Quality ASP.NET MVC C# code
@Luke101. Advanced in what way? I have a few other suggestions, but I'll need a bit more detail on your requirements. Quality, speedy and reusable are a bit vague. I think NerdDinner is pretty high quality, it is speedy for what it does. Reusability is always subjective. If you gave more information about what you want to do with MVC it might help.
Nov
28
answered What Open Source Software has Quality ASP.NET MVC C# code
Nov
28
revised Which is the best MVC v.2 learning source?
added tag for v2
Nov
28
answered Which is the best MVC v.2 learning source?
Nov
27
answered Performance profiler for .NET with an API
Nov
26
answered LINQ: Get Table Column Names
Nov
24
comment DataTable into List<T> *without* where T : class, new() - potential problems?
What is FillObjectFromDataRow doing to be generic? Is it using reflection to map from the row to the item or does it have specialized knowledge of certain types? If the latter then can't FillObjectFromDataRow have specialized knowledge of how to create each type?
Nov
13
accepted How to query a workflow instance for its execution state.
Nov
11
comment Which addin is recommended for Visual Studio 2008 (C#) ?
Ravi- You'll notice that my answer came in at the same time as the initial answers. Therefore they were not actually present at the time I wrote it. There was one answer that came in as I was writing and it mentioned resharper but no one had mentioned visualsvn at the time. I did not edit resharper out of mine, but I did upvote the answer that came in before mine.
Nov
11
answered Which addin is recommended for Visual Studio 2008 (C#) ?
Nov
10
revised Linq to SQL Int16 Gets Converted as Int32 In SQL Command
fixed grammar
Nov
9
awarded  Enlightened
Nov
9
awarded  Nice Answer
Nov
8
awarded  Citizen Patrol
Nov
5
comment Linq to SQL Int16 Gets Converted as Int32 In SQL Command
I've dug through the linq to sql code through reflector. It appears that at some point the id.Value gets translated to a literal, say 42, that then gets treated as an int. C# will not consider short as a possibility when dealing with a literal. It starts at int and works it's way up. I haven't been able to trace enough of the code to prove that is what it is doing but it seems that way. It also seems to do no harm.
Nov
3
comment Why does the compiler find this ambiguous?
see stackoverflow.com/questions/1293201/… and Eric Lippert's answer and blog post.
Nov
3
accepted can you run resharper 4.5 and 5 beta side by side
Nov
2
answered can you run resharper 4.5 and 5 beta side by side
Oct
31
revised Getting the ID(Autonumber) after the session saved in nhibernate?
corrected spelling
Oct
30
answered Linq to SQL Int16 Gets Converted as Int32 In SQL Command
Oct
29
revised to create a worker thread and keep it alive throughout my application life time to perform some back ground tasks
fixed spelling
Oct
28
revised Flatten List in LINQ
improved formatting
Oct
28
revised Un-killable java program
fixed formatting and added java tag
Oct
28
accepted Deserializing data sent via TCP
Oct
27
comment interface classes
Why all the statics and nested classes?
Oct
27
answered Accessing “Measurement System” unit names (kg/lb, m/in, etc) in C#
Oct
26
revised OutOFMemory exception
added another case
Oct
26
accepted Is it possible using Resharper to remove an object initializer?
Oct
26
answered OutOFMemory exception
Oct
26
answered Is it possible using Resharper to remove an object initializer?
Oct
26
comment Ubiquitous language - term for developers and users
Several years ago I was on a project that tried using Ubiquitous Language. It didn't work out. No Domain expert buy in. They had 19 terms for the same concept and wanted to keep that. They wanted to be at war with development. On that project we ended up coining the term "UDickedWithUs Language". It's an anti-pattern that comes up once in a while when Domain Experts are afraid to share due to job security concerns. I've had great luck with Ubiquitous Language on other projects. That first one was destined to fail for corporate culture issues.
Oct
24
accepted Linq not updating changed class property
Oct
24
answered How many parameters are too many?
Oct
24
answered How many parameters is too many for a function (method or constructor)?