jhnatow

Stories kicked by jhnatow

The Greatest Exception Handling WTF?!? of All Time(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

The Exception object has ONE purpose and ONE purpose only – to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... read more...

4 comments |category: |Views: 1395

tags: another

WPF Toolkit is not ready for production applications(codesnack.com)

submitted by jhnatowjhnatow(70) 3 years, 4 months ago

If you are planning on using the WPF Toolkit for production code, make sure you are aware of the risks you are incurring. read more...

2 comments |category: |Views: 414

tags: another

The WPF Mindset(cromwellhaus.com)

submitted by markheathmarkheath(1485) 3 years, 4 months ago

An excellent short example of how developing using WPF requires a different mindset to traditional winforms / ASP.NET development. A listbox is completely customised to layout markers on a map. read more...

add a comment |category: |Views: 458

tags: another