GithubHelp home page GithubHelp logo

vb6hobbyst7 / bovender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bovender/bovender

0.0 1.0 0.0 4.36 MB

C# framework that implements MVVM pattern and more.

Home Page: https://bovender.github.io/bovender

License: Apache License 2.0

C# 99.90% Batchfile 0.10%

bovender's Introduction

bovender

This is my inhouse C# framework that implements MVVM pattern and more.

I am an enthusiast/hobby/freelance programmer. I have created this framework because other, professional approaches such as the Prism guidance and framework were too heavy for my purposes. Of course I realize that most people won't be interested in this framework (because they would either use one of the professional large frameworks or create their own home-grown one), but since I produce open-source software, I have to put the source code somewhere...

NuGet package

This framework is available as a NuGet package to facilitate its use in multiple projects.

Required references

To build a project that uses the Bovender framework, add the following refrences:

  • PresentationCore
  • PresentationFramework
  • System.Xaml
  • WindowsBase

Documentation

Doxygen documentation can be found at the GitHub page of this project.

Versioning and changelog

This framework is semantically versioned.

Please inspect the git log for changes.

High-level overview

Here is a high-level overview of the namespaces in this framework. Please see the docs for detailed information.

Bovender.Mvvm

Bovender.ExceptionHandler

Bovender.Unmanaged

Bovender.Versioning

The Versioning namespace provides a class SemanticVersion to facilitate handling semantic versions.

Bovender.HtmlFiles

Bovender.Text

Bovender

A few classes live in the main namespace of Bovender:

  • FileHelpers: Helper methods to deal with files (currently only a static method Bovender.FileHelpers.Sha1Hash() that returns the Sha1 checksum of a file as string).
  • PathHelpers: Improvements (in my eyes) on some of the static methods provided by System.IO.Path: Bovender.PathHelpers.GetDirectoryPart() extracts the directory part of a path (where the path may end with a file name or a directory name), and Bovender.PathHelpers.GetFileNamePart() extracts the file name (if present) of a path.

License

This framework is distributed under the Apache License 2.0.

bovender's People

Contributors

bovender avatar

Watchers

 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.