Daniel

820
Reputation
146 views

Registered User

Name Daniel
Member for 1 year
Seen 23 hours ago
Website
Location New Zealand
Age 26
Interested in: Software engineering process Best practice
2d
revised How to use LINQ to get last string in list<string> which has character ‘P’ in second position in string?
added 122 characters in body; deleted 1 characters in body; deleted 2 characters in body
2d
answered How to use LINQ to get last string in list<string> which has character ‘P’ in second position in string?
2d
revised regular expression for textarea
added 16 characters in body
2d
revised regular expression for textarea
added 471 characters in body; added 1 characters in body
2d
revised regular expression for textarea
deleted 105 characters in body
2d
answered regular expression for textarea
2d
revised SQLCE 3.5 FIPS compliance on Windows Mobile 6.0
edited tags
2d
revised SQLCE 3.5 FIPS compliance on Windows Mobile 6.0
added 3 characters in body; added 193 characters in body
2d
asked SQLCE 3.5 FIPS compliance on Windows Mobile 6.0
Nov
26
comment Best practices for .NET/MONO cross compiling
cross compiling is the wrong phrase, you compile it once and then use it on both platforms.
Nov
22
accepted .net Compact Framework 4.0
Nov
22
answered Is .NET a write once, run anywhere (WORA) platform like Java claims to be?
Nov
11
answered .net Compact Framework 4.0
Nov
8
comment COM Interop registration problem
Adding a public default constructor did the trick however, the class in question is only ever constructed from the .net code. This was the reason no public default constructor was provided. I assume that this warning would also appear for an assembly only containing interfaces.
Nov
6
comment COM Interop registration problem
no I don't but it doesn't need to be strong named I have other .net assemblies which work for com interop and are not stong named.
Nov
6
comment COM Interop registration problem
Tried the ComVisable(true) on the types + double checked that the types are public. Still no luck.
Nov
6
revised COM Interop registration problem
added 107 characters in body
Nov
6
comment COM Interop registration problem
The GUID is generated at build time based on a has of the fully-qualified class name and the identity of the assembly containing the class. ie not necessary to do this yourself.
Nov
6
comment COM Interop registration problem
tried and it doesn't help and should not be necessary as the ComVisible attribute in assembly info applies to everything.
Nov
6
asked COM Interop registration problem
Nov
5
comment Performant File Copy in C#?
Every word was established through use at some point, resisting the evolution of language by making rules about what is 'technically' a word or not is the linguistic equivalent of refusing to adopt new technologies. The real test of a word is if reader understands what the writer means when they use it.
Oct
29
comment Registering a COM server with WiX
Heat does not generate any registry values for a ActiveX exe server, So this answer is wrong
Oct
29
asked Register ActiveX exe server using WiX
Oct
27
comment Moving development from Windows to Linux
Seriously is anyone actually using Eclipse for .net development
Oct
27
revised Moving development from Windows to Linux
added 630 characters in body
Oct
27
revised Moving development from Windows to Linux
added 218 characters in body
Oct
27
answered Moving development from Windows to Linux
Oct
27
comment Moving development from Windows to Linux
I'm sure #Develop is great but the question was about IDEs which run on linux, unfortunitly #Develop does not.
Oct
15
awarded  Popular Question
Sep
30
awarded  Yearling
Sep
1
asked CVS line endings
Aug
31
asked Windows Mobile min specs
Aug
20
comment Overriding C# Conditional statements problem
:) - this was like playing 20 questions
Aug
20
answered Overriding C# Conditional statements problem
Aug
19
comment Windows mobile application background problem
I have this same problem two. The difference between the two pictures is that in the one that looks bad has gradual color change and the one that look good does not. They both actually suffer from the same problem it is just more noticeable in the gradual picture.
Aug
13
answered Is using delegates excessively a bad idea for performance?
Aug
9
comment When to use C#/C++
Mono supports SIMD
Jul
27
comment Interlocked and volatile
OK so if I'm only using Interlocked to write then normals reads will always be up to date?
Jul
27
comment Interlocked and volatile
Where I should replace 0 with a value which my variable will never be?
Jul
27
asked Interlocked and volatile
Jul
23
asked Statically checked design by contract
Jul
9
answered Compact Framework Current Folder…
Jul
2
revised IDE’s for C# development on Linux?
Updated for new release
Jul
1
revised Mono IDE on Windows
added 17 characters in body
Jul
1
revised ThreadStart.BeginInvoke throws NotSupportedException on Compact framework
added 183 characters in body
Jul
1
revised ThreadStart.BeginInvoke throws NotSupportedException on Compact framework
added 178 characters in body
Jul
1
answered ThreadStart.BeginInvoke throws NotSupportedException on Compact framework
Jul
1
comment ThreadStart.BeginInvoke throws NotSupportedException on Compact framework
Thread pool is supported, and used extensively in my CF applciation
Jun
30
comment Will text fit in GTK# TextView without scroll bar.
Is it possible to do this without it causing a flicker. Can I turn drawing to the screen off so the user does not see the Scroll bar appear and then disappear.
Jun
30
revised Will text fit in GTK# TextView without scroll bar.
added 99 characters in body