User Codigo Espagueti - Stack Overflowmost recent 30 from stackoverflow.com2010-03-22T07:36:21Zhttp://stackoverflow.com/feeds/user/16613http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1460891/how-to-access-sapi-4-voices-from-net-framework-3-50How to access SAPI 4 voices from .net framework 3.5Codigo Espaguetihttp://stackoverflow.com/users/166132009-09-22T15:44:10Z2009-12-13T19:17:56Z
<p>I’m trying to use a SAPI 4 engine (L&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&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-server1How to redirect to another web application in the same server?Codigo Espaguetihttp://stackoverflow.com/users/166132008-12-03T12:25:20Z2008-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-reliables1WCF - What is the difference between Binding.RecieveTimeout and Binding.ReliableSession.InactivityTimeout?Codigo Espaguetihttp://stackoverflow.com/users/166132008-10-13T14:07:32Z2008-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-various1What is the best way to have synchronized a collection of objects between various threads in .Net?Codigo Espaguetihttp://stackoverflow.com/users/166132008-09-18T16:33:41Z2008-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>