Alternatives to Inflector.Net

后端 未结 4 397
臣服心动
臣服心动 2021-02-05 12:46

I want to use inflector.net in my project.

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

http://andrewpeters.net/inflectornet/

Are there any alternative

相关标签:
4条回答
  • 2021-02-05 12:56

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

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

    0 讨论(0)
  • 2021-02-05 13:02

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

    0 讨论(0)
  • 2021-02-05 13:19

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

    0 讨论(0)
  • 2021-02-05 13:20

    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"

    0 讨论(0)
提交回复
热议问题