Programming: Properties vs Fields in C#
Note: Updated for 2023 One of the areas that cause a lot of confusion for new C# developers is the idea of properties and fields. It’s an easy thing to mess up or get confused about. Here are some…
Read the full articleYou might also wanna read

When to Use (and Not Use) Fieldsets in Web Forms
Sometimes too many fieldsets cause the same problems of having no fieldsets at all
Array Object Basics for Beginners
Learn the basics of array objects, including creation, manipulation, and iteration. Discover how array objects can help you organize and man
Understanding Bit-Field Pitfalls in C/C++ Programming
Some time ago I ran into a bug that had been dormant for some time. The problem involved expressions where one of the operands is a bit-fiel
JavaScript Objects: Properties, Methods and this
Model real things with JavaScript objects: properties, methods, dot vs bracket access, and a first look at this, with live code.
Understanding Go Struct Embedding: Benefits and Potential Pitfalls
The gophers nested too greedily and too deep.
The Fundamental Flaw in Programming Languages: Data vs Objects and Design Limitations
Our programming languages don't really support us in making good design decisions. They fall short of allowing us to choose appropriate repr

Comments
Sign in to join the conversation.
No comments yet. Be the first.