By tag: AutomaticProperties
0
kicks
Custom logic in C# automatic properties
The article tries to make an argument in favor of having support for introducing custom-logic with automatic properties in C#. It also shows a possible solution and asks for ideas for refinement.
0
kicks
Being more productive with C# 3
A blog posting by Somasegar talking about some of the useful features of the C# 3.0 language.
C# 3.0 comes with the .Net 3.5 Framework (not .Net 3.0...that has C# 2.0......I know.......hopefully .Net 4 will have C# 4 in it and we can move on from the confusion created by the release of .NET 3 - w...
0
kicks
C# 3.0: The Sweet and Sour of Syntactic Sugar
C# 3.0 brings three new syntactic sugar features: Automatic Properties, Object Initializers, and Collection Initializers. This post discusses why too many convenience features can ruin the language.
0
kicks
Automatic Properties C# 3 Reploaded
Automatic properties are around the corner and will soon be amongst us. It's about time! Though they could have been some interesting alternative implementations ....
0
kicks
C# Automatic Properties: Semantic changes to help cope with poor synta
Proposed changes to the C# language seem set to break backward compatibility, and confuse developers. Was it all to patch holes in the original language design, or just to save a few extra keystrokes? Refactoring tools can save us from the misery of those extra keystrokes, so why bother with this ch...