Alternatives to Inflector.Net

别等时光非礼了梦想. 提交于 2019-12-09 04:44:23

问题


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!)


回答1:


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

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




回答2:


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"




回答3:


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




回答4:


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



来源:https://stackoverflow.com/questions/2552816/alternatives-to-inflector-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!