All Projects → OpenTouryoProject → Opentouryo

OpenTouryoProject / Opentouryo

”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)

Projects that are alternatives of or similar to Opentouryo

Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+271.24%)
Mutual labels:  aspnet, netstandard, wpf, windows-forms
Ffmediatoolkit
FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
Stars: ✭ 156 (-33.05%)
Mutual labels:  library, netstandard, netcore
Azos
A to Z Sky Operating System / Microservice Chassis Framework
Stars: ✭ 137 (-41.2%)
Mutual labels:  netstandard, netcore, mvc
Gofer.net
Easy C# API for Distributed Background Tasks/Jobs for .NET Core.
Stars: ✭ 383 (+64.38%)
Mutual labels:  aspnet, netstandard, netcore
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+321.46%)
Mutual labels:  visual-studio, library, netstandard
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-48.07%)
Mutual labels:  library, netstandard, netcore
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (+271.24%)
Mutual labels:  wpf, netcore, netstandard
Audit.net
An extensible framework to audit executing operations in .NET and .NET Core.
Stars: ✭ 1,647 (+606.87%)
Mutual labels:  webapi, netcore, mvc
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-45.49%)
Mutual labels:  netstandard, netcore, mvc
Oxyplot
A cross-platform plotting library for .NET
Stars: ✭ 2,466 (+958.37%)
Mutual labels:  netstandard, netcore, wpf
Sharpscada
C# SCADA
Stars: ✭ 2,043 (+776.82%)
Mutual labels:  visual-studio, wpf
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-35.19%)
Mutual labels:  netstandard, netcore
Weihanli.common
common tools,methods,extension methods etc... .net 常用工具类,公共方法,常用扩展方法等,基础类库
Stars: ✭ 152 (-34.76%)
Mutual labels:  library, netstandard
Fluentdispatch
🌊 .NET Standard 2.1 framework which makes easy to scaffold distributed systems and dispatch incoming load into units of work in a deterministic way.
Stars: ✭ 152 (-34.76%)
Mutual labels:  netstandard, netcore
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-30.47%)
Mutual labels:  netstandard, netcore
Aspnet Api Versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,154 (+824.46%)
Mutual labels:  webapi, aspnet
Binarypack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
Stars: ✭ 169 (-27.47%)
Mutual labels:  library, netstandard
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (-25.75%)
Mutual labels:  webapi, mvc
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (-39.48%)
Mutual labels:  netstandard, wpf
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-29.18%)
Mutual labels:  visual-studio, windows-forms

OpenTouryo

Open Touryo is an application framework for .NET Framework which was developed using the accumulated know-how with a longstanding application development results.

Click here for Japanese version of this file.

Develop/Run-time environment

The programs in this repository are developed in the following IDE/targetFramework:

  • IDE (Integrated Development Environment)
    • Visual Studio 2015
    • Visual Studio 2017
    • Visual Studio 2019
  • targetFramework (Run-time environment)
    • .NET Framework 4.5.2 (net452)
    • .NET Framework 4.6 (net46)
    • .NET Framework 4.7 (net47)
    • .NET Framework 4.8 (net48)
    • .NET Core 2.0 (netcoreapp2.0)
    • .NET Core 3.0 (netcoreapp3.0)
    • .NET Standard 2.0 (netstandard2.0)
    • .NET Standard 2.1 (netstandard2.1)

The default targetFramework of projects and solutions is net46(.NET Framework 4.6). The name of projects and solutions for other targetFramework include the targetFramework. For example, the projects and solutions for net47(.NET Framework 4.7) are named {identifier}_net47.{ext}.

The programs in this repository are for open source developers. The users who use Open Touryo in a system development project need to use OpenTouryoTemplates repository.

Summary

Please refer to the following files.

Details

The documents are stored in OpenTouryoDocuments repository. For more details, refer to the documents in OpenTouryoDocuments repository.

Contents

Directory

/license/

License files are stored in this directory.

/root/

Programs, configuration files, sql files, and more are stored in this directory.

Templates base

Open Touryo Template Base is the foundation of the development infrastructure (project template) of the programs using Open Touryo. The samples included in Open Touryo Template Base can be used to evaluate Open Touryo.

When the mismatch is generated between the features of Open Touryo and the requirements of the development project, the customizing template base is useful for resolving the mismatch.
Refer to the tutorial document about the customizing method of template base.

For more information, please refer to the Readme files in the following repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].