GithubHelp home page GithubHelp logo

shuhari.framework's Introduction

Shuhari's framework library for .Net

According to many C# projects written before, I found that some features are used again and again. So I decided to extract these features to a common library which can be reused by multiple project/solutions.

Project Status

Basically, This library contains following components:

Shuhari.Framework.Common Basic language extension and commonly used utility routines, shared by all other components. Features include:

  • Verify parameter, environment, and so on
  • Utility functions and extension methods for string, collection, assembly, stream, exception, etc
  • Helper methods to simplify object comparasion and equality check
  • Compression / Decompression helper
  • A light-weight ORM implementation (only support Sql server at this time, but architectural provider-independent)
  • Text templating based on NVelocity

Shuhari.Framework.Web.Mvc Extensions and controls for ASP.NET MVC programming. Features include:

  • Dependency injection based on Ninject
  • Open-session-in-view style database connection management
  • Globalization support
  • Extensions for controller and view

Shuhari.Framework.Testing.NUnit Extension methods to support NUnit testing.

The prebuilt assemblies are published to offical nuget package repository, with same name as each assemblies, thus you can install using package manager:

install-package Shuhari.Framework.Common [-vesion x.x.x]
install-package Shuhari.Framework.Web.Mvc [-vesion x.x.x]
install-package Shuhari.Framework.Testing.NUnit [-vesion x.x.x]

Or use nuget GUI in visual studio to search and install. The nuget build/publish scripts can be found in build.bat.

References:

Release History:

v0.1.16.2 (2017-06-13)

  • FIXED: CreatePagedQueryTuple support crlf

v0.1.16.1 (2017-04-07)

  • REFACTOR: Move LogType/LogItem to Common assembly to avoid reference issues

v0.1.16.0 (2017-04-06)

  • NEW: StringUtil.ContainsNoCase
  • NEW: WPF HeaderLabel control
  • NEW: WPF StatusLabel control
  • NEW: ISelectable interface
  • NEW: Selectable class
  • NEW: WPF LogListView control

v0.1.15.0 (2017-03-30)

  • NEW: Ok Role for dialog

v0.1.14.0 (2017-03-28)

  • NEW: Browse folder Dialog
  • NEW: Observable
  • NEW: ElementExtensions.FindAncestor
  • NEW: Cancel Role for dialog

For full list of release history view History

shuhari.framework's People

Contributors

shuhari avatar

Watchers

James Cloos avatar  avatar

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.