jeden

Stories kicked 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

Visual Studio 2010 == Visual Studio 2008 + ReSharper(codebetter.com)

submitted by LordLord(3737) 3 years, 4 months ago

o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is – according to Microsoft itself – really just Visual Studio 2008 with ReSharper installed. read more...

7 comments |category: |Views: 931

tags: another