mjbrunell

Stories kicked by mjbrunell

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

Escape Click/Double Click Hell in IE8 and Firefox With jQuery(brunellweb.com)

submitted by mjbrunellmjbrunell(10) 2 years, 9 months ago

IE8 and Firefox fire DOM events differently for click and double click actions. Here's a way to normalize the events and respond appropriately. read more...

add a comment |category: |Views: 141

tags: another

Don’t use Delete Links because they create Security Holes(stephenwalther.com)

submitted by MarwanMarwan(850) 3 years, 4 months ago

Reasons why you shouldn't use a Delete link in your web application read more...

3 comments |category: |Views: 640

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

tags: another

Writing Tests to Catch Memory Leaks in .NET(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 6 months ago

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory -- just keep a referencing object around longer than the referenced object, and you can leak. Here is a way to write tests to catch leaks. read more...

2 comments |category: |Views: 608

tags: another

Boy Scout Check-ins(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 6 months ago

How to leave your code campground cleaner than you found it. read more...

2 comments |category: |Views: 366

tags: another

Empty try blocks(blog.somecreativity.com)

submitted by dnksiddnksid(355) 4 years, 1 month ago

The article explains why you might see functions that do nothing in the "try" block. read more...

1 comment |category: |Views: 26

tags: another

There's some darkness in your silver light.(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. read more...

add a comment |category: |Views: 3

tags: another

free e books(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 4 months ago

Microsoft has opened 3 MS Press books completely FREE for public. read more...

3 comments |category: |Views: 20

tags: another

Free ebook : Threading in C#(albahari.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

It has been updated since the last time it was posted here. Available in HTML and PDF. read more...

2 comments |category: |Views: 137

tags: another