15

I want to use inflector.net in my project.

Just googled and it seems to have gone. :-<

http://andrewpeters.net/inflectornet/

Are there any alternatives?


EDIT (11 May 2011): It looks like Scott Kirkland has taken up the baton:

https://github.com/srkirkland/Inflector

(Thanks Scott!)

Iain Holder
  • 14,172
  • 10
  • 66
  • 86

4 Answers4

10

A Google code search for "Inflector.Net" returned this one:

http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs

3

http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs

used to make https://github.com/markrendle/Inflector

which is available via a NuGet Package last updated today!

package id="Inflector" version="1.0.0.0" targetFramework="net45"

Maslow
  • 18,464
  • 20
  • 106
  • 193
2

Some of that code seems to be included in the NCommon project. Take a look at http://github.com/riteshrao/ncommon/

Pedro Rui
  • 21
  • 1
1

Inflector is also integrated into Caliburn (http://caliburn.codeplex.com) in namespace Caliburn.Core

Dave
  • 66
  • 1