jeden

Stories submitted by jeden

Data integrity check using hashing(developer-corner.com)

submitted by jedenjeden(90) 3 years, 4 months ago

Article describing how to use hashing to implement data integrity verification. read more...

add a comment |category: |Views: 39

tags: another

Mark a C# class data member as readonly when it’s read only(developer-corner.com)

submitted by jedenjeden(90) 3 years, 4 months ago

Explaining why and where to use the readonly C# modifier read more...

add a comment |category: |Views: 459

tags: another

DataGridView: how to bind nested objects(developer-corner.com)

submitted by jedenjeden(90) 3 years, 4 months ago

Article explaining how to bind nested objects in a WinForms data grid view read more...

add a comment |category: |Views: 530

tags: another

Casting from a base class to a derived class(developer-corner.com)

submitted by jedenjeden(90) 3 years, 4 months ago

How to perform a conversion from an instance of a base class to an instance of an inherited class. read more...

add a comment |category: |Views: 166

tags: another