1,147
Downloads
111
Downloads of v 1.0.0.10
2013-01-29
Last update
NETFx Smart String Resources
1.0.0.10
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the
same .resx file, but exposing format parameters as method parameters and organizing strings in classes according to the resource name
if it uses underscores. i.e. User_InvalidCredentials can be accessed with Strings.User.InvalidCredentials, and as a method if it had
parameter replacements, which can even be named, like "Invalid email '{email}'". This makes it easier to refactor strings too.
To install NETFx Smart String Resources, run the following command in the Package Manager Console
PM> Install-Package netfx-System.StringResources
Owners
Authors
Tags
Dependencies
-
- netfx-System.StringFormatWith (≥ 1.0)
Version History
| Version | Downloads | Last updated |
|---|---|---|
| NETFx Smart String Resources 1.0.0.10 | 111 | Tuesday, January 29 2013 |
| NETFx Smart String Resources 1.0.0.9 | 707 | Wednesday, July 20 2011 |
| NETFx Smart String Resources 1.0.0.8 | 47 | Wednesday, July 20 2011 |
| NETFx Smart String Resources 1.0.0.7 | 236 | Wednesday, July 13 2011 |
| NETFx Formatted String Resources 1.0.0.0 | 46 | Wednesday, July 13 2011 |