- 授权协议: GPL
- 开发语言: .NET
- 操作系统: Windows
- 软件首页: https://github.com/atnet/devfw
- 软件文档: https://github.com/atnet/devfw
软件介绍
DevFw 是一个.net平台上的开发框架,包含插件内核,模板引擎,数据库访问工具,ORM,及一些基础类库。是从我的另外一个开源项目"CMS"中分离出来的:http://www.oschina.net/p/ops-cms。
开发环境
VS2013
运行环境
支持Windows,Linux,Macox平台,示例使用asp.net mvc 2.0构建。
引用第三方库
Mono.Data.Sqlite.dll mysql.data.dll System.Data.SQLite.dll StructureMap.dll Newtonsoft.Json.dll
插件开发
见:http://github.com/newmin/cms/tree/master/plugin
示例
见examples目录,包含一个微信功能的插件和一个MVC站点
运行devfw.web/$tools/server.bat
浏览器打开:http://localhost:8000/admin/
Web Security Testing Cookbook
Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99
Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!