Resources made easy in .NET 2.0
Accessing a resource file in .NET 2.0 is very easy without the need for a ResourceManager.
Resources.<ResourceFileName>.<Property>
So, if the resource file was named Resource.resx and you are trying to access a string property named Title, then:
Resources.Resource.Title
Pretty cool, huh.
Similar Posts
- Tweaking Community Server Out of the Box
- Accessing Config File Mail Settings Programmatically
- Forms authentication and images/style sheets




