samdnp


Comments:

Whitehouse.gov: an ASP.NET site

posted by samdnpsamdnp(980) 3 years, 4 months ago 0

Thanks Dave. I think they could save resources and money in the long term with a little more optimization.

Reply

Action, Func, Predicate - what's going on?

posted by samdnpsamdnp(980) 3 years, 3 months ago 0

I benefited from this post, good job.

Reply

ASP.NET - YSlow and ASP.NET: 100 points "A" grade is possible

posted by samdnpsamdnp(980) 3 years, 2 months ago 0

Uhhh... I don't think you are allowed to claim an A grade if you simply disable all the external stuff on the test page. Generally, most sites will do much better if they eliminate all the external slow stuff.

Reply

ASP.NET Routing performance compare to HttpHandler

posted by samdnpsamdnp(980) 3 years, 2 months ago 0

Interesting, thanks. It would be good to add some more interpretation, description etc.

Reply

Exploring C# Boxing

posted by samdnpsamdnp(980) 3 years, 2 months ago 0

Very good martijn! Your site is very good.

Reply

$(document).ready() and pageLoad() are not the same!

posted by samdnpsamdnp(980) 3 years, 2 months ago 0

Very interesting. I spent a couple minutes looking at the blog's source (curiosity) but it doesn't look like it uses jquery.

Reply

Optimizing Performance in WPF Applications

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Very interesting. It would be good to see some measurements of the improvements though!

Reply

Introduction to JOINs - A simplest Visual Explanation of Join

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

This is a good one.

Reply

Native JSON in IE8, Firefox 3.5 plus Json.NET

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Excellent. I'll know where to go if I need to use JSON.

Reply

A Closable jQuery Plug-in

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Very good!

Reply

string.Empty versus ""

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Guys, when you refute an argument, generally you need to offer a reasoned response. None of you even made an attempt. GOOD JOB!

Reply

string.Empty versus ""

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Eric, there are lots of questions on the Internet about this topic. Therefore it is absolutely relevant to C# programming, because programmers have questions about it. It is the goal of my website to answer these questions.

The author is 100% convinced of this :)

Reply

Exception Handling Basics

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

I agree that the article has some problems. A good place to learn about exception handling is in the BCL itself. You can see how that uses the ArgumentNullException, etc.

Reply

string.Empty versus ""

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

People, the article is objective. It backs up its statements with facts, as in internal BCL code and proof. It does not state that you should use "". It is absolutely not telling you that you should use "". I don't want you to use "" and I never said that "" is better.

Also, the ""==null check is not ever executed, it is removed before runtime. In other words the benchmark tests an empty loop. I don't feel the article is deceptive in this regard.

Reply

string.Empty versus ""

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

offwhite, you make a very valid and correct point. I agree with you completely.

As for the 0.00000002ms, I don't think that is correct. I was not able to measure any such difference. The "" loop contents are entirely removed and never executed. It is a benchmark of a loop with no body.

I find it disappointing that not only do people not understand the technical content, they do not understand the premise of the article. It may be partly my fault because I did not make it simpler.

Reply

string.Empty versus ""

posted by samdnpsamdnp(980) 3 years, 1 month ago 0

Also, regarding the missiles, I happen to know that my site is recommended as a reference on the NASA intranet :)

Reply