Jason Nadal
Restless C#ding
-
Navigating Objects within the Microsoft Shell (MSH)
My latest article was published on the 26th. Learn how to use providers to get access to your resources at the command line as virtual drives. It shows how to create a very simple provider in C#.
-
The Simple Things
Don't you hate working on a complex problem only to stumble on something so simplistic you just feel like a dolt? Today (more like yesterday, given the early hour EST), I realized the solution to a problem I was having with a winform combobox derived class. The problem? Whenever I tried to compile in release mode, the visual representation of the control would disappear from the winform designer, and the app would not compile. As is usually the case with strange problems, the solution came while I was away from my keyboard... on the way to work.
-
First Publication
I have my first published article (“Coming soon to Windows: The Microsoft Shell (MSH)“) at:
-
Added languages to Translation Web Service
I added the following to my translation web service. Please post feedback if you like it or are having problems with it. The old method is now deprecated, and the new method that should be used is TranslateLanguage(LanguagePair,InputText);
-
Hola Mundo! - A translation service.
I got the idea of using the google translate page as a web service, and using that service in Speech2Blog. Think about being able to speak and make posts in other languages, or to provide auto-translated RSS feeds (granted this will come with a performance costs, but at a huge gain for accessibility). Here's the first step in the process -- a translation service that interacts with Google's translator.
-
Speech SDK 1.0 Beta 4
I see the MS Speech team has released Beta 4 of the Speech SDK. Grab it now at a mere 320mb for the full package.
-
The Weekend
So many projects, so little time.
-
Speech SDK
John Lawrence writes about speech2blog:
-
Microsoft Enterprise Instrumentation Framework
After previously being available for download only by MSDN Enterprise and Universal subscribers, the Microsoft Enterprise Instrumentation Framework is now available here.
-
Speech2Blog Plans
I was all set to code for Speech2Blog, and work on an article I'm writing, but Whidbey doesn't want to play nice tonight. Unfortunately, this pushes back development of Speech2Blog quite a bit, as well as prevents me from working on the code portions of my article. I did manage to get quite a bit ahead through the use of code from an external source; it looks like now the application is going to support the metablog api, which should remove the only-.text limitation. I'm adding in lots more features, now that the app is evolving into something more than the proof-of-concept that Alpha 1 was.