Skip to content

{ Tag Archives } .net 3.5

Speech Recognition and the System.Speech namespace

I had a problem recently where I wanted to find out, very roughly, the topic of a set of un-annotated lectures. I needed a recognition engine that was speaker-independent, and required no training, as I don’t personally know the guy who did them.
In the .NET framework 3.5, you get access to the System.Speech namespace which [...]

Also tagged , ,

.NET Evolved

This year has been a great year for developers with the general release of the .NET Framework 3.0 that provides a new set of APIs to produce visually stunning client applications with the Windows Presentation Foundation (WPF), create distributed applications with the Windows Communication Foundation (WCF) and design and manage long-running, interconnected processes with the [...]

Also tagged ,