Giter VIP home page Giter VIP logo

rollingouttools's Introduction

RollingOutTools - all my coolest libraries


Here you can see solution with may libraries that i use in own projects.
This assemblies is unified and i can make it opensource.
Now i use it via nuget local folder, maybe some day i will upload current libraries into nuget.org .

Why "rolling out tools"? Its name of my team, where we share expirience and just communicate.
alt tag

Some info about projects:

  • CmdLine - one of my best sources, this utility make CLI development much easier. It can automatically build CLI from classes, automatically read/write ANY type from console (using serialization for difficult objects), cache values for each called command (and you can run it like simple autotest by pressing enter) and more.
  • ReflectionVisit - utility to call methods from classes by its names, with reflection caching, awaiting async methods and getting its values (note, that it is difficult, because you dont know type of returning value). Can be used for building CLI too or, for examle, own web framework.
  • PureApi.AspNetCore.Json - cool lib, that extend asp.net web api models resolving. Just use [FromPureApi] attribute in controller method params like you always do it with [FromBody] attribute and etc. But this utility allow to use more than one parameters, when you sending it through http method body in json. This lib add no limitations to standart asp.net controllers, because os use its request pipeline.
  • Storage - simple generic key/value storage. Platform dependencies can be injected.
  • Json - just wrapper on Newtonsoft.Json with some extensions.
  • SimpleIoc - wrapper on ioc container. Now use only Autofac. I make it, because i need support of Bridge.NET, where Autofac doesnt work.
    copy_to_nuget_dir.cmd - just macros, that copy nuget packages to my local nuget folder.


To know more, you can read my workflow telegram channel https://t.me/coding_workflow

Contacts:
    Vk - https://vk.com/yura_mysko
    Youtube - https://www.youtube.com/channel/UCiIj3Q0z1pNJ2KyNRcspoZw
    Habrahabr blog - https://habrahabr.ru/users/kogercoder/
    Telegram - https://t.me/yura_mysko

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.