Alternatives to Inflector.Net

谁说我不能喝 提交于 2019-12-03 01:58:12

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

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

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"

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

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

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