Monday, August 07, 2006

Links of the day

There is no such thing as magic. Excellent series on anonymous methods.
http://blogs.msdn.com/oldnewthing/archive/2006/08/02/686456.aspx
http://blogs.msdn.com/oldnewthing/archive/2006/08/03/687529.aspx
http://blogs.msdn.com/oldnewthing/archive/2006/08/04/688527.aspx
http://blogs.msdn.com/oldnewthing/archive/2006/08/07/690947.aspx

How to read resource files:
Create a resx file and embed it in assembly or use linker to create new dll. Point to that assembly or file, and use it like a key value pair. Useful for localized support.
http://www.codeproject.com/csharp/cs-multi-assembly-res.asp
http://www.codeproject.com/csharp/multilingual_pplication.asp

List of Language and Country Codes
http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

No comments: