Useful Links on Localization
I 'm working on a localization project now. I found that the follwing links are helpful:
I 'm working on a localization project now. I found that the follwing links are helpful:
The hub and spoke model for packaging and deploying resources uses a fallback process to locate appropriate resources. If an application user requests a ResourceSet that is unavailable, the common language runtime searches the hierarchy of cultures looking for an appropriate fallback resource that most closely matches the user's request, and raises an exception only as a last resort. At each level of the hierarchy, if an appropriate resource is found, the runtime uses it. If the resource is not found, the search continues at the next level. The resource fallback process is described in the following steps:
Adopted from SDK.
CLR is disable by default in SQL Server 2005. So if you write a SQL assembly and deploy it to your SQL Server 2005. It won't let you execute it.
In his article List of .NET 2.0 and C# 2.0 new features, Patrick Smacchia gave short descriptions on .NET 2.0 and C# 2.0 new features. Here is an example (quoted from his article).
In his article Create a Debugger Visualizer in 10 Lines of Code, Tomer Noy shows how to create a debugger visualizer to view Image objects. Very cool.