You may sometimes come across the need to pluralize or singularize words automatically within your applications. As the English language is a fairly complicated one this is not as straight forward as adding or removing an "S" on the end of a word. There are various different implementation out there that perform with a varying degree of success.
Welcome to my blog! I'll be posting any bits and pieces I come across that I think might be interesting or useful for any one else. Hopefully it will be of use to others out there.
Showing posts with label .NET 4. Show all posts
Showing posts with label .NET 4. Show all posts
Monday, 10 June 2013
Tuesday, 2 April 2013
CallerMemberName .NET 4.0
After writing my recent post about a basic ViewModelBase implementation, the discussion about the CallerMemberNameAttribute got me thinking... how hard would it be to write my own implementation of this attribute?
Subscribe to:
Posts (Atom)