(Mahesh Chand) In my previous article Programming Speech in WPF – Speech Synthesis, I covered text-to-speech functionality in WPF. This article is about speech to text, also known as speech recognition.
Tag: Development
Setting Up IoC in ASP.NET MVC using Castle Windsor
(Ali Bastani) Abstract: This post gathers information needed to setting up Inversion of Control (IoC) in an ASP.NET MVC application using Castle Windsor.
VSTO 2010 Runtime components explained
(Aaron Cathcart) During development of the VSTO 2010 Runtime we added a feature, dubbed Install on Demand, to support VSTO customizations that target both .NET Framework 3.5 and .NET Framework 4 without enforcing installation of both frameworks prior to installation of VSTO 2010. To facilitate this
A Multipurpose Details Page Template in ASP.NET Dynamic Data
(Brady Kelly) The Page Template and Scaffolding features provided by the ASP.NET Dynamic Data Framework can save us serious amounts of time and effort by potentially limiting general customization work to only four or five page templates, regardless of how many entities in our data models. The Dynam
WPF: Animating Multiple Images
(Ged Mead) In this earlier blog, I showed how to create a simple transition effect of moving an Image into view from left to right. This time I’m going to tweak that example by adding some additional Images and daisy chaining animations.
About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular)
(Scott Guthrie) Technical debates are discussed endlessly within the blog-o-sphere/twitter-verse, and they range across every developer community. Each language, framework, tool, and platform inevitably has at least a few going on at any particular point in time.
Large or asynchronous file uploads in ASP.NET MVC
(Daniel Crenna) The challenge of uploading large files in ASP.NET through HTTP is not a new challenge. It’s been covered extensively, by Jon Galloway, Stephen Walther, Milan Negovan and by one of the most active ASP.NET forum threads in history. In addition to handling large files, users often reque
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
(Ben Nadel) I know this might seem like a no-brainer but, I was not 100% sure if ColdFusion 9’s new script-based implementation of functions would work the same inside CFScript as they do inside of a completely script-based Component. I had no reason to think that this wouldn’t work, but I just want
Cascading DropDownLists With ASP.NET and jQuery
(Malcolm Sheridan) Cascading drop down lists is a really nice feature for web developers. I thought it was time to write an article on how to do this using ASP.NET and jQuery. Well here’s one way of doing it. Before we get started, this example uses the latest version of jQuery which is 1.3.2. That
How to Change .NET Configuration Files at Runtime (including for WCF)
(Youssef Moussaoui) One of the most common issues people run into with WCF configuration, and .NET applications in general, is that configuration files appear to be fixed. You only have one configuration file for an executable, and you can’t use different configuration files as your exe.config while
