User Codigo Espagueti - Stack Overflow most recent 30 from stackoverflow.com 2010-03-22T07:36:21Z http://stackoverflow.com/feeds/user/16613 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1460891/how-to-access-sapi-4-voices-from-net-framework-3-5 0 How to access SAPI 4 voices from .net framework 3.5 Codigo Espagueti http://stackoverflow.com/users/16613 2009-09-22T15:44:10Z 2009-12-13T19:17:56Z <p>I’m trying to use a SAPI 4 engine (L&amp;H TTS 3000) from .net 3.5 using System.Speech.Synthesis in windows XP. </p> <p>The problem is than I can only get SAPI 5.1 engines when I call GetInstalledVoices.</p> <p>I’m using SAPI 4 because I need a Spanish TTS engine and L&amp;H TTS 3000 is the only one free that I have found.</p> http://stackoverflow.com/questions/336953/how-to-redirect-to-another-web-application-in-the-same-server 1 How to redirect to another web application in the same server? Codigo Espagueti http://stackoverflow.com/users/16613 2008-12-03T12:25:20Z 2008-12-03T12:30:08Z <p>I have two web applications in the same server like this:</p> <p>/basedir/app1path/default1.aspx</p> <p>/basedir/app2path/default2.aspx</p> <p>How can I redirect form default1.aspx to default2.aspx?</p> http://stackoverflow.com/questions/197682/wcf-what-is-the-difference-between-binding-recievetimeout-and-binding-reliables 1 WCF - What is the difference between Binding.RecieveTimeout and Binding.ReliableSession.InactivityTimeout? Codigo Espagueti http://stackoverflow.com/users/16613 2008-10-13T14:07:32Z 2008-10-13T15:57:00Z <p>In WCF, what is the difference between Binding.RecieveTimeout and Binding.ReliableSession.InactivityTimeout?</p> http://stackoverflow.com/questions/94204/what-is-the-best-way-to-have-synchronized-a-collection-of-objects-between-various 1 What is the best way to have synchronized a collection of objects between various threads in .Net? Codigo Espagueti http://stackoverflow.com/users/16613 2008-09-18T16:33:41Z 2008-09-22T19:10:39Z <p>What is the best way to have synchronized a collection of objects between various threads in .Net?</p> <p>I need to have a List or Dictionary accessed from different threads in a trhead safe mode. With Adds, Removes, Foreachs, etc.</p>