CSharpFeeds - All your C# feeds in one place.

Friday, November 19, 2010

Asynchrony in C# 5, Part Seven: Exceptions

by Eric Lippert via Fabulous Adventures In Coding on 11/19/2010 4:47:53 PM

Resuming where we left off (ha ha ha!) after that brief interruption: exception handling in "resumable" methods like our coroutine-like asynchronous methods is more than a little bit weird. To get a sense of how weird it is, you might want to first refresh your memory of my recent series on the design of iterator blocks, particularly the post about the difference between a "push" model and a "pull" model. Briefly though: In a regular code block, a try block surrounding a normal "synchronous" ca ...

[ read more ]

Software Craftsmanship 2011 Calendar

by ssmith via Blog on 11/19/2010 4:05:28 PM

The folks at NimblePros have put together a pretty sweet 2011 calendar showcasing principles of software craftsmanship and agile software development.  The calendars are arriving from the printer today and should start shipping out over the next week or so to those who have pre-ordered them (or won them in the twitter contest, which lasts until 8 December 2010).  Here’s my review of the calendar (before having an actual one in hand, mind you). On the Cover: It starts with The Mani ...

[ read more ]

Adding proper THEAD sections to a GridView

by Rick Strahl via Rick Strahl's Web Log on 11/19/2010 1:12:33 AM

I’m working on some legacy code for a customer today and dealing with a page that has my favorite ‘friend’ on it: A GridView control. The ASP.NET GridView control (and also the older DataGrid control) creates some pretty messed up HTML. One of the more annoying things it does is to generate all rows including the header into the page in the <tbody> section of the document rather than in a properly separated <thead> section. Here’s is typical GridView generated HTML output: <tab ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us