By tag: Properties
0
kicks
Manipulating Properties and Methods with Reflection
Today I’m going to write about a simple yet powerful way to manipulate properties and methods of a given type. We’ll set values to properties and invoke methods through the use of reflection. Maybe you haven’t had the chance to use reflection or maybe you even don’t know what is reflection. Reflecti...
0
kicks
ACID properties of transactions Atomicity – Either all modifications a
ACID properties of transactions
Atomicity – Either all modifications are performed, or none Consistency – When completed, transactions leave all data and all related structures in a consistent state Isolation – Transactions don’t see other’s transaction’s uncompleted work (intermediate state) Durab...
0
kicks
Psychological variables and properties
"The difference is psychological because a private variable is the same no matter how it is used"
0
kicks
Custom WebControl collection properties and the design surface
Just found this while researching how to serialize and deserialize collection properties to the design surface. This is pretty much all you need to know. READ THIS if you ever create a custom WebControl!
(via <a href="http://west-wind.com/WebLog/default.aspx">Rick Strahl's great b...