Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by onodera-sf
A curated list of projects in awesome lists by onodera-sf .
https://github.com/onodera-sf/monogamebasiceffectlight
BasicEffect のライトのサンプルです。
basic-effect light monogame tips xna
Last synced: 14 Jan 2025
https://github.com/onodera-sf/microsoftazurespeechtotext
Microsoft Azure の音声サービスを使用して音声ファイルからテキストを抽出するサンプルです。
dotnet microsoft-azure speech-to-text wpf
Last synced: 14 Jan 2025
https://github.com/onodera-sf/monogamebasiceffectfog
BasicEffect のフォグのサンプルです。
basic-effect fog monogame tips xna
Last synced: 14 Jan 2025
https://github.com/onodera-sf/dotnetmailkitsend
MailKit を使用してメールを送信するサンプルです。
dotnet-core email mail mailkit smtp tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/clickoncedotnetframeworkmultipleinstall
ClickOnce で同一プロジェクトから複数発行されたプログラムを同一環境にインストールできるように設定するサンプルです。
clickonce dotnet-framework project publish
Last synced: 14 Jan 2025
https://github.com/onodera-sf/dotnetenvironmentvariableget
環境変数を一時的にセットしてプログラム(exe)を実行するサンプルです。
batch dot-net environment-variables tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/blazorwebassemblywithaspnetcoremvc
ASP.NET Core MVC のビューで Blazor WebAssembly を動かすサンプルです。
asp-net-core asp-net-core-mvc blazor blazor-webassembly tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/blazorwebassemblywithaspnetcoremvcmultiple
ASP.NET Core MVC で複数の Blazor WebAssembly を配置するサンプルです。
asp-net-core asp-net-core-mvc blazor blazor-webassembly tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/dotnetexcludefromsinglefile
単一実行ファイルとして発行するファイルの中に含めずに個別のファイルとして発行するサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorevalidationsummarytest
asp-validation-summary の動作を確認するサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorevalidateantiforgerytoken
ASP.NET Core でクロスサイトリクエストフォージェリ (XSRF/CSRF) 対策を行うサンプルです。
antiforgery asp-net-core csrf tips xsrf
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorepostvaluechange
フォームの Post 後にアクションで変更した値をビューに反映させるサンプルです。
asp-net-core asp-net-core-mvc form model
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorelowercaseurl
アクションやページ遷移の URL を全て小文字にするサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcoredatabaseentityframeworkcore
ASP.NET Core で Entity Framework Core を使用してデータベースにアクセスするサンプルです。
asp-net-core entity-framework-core mvc razor-pages tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorelocalizationdataannotation
パラメータ名や入力検証メッセージなどに使用される DataAnnotations の多言語対応を行うサンプルです。
asp-net-core data-annotations localization mvc tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorepartialviewajax
Partial View を使用してクライアント側で部分 HTML を非同期で読み込むサンプルです。
ajax asp-net-core partial-views tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorehtmltextencoder
HTML として出力される日本語が実態参照(数値文字参照)にならないようにするサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorecookieauthentication
Cookie 認証 を使用してログインしないとリダイレクトされる仕組みを作るサンプルです。
asp-net-core authentication cookie login tips
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorecontentstaticfileanotherfolder
静的ファイルを wwwroot 以外のフォルダに配置するサンプルです。
asp-net-core static-content tips wwwroot
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcoreappsettingsdeletepublish
プログラム発行時に不要な appsettings.json を削除するサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcoreappsettings
appsettings.json の動作を確認するためのサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorecontentappendversionanotherfolder
wwwroot フォルダにある静的ファイル以外にも asp-append-version を適用するサンプルです。
asp-net-core static-content tips version
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorecontentappendversion
キャッシュされた古いバージョンの静的ファイルが使用されないように最新であることを示すバージョンを付加するサンプルです。
asp-net-core static-content tips version
Last synced: 14 Jan 2025
https://github.com/onodera-sf/onedriveapidotnetclientcredentialshttpclient
OneDrive API をバッチプログラムなどユーザー操作なしで使用するサンプルです。(.NET C# 版) (追加使用ライブラリなし)
dotnet-core microsoft microsoft-graph onedrive onedrive-api
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcoredownloadcompletenotify
Javascript でファイルのダウンロード後に処理を実行するサンプルです。
asp-net-core complete donwload javascript mvc razor-pages
Last synced: 14 Jan 2025
https://github.com/onodera-sf/onedriveapidotnetclientcredentialsmicrosoftgraph
OneDrive API をバッチプログラムなどユーザー操作なしで使用するサンプルです。(.NET C# 版) (Microsoft Graph ライブラリ使用)
client-credentials dotnet-core microsoft-graph onedrive onedrive-api
Last synced: 14 Jan 2025
https://github.com/onodera-sf/cookieauthenticationmultiple
複数のログイン画面を作成しログインした画面によってアクセスできるページを制限するサンプルです。
asp-net-core authentication cookie login mvc razor-pages scheme
Last synced: 14 Jan 2025
https://github.com/onodera-sf/windowsservicedotnet8
.NET 8 で Windows のサービスを作るサンプルです。
dotnet dotnet-core dotnet8 service windows windowsservice workerservice
Last synced: 14 Jan 2025
https://github.com/onodera-sf/dotnetcodegeneratesourcegenerator
Visual Studio と ソース ジェネレーター (Source Generator) を使用してコードを自動生成するサンプルです。
code csharp dotnet roslyn source-generator visual-studio
Last synced: 14 Jan 2025
https://github.com/onodera-sf/activereportsdotnetpdfoutput
ActiveReports のレポートを PDF ファイルとして出力するサンプルです。
activereports console dotnet pdf
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitysystemresolutionchange
ゲーム解像度を変更するサンプルです。
change game resolution screen unity windows
Last synced: 14 Jan 2025
https://github.com/onodera-sf/visualstudioexeiconbuildconfiguration
選択しているビルド構成によって実行ファイルのアイコンを変更するサンプルです。
build-configuration executable icon program visual-studio
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unityuidropdown
Unity UI のドロップダウンを使用するサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/visualstudioclickoncebuildconfiguration
選択しているビルド構成によって ClickOnce の設定を変えるサンプルです。
build-configuration clickonce publish visual-studio
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unityuifocusrequired
UI オブジェクトからフォーカスが外れないようにするサンプルです。
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitysystemfullscreenchange
ウィンドウモードとフルスクリーンモードを切り替えるサンプルです。
fullscreen fullscreen-mode unity window
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitypublishwebglaspnetcore
Unity WebGL を ASP.NET Core で動かすサンプルです。
asp-net-core brotli game gzip publish unity web webgl
Last synced: 14 Jan 2025
https://github.com/onodera-sf/aspnetcorecookieauthentication_6_0
Cookie 認証 を使用してログインの仕組みを作り、認証していない場合リダイレクトされる仕組みを作るサンプルです。
asp-net-core asp-net-core-mvc asp-net-core-razor-pages authentication cookie login
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitytexturerendertexture
レンダーテクスチャーを使用して別のシーンの内容をテクスチャーとして表示させるサンプルです。
game rendertexture sprite texture unity
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitysprite2dspriteanimation
スプライトシートアニメーションを実装するサンプルです。
animation sprite sprite-animation sprite-sheet unity
Last synced: 14 Jan 2025
https://github.com/onodera-sf/unitysoundsimultaneousplaymanager
効果音の同時再生数を制御するサンプルです。
game sound sound-effects unity
Last synced: 14 Jan 2025
https://github.com/onodera-sf/onedriveapifolderitemenumeration
OneDrive API でフォルダ内のアイテムを 200 個以上列挙するサンプルです。
dotnet dotnet-core enumeration folder microsoft-graph microsoft-graph-api onedrive onedrive-api
Last synced: 07 Jan 2025