• Stars
    star
    240
  • Rank 168,229 (Top 4 %)
  • Language
    C#
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

”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.)

OpenTouryo

Open Touryo is an application framework for .NET 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 2022
  • 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 Standard 2.0 (netstandard2.0)
    • .NET Standard 2.1 (netstandard2.1)
    • .NET Core 2.0 (netcoreapp2.0)
    • .NET Core 3.0 (netcoreapp3.0)
    • .NET 5.0 (net5.0)
    • .NET 6.0 (net6.0)

The name of projects and solutions 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.

More Repositories

1

SampleProgram

いろいろなサンプルプログラムが格納されています。(A variety of sample programs are stored.)
C#
12
star
2

OpenTouryoDocuments

ドキュメント専用のリポジトリを分割しました。(Split the repository of documents only.)
9
star
3

MultiPurposeAuthSite

汎用認証サイトは、ASP.NET Identity および JSON Web Token (JWT)によって強化されたOAuth 2.0およびOpenID ConnectのIdentity Provider (Idp) および Security Token Service (STS)です。(Multi-purpose Authentication Site is Identity Provider (Idp) and Security Token Service (STS) of OAuth 2.0 and OpenID Connect powered by ASP.NET Identity and JSON Web Token (JWT).)
C#
9
star
4

OpenTouryoTemplates

Open棟梁を使用したプロジェクト・テンプレートです。このプロジェクト・テンプレートを使用してアプリケーションやWebサービスの開発プロジェクトを迅速に立ち上げることができます。(These are project templates using the OpenTouryo. You can use this project template for quickly launch applications and web service development projects.)
C#
6
star
5

FrontendTemplates

各種フロントエンド用のテンプレートです。このテンプレートを使用してフロントエンド開発プロジェクトを迅速に立ち上げることができます。(These are templates for various front ends. You can use this template to quickly launch front-end development projects.)
JavaScript
3
star
6

Workflow

ワークフロー機能の分離 ( Separation of Workflow Functions.
C#
2
star
7

AsynchronousProcessingService

非同期処理サービスは、DBMSをキューとして使用するWindowsサービスの非同期処理インフラストラクチャです。(Asynchronous processing service is an asynchronous processing infrastructure for Windows services that uses DBMS as a queue.)
C#
2
star
8

ResourceServerTemplates

各種リソースサーバー用のテンプレートです。このテンプレートを使用してリソースサーバー開発プロジェクトを迅速に立ち上げることができます。(These are templates for various resource servers. You can use this template to quickly launch resource server development projects.)
C#
2
star