Tag: Development

Community

.NET String Hashing: The Hidden Knot

(Joseph Chahine) As defined by Wikipedia, "a hash function is a reproducible method of turning some kind of data into a (relatively) small number that may serve as a digital ‘fingerprint’ of the data. The algorithm ‘chops and mixes’ (substitutes or transposes) the data to create such fingerprints, c

Community

More on My

(Peter Aitken) In an earlier article, we saw how to use My.Settings for an easy way to store and retrieve application settings. The My keyword has a lot more behind it, and any VB programmer needs to know about these features. My is available in any VB application without any effort on the programme

Community

Passing Values Between Forms

(Colin Mackay) Passing a value from a parent to a child class is hopefully one of the easiest techniques and is the one I’ll start with. The idea is simple. The parent class needs to pass some value to the child class. In this example, I have set up a simple parent form with a TextBox control where

Community

Packaging EJB 3 Applications

(Debu Panda, Reza Rahman and Derek Lane) The real success of Java EE applications lies in assembly and deployment, as this is the key to delivering on Java’s promise of write once, run anywhere (WORA). If you fail to fully grasp this step, your application may not realize this level of portability.