Saturday, November 1, 2008
Data integrity check using hashing
When data is moved across a network, the recipient might require a verification to ensure that data has not been modified after send. For example, in a client/server scenario where a client application sends some updates to a remote database via a web service, the web service might need to verify whether the data has not been modified while travelling across the network, either due to corruption or because somebody changed them. A simple way to implement such kind of verification is utilizing hashing.
Tag:C# | 0
comments
Thursday, October 2, 2008
Mark a C# class data member as readonly when it’s read only
2009.01.30 - Updated in order to clarify about immutability.
The readonly modifier is used to declare an instance-specific constant data member which can be initialized in the class constructor and is not limited to compiler-time constants only.
The readonly modifier is used to declare an instance-specific constant data member which can be initialized in the class constructor and is not limited to compiler-time constants only.
Tag:C# | 0
comments
Subscribe to:
Posts
(Atom)
Tags
- android (1)
- appengine (1)
- asp.net (1)
- C# (6)
- codecharge studio (1)
- development (1)
- dojo/dijit (1)
- java (2)
- javascript (1)
- learning (1)
- PHP (3)
- RSS/Atom (1)
- sso (1)
- vs.net (1)
- webdesign (1)
- windowsmobile (1)
- WinForms (1)
Blog Archive
Powered by Blogger.