Git Product home page Git Product logo

cshive's Introduction

CSHive

CSHive 是C#版的常用库,比如类型的快速转换,常用辅助工具类,性能调试 等


开发约定

  • .Net最低版本4.0
  • IDE环境:VS2013 或 VS2015
  • 采用Nuget进行统一的库管理,当前项目中尽量不引用任何非官方库
  • 除非特殊情况,都采用UTF-8进行编码(如遇特殊情况,也必须提供UTF8的接口)
  • Extension文件夹采用命字空间命名,方便扩展方法的使用。TODO:一些相关方法需要修正与重命名

log4net的引入

LogHelper 是通过LogManager创建Log实例的辅助方法,在该类所有的程序集的AssemblyInfo.cs中加入如下两行内容(配置示例在[doc]/log4net.config)

//外置log4net配置
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]

常用的Nuget

.Net

  • PM> Install-Package log4net
  • PM> Install-Package EntityFramework
  • PM> Install-Package Newtonsoft.Json
  • PM> Install-Package NUnit -Version 2.6.4

jQuery

  • PM> Install-Package jQuery
  • PM> Install-Package jQuery.UI.Combined
  • PM> Install-Package jQuery.Validation

关于作者

艺风在线


我要站在巨人们的肩膀上才行呀

cshive's People

Watchers

 avatar

Forkers

ciker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.