Richard E

5,454
Reputation
496 views

Registered User

Name Richard E
Member for 1 year
Seen 5 hours ago
Website
Location London, UK
Age 34

.NET software architect. Preferred language is C#, ideally on .NET 3.5.

Recent experience using ASP.NET MVC, ASP.NET AJAX Control Toolkit, LINQ (including LINQ to SQL).

Previous experience includes WinForms, earlier .NET versions, Visual Basic 6.0, ESRI ArcObjects and some embedded C and assembler back in the distant past.

Nov
28
awarded  Popular Question
Nov
27
awarded  Popular Question
Nov
23
comment Win32 API FindFirstFile and FindNextFile performance vs command line
Doing the same analysis using our approach that used Win32 API calls shows that the disk operations are almost identical.
Nov
23
comment Win32 API FindFirstFile and FindNextFile performance vs command line
In our scenario we have 180 folders, each containing around 10,000 files. The split across multiple folders is what appears to kill the performance.
Nov
23
revised Win32 API FindFirstFile and FindNextFile performance vs command line
Corrected stats for number of files/folders
Nov
23
comment Win32 API FindFirstFile and FindNextFile performance vs command line
@sharptooth: I have added a link to a post that contains the source code we used
Nov
23
revised Win32 API FindFirstFile and FindNextFile performance vs command line
Link to code sample added
Nov
23
comment Win32 API FindFirstFile and FindNextFile performance vs command line
Our approach is very similar to that Darin
Nov
23
comment Win32 API FindFirstFile and FindNextFile performance vs command line
@Matt we're just doing a dir /s (have updated my post accordingly).
Nov
23
revised Win32 API FindFirstFile and FindNextFile performance vs command line
Information about command-line search approach
Nov
23
asked Win32 API FindFirstFile and FindNextFile performance vs command line
Nov
23
awarded  Popular Question
Nov
22
awarded  Yearling
Nov
20
awarded  Popular Question
Nov
18
comment Most efficient way to create and write multiple 10 KB text files?
@Timo: I am using a profiler to check for code bottlenecks, so I could have been more specific. "slow" in this context means "the area of code where most execution time is spent"
Nov
18
comment Most efficient way to create and write multiple 10 KB text files?
@scraimer, @ApoY2k: I am writing out many different files, have updated the title to reflect this.
Nov
18
revised Most efficient way to create and write multiple 10 KB text files?
added 181 characters in body; edited title
Nov
18
asked Most efficient way to create and write multiple 10 KB text files?
Nov
12
comment Which Http redirects status code to use ?
+1 for mention of SEO relevance
Nov
12
revised Validate all ASPX, ASCX and HTML files when building
added 2 characters in body
Nov
12
comment Dependency Injection - is this how it’s meant to look?
I had been considering this. For example, we have a number of services that could be grouped by an object, as well as mappers which map between service and domain objects.
Nov
12
asked Dependency Injection - is this how it’s meant to look?
Nov
12
awarded  Popular Question
Nov
10
awarded  Popular Question
Nov
5
answered When do windows xp services get started?
Oct
27
comment Use of [square brackets] around JavaScript variables
So in my exampe a new array containing one element is getting created?
Oct
27
comment Fixing indentation when object initializers have been used
I have tried both retyping the closing semicolon and Ctrl-K-D. In both scenarios the reformatting fails for everything after the new List<Thing> in my posted example
Oct
27
asked Use of [square brackets] around JavaScript variables
Oct
26
comment Fixing indentation when object initializers have been used
It looks like the auto-formatting fails when it hits any property that is a reference type that also uses object initialization in the same statement. Note that it formats correctly while you type, but not if you are trying to re-format code that is badly indented.
Oct
26
revised Fixing indentation when object initializers have been used
added 307 characters in body
Oct
26
comment Fixing indentation when object initializers have been used
My initial comment wasn't 100% correct - this works, but not for the List<Thing> initialization
Oct
26
revised Fixing indentation when object initializers have been used
added 83 characters in body
Oct
26
comment Fixing indentation when object initializers have been used
That stops ReSharper from meddling with the formatting, but sadly doesn't help with auto-formatting
Oct
26
asked Fixing indentation when object initializers have been used
Oct
23
comment Can I have a variable number of generic parameters?
My thinking is that source1 .. sourcen indicates "these are the sources", whereas a chain of .Merge calls indicates that the merges are happening in that specific order.
Oct
23
comment Can I have a variable number of generic parameters?
Also, such an approach could indicate a rational "ordering" to the merging, which isn't true in our scenario.
Oct
23
revised Can I have a variable number of generic parameters?
added 59 characters in body
Oct
23
comment Can I have a variable number of generic parameters?
My example using params is not actually valid C# since you can't use params in this context, have updated my post to make this clearer
Oct
23
asked Can I have a variable number of generic parameters?
Oct
20
awarded  Notable Question
Oct
18
accepted What is the optimum number of projects in a Visual Studio 2008 solution?
Oct
14
awarded  Necromancer
Oct
5
comment How do you know who is fixing the build?
That's our general process - but we're looking for a simple and non-invasive way of allowing that person to let the rest of the team know that they've seen their mistake, and are already fixing the issue.
Oct
5
comment How do you know who is fixing the build?
That's our general process - but we're looking for a simple and non-invasive way of allowing that person to let the rest of the team know that they've seen their mistake, and are already fixing the issue.
Oct
5
asked How do you know who is fixing the build?
Oct
4
comment I’m an ASP.NET programmer (Webforms). Should I switch to MVC?
Note that jQuery might reduce the number of lines that you write, but it doesn't necessarily reduct the number of lines that get executed in the browser. This can have performance implications, especially with earlier (<8) IE versions.
Oct
4
answered I’m an ASP.NET programmer (Webforms). Should I switch to MVC?
Sep
24
awarded  Popular Question
Sep
24
awarded  Popular Question
Sep
23
awarded  Nice Question