CSharpFeeds - All your C# feeds in one place.

Thursday, February 18, 2010

Add post-backs to MVC –or- add front controller to Web Forms

by Jeffrey Palermo via Jeffrey Palermo (.com) on 2/18/2010 8:03:49 PM

You can download the code for this post at my CodePlex repository: http://palermo.codeplex.com/ Lots of programmers I talk to are managing software assets written in ASP.NET.  These applications have been in production for years, and they work.  The problem that is pervasive among all of them is that the Page_Load method is much too large.  Model-View-Presenter is fatally flawed as a pattern because the view obtains control before the presenter does.  This wrong ordering is ...

[ read more ]

What’s the difference between ternary and tertiary?

by Eric Lippert via Fabulous Adventures In Coding on 2/18/2010 2:22:00 PM

The conditional operator ( condition ? consequence : alternative ) is often referred to as both the “ternary operator” and the “tertiary operator”. What’s the difference? “Ternary” means “having three parts”. Operators in C# can be unary, binary or ternary – they take one, two or three operands.  “Tertiary” means “third in order”. Compiler flaws noted in bug reports can be of primary, secondary or tertiary importance. Colours can be primary (yellow), secondary (orange) or tertiary (yello ...

[ 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