Stories recently tagged with 'and'

C# Delegate Shortcut – No more null testing on events for subscribers (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 2 months ago

Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers: EXAMPLE: public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { }; Post has full details, but most might already know this. If not your wasting cycles. read more...

add a comment |category: |Views: 91

tags: another

Test your apps faster with Firefox Server Switcher(itwebmonkey.com)

submitted by davidsdavids(480) 3 years, 5 months ago

Just a quick little article noting the great add-on available for Firefox to help toggle between dev and live servers. read more...

add a comment |category: |Views: 16

tags: another