Other News

Uncategorized

Why NULL?

Why NULL? Let me open a can of worms here. Should you use/allow null in your databases? Personally, I’m very flexible on the use of null. I’m not going to move to 4th or 5th normal form in an OLTP database just to get rid of null values; although I’m not against the process either. What I am finding, however, […]

Community

Speech Recognition

The later versions of Microsoft Windows include a speech recognition engine called “Windows Desktop Speech”. This engine is made available to .NET framework developers using the types defined in the System.Speech.Recognition namespace.