Richard

11,036
Reputation
697 views

Registered User

Name Richard
Member for 9 months
Seen 6 hours ago
Website
Location GB
Age 41

A professional developer since 1990.

Platforms have included Psion S3, MS-DOS, Windows 9x, and (most of all) Windows NT/2l/XP/2k3/... with lots of COM and .NET.

All code I post here can be treated as public domain and freely used without restriction or support. But no guarantee is made as to its correctness or suitability whatsoever.

BTW. My gravatar icon is a picture of a fence post from Rotorua, NZ pictured on film(!) when I visited a few years ago.

23h
revised How to TryParse for Enum value?
Expand
Nov
23
accepted DllImport with different entry points (different DLLs for the same import in different projects)
Nov
20
awarded  Enlightened
Nov
20
awarded  Nice Answer
Nov
18
comment Connect to a computer behind router in .net
@Kyle: For a home network it would be UV, for corporate SF, but question indicated a home network.
Nov
17
answered Connect to a computer behind router in .net
Nov
17
comment Connect to a computer behind router in .net
Belongs on User-Voice: Use of .NET makes no difference, you need a method to allow an inbound socket to connect.
Nov
17
answered How do I implement a datatable “group by”?
Nov
15
accepted Open Visual Studio project as readonly
Nov
13
comment date format yyyy-MM-ddTHH:mm:ssZ
This format is the canonical format for XSD date/time values.
Nov
12
accepted Entity Framework V4: “Code Only” performance considerations
Nov
11
answered Read text file within a .NET project
Nov
11
accepted URL convention for date range
Nov
11
revised URL convention for date range
Edit
Nov
11
answered URL convention for date range
Nov
8
revised SQL Server Function.
Correct tag
Nov
5
accepted How can one find unknown XML namespaces in a document?
Nov
3
comment 32-bit cluster.exe on 64 bit Windows 2008
Belongs on Server Fault.
Nov
3
accepted What issues are there with simple file databases?
Nov
2
comment Why does Visual Studio 2008 tell me .9 - .8999999999999995 = 0.00000000000000055511151231257827?
+1: It is a shame that SO cannot auto-answer with this for each and every floating point question, being the right answer for at least 90% of floating point questions.
Nov
2
answered Read a web.config file in a virtual directory
Nov
2
revised Why has my ConnectionsStringCollection more entries than my connection-Strings section in app.config?
Where is machine.config?
Nov
1
answered Printing code with syntax highlighting?
Oct
31
answered SQL and VISUAL BASIC 2008 Queries
Oct
30
comment StackTrace filename unknown
Can you show the complete trace? Need more context to help.
Oct
30
answered Is there is a fluent approach to handling WinForm event?
Oct
29
accepted Format vs Language
Oct
27
comment Is there any reason VB6 couldn’t be ported to .Net?
@<arkJ: The answer is to use .NET/COM interop to incrementally port code as it needs to change. Thus getting the benefit, without compromising .NET.
Oct
26
accepted Conditional “orderby” sort order in LINQ
Oct
26
comment .NET MVC custom routing
To avoid any confusion, that should be "pathToApplication/ExtraBits/{controller}/..." where pathToApplication is the root of the IIS Application (i.e. "~").
Oct
25
comment How to check a file every 1 minute in a windows bat script?
Windows Scripting Host (WSH) and either VBScript or JScript can do this. Even better (IMO) would be PowerShell.
Oct
23
comment Is there any reason VB6 couldn’t be ported to .Net?
That was the obvious example, but there are many more cases (e.g. ADO). While each could be solved, I suspect that would destroy much of the benefit of .NET (by continuing to be not-.NET VB6 emulation) for some short term benefit.
Oct
22
answered Conditional “orderby” sort order in LINQ
Oct
22
answered Is there any reason VB6 couldn’t be ported to .Net?
Oct
22
comment Is there any reason VB6 couldn’t be ported to .Net?
Should be community wiki.
Oct
22
comment How to return an array of C# strings (string[]) to unmanaged C++ code?
Use the COM/OLE Viewer to look at the typelibrary you get when you register for COM. This allows you to see the IDL from which you can see what type is generated.
Oct
21
accepted Is SSL set on a per machine or per connection basis
Oct
20
answered How to get VisualStudio 2010 cool tools without spending $12,000
Oct
20
comment Visual Studio 2010 beta 2 fonts & colors dialog
Would be nice to have {} and () as well. Many typefaces only have a subtle difference between brackets and curly brackets.
Oct
20
answered Get Namespace, classname from a dll in C# 2.0
Oct
20
comment MSDN: How can I see what inherits/implements a class/interface?
Note reflector finds child classes dynamically only for the set of assemblies it has open.
Oct
17
answered “Date of birth” validation: How far/much would you go?
Oct
16
comment what’s the catch (select new in LINQ vs simply filling the object)
@Lasse: "safe to assume [...]": See my third paragraph, between creating the IQueryable<T> and enumerating it something changed.
Oct
16
accepted what’s the catch (select new in LINQ vs simply filling the object)
Oct
16
answered what’s the catch (select new in LINQ vs simply filling the object)
Oct
16
answered Cannot validate against multiple xsd schemas in C#
Oct
16
comment Cannot validate against multiple xsd schemas in C#
It is part of the namespace URI, see w3.org/TR/2002/…
Oct
15
accepted Is there a Breakpoint Plugin for Visual Studio?
Oct
14
accepted Source safe adding redundant parent folder
Oct
13
answered Fundamental difference between Join() Lock()