Wednesday, December 19, 2012

.NET Framework 4.5 Multi-Threaded Globalization

.NET Framework 4.5 Multi-Threaded Globalization: Eric Vogel shows you how to use the CultureInfo API in .NET Framework 4.5 to simplify localization in a multi-threaded application.

.NET 4.5 TypeInfo Reflection

.NET 4.5 TypeInfo Reflection: The .NET 4.5 Framework includes some changes to the typical reflection use cases. Most importantly, the Type object has been split into two separate classes: Type and TypeInfo. Find out how and when to use each.

Could not find a part of the path ... bin\roslyn\csc.exe

I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added a...