Question : C# Books and training

I wish to write a web based application but the COM interface I need to use runs in a single threaded apartment.  I have found advice (http://do-the-right-things.blogspot.com/2007/04/simple-way-to-build-multiple-sta-com.html) that to solve the problem I should construct a COM local executable server that aggregates a COM in-proc server and ensure the COM local server contains only STA.

For me to do this I will need to learn some more C#.Net as at the moment I do not know where to start. I am happy to learn and I have time, so I am after books and/or online tutorials I can use to learn how to do the above.

Answer : C# Books and training

You should look at O'Reilly's   (www.oreilly.com)

C# 3.0 Cookbook, Third Edition - http://oreilly.com/catalog/9780596516109/
C# 4.0 in a Nutshell, Fourth Edition  -  http://oreilly.com/catalog/9780596800956/

There you will find all the books you need.
Random Solutions  
 
programming4us programming4us