並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 669件

新着順 人気順

dotnet runの検索結果241 - 280 件 / 669件

  • NET Core Releases and Support - .NET Blog

    End of support End of support refers to the date after which Microsoft no longer provides fixes, updates, or technical assistance for a particular product version. As this date nears, make sure you have moved to using a supported version and have the latest servicing update installed. If you continue to use a version that is out of support, you’ll no longer receive security updates that will be re

      NET Core Releases and Support - .NET Blog
    • C#でコマンドライン引数を扱う方法 - 備忘録

      Ⅰ. はじめに Ⅱ. ConsoleAppFrameworkを利用する方法 1. NuGetからConsoleAppFrameworkをインストールする 2. サンプルプログラムを書く 3. 実行結果 Ⅲ. CommandLineParserを利用する方法 1. NuGetから CommandLineParser をインストールする 2. サンプルプログラムを書く 3. 実行結果 Ⅳ. System.CommandLine.DragonFruit を使う方法 1. パッケージソースを追加する 2. System.CommandLine.DragonFruit をインストールする 3. サンプルプログラムを書く 4. 実行結果 関連プロジェクト 参考 Ⅰ. はじめに タイトルの通り「C#でコマンドライン引数を扱う方法」です。 Ⅱ. ConsoleAppFrameworkを利用する方法 1.

        C#でコマンドライン引数を扱う方法 - 備忘録
      • WPFクリップボード経由で画像を白黒化(2値化)する。 | 迷惑堂本舗

        dotnet new wpf -n ClipThreshold cd ClipThreshold dotnet add package OpenCvSharp4.Windows dotnet add package OpenCvSharp4.runtime.win dotnet add package OpenCvSharp4.WpfExtensions dotnet add package System.Drawing.Common code . <Window x:Class="ClipThreshold.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="

          WPFクリップボード経由で画像を白黒化(2値化)する。 | 迷惑堂本舗
        • GitHub Actions のローカル Composite Action で歯がゆいこと - tech.guitarrapc.cóm

          GitHub Actions の Composite Action (複合ステップアクション) は便利なのですが、制約や歯がゆいことが多く悩ましいものがあります。 では何が難しいと感じているのか、その対処をどうしているのかメモしておきます。 tl;dr; Composite Actions とは Composite Actions の利用例 Composite Action 利用時の注意 1. 使えるのは run: のみ (制約->改善済み) 2. run.if は使えない (制約) 3. container で実行すると github.action_path パスが狂う (歯がゆい) 4. 1ステップで実行されるのでログの区切りがつかない (歯がゆい) まとめ tl;dr; Composite Action は run のみ使える。uses は使えないからあきらめて Composite

            GitHub Actions のローカル Composite Action で歯がゆいこと - tech.guitarrapc.cóm
          • どこでも動くLogic Apps - APC 技術ブログ

            はじめに こんにちは、ACS事業部の奥山です。 Azure Logic Apps(standard, single tenant) はどこでも動かすことが可能ということで Kubernetes環境 (AKS) で実行してみましたのでブログにしておきます。 ※どこでも動かせるとは言え、Azure Storageが必要です。 (参考にしたサイト) Run Logic App Anywhere - Microsoft Tech Community Azure Logic Apps Running Anywhere – Runtime Deep Dive Logic App とは iPaaS(Integration Platform as a Service)と呼ばれるサービスの一種です。 簡単に言うと、システム間の連携を行うサービスになります。世の中にはいろいろな製品がありますが、MuleSof

              どこでも動くLogic Apps - APC 技術ブログ
            • Refactor your code using alias any type - .NET Blog

              This post is the third in a series of four posts, exploring various C# 12 features. In this post, we’ll dive into the “alias any type” feature, which allows you to create an alias for any type with the using directive. This series is really starting to shape up nicely: Refactor your C# code with primary constructors Refactor your C# code with collection expressions Refactor your C# code by aliasin

                Refactor your code using alias any type - .NET Blog
              • Azure「Bot Framework SDK」とC#でチャットボットをゼロから作る

                はじめに 20卒の黛です。巷ではノンコーディングが流行ってますが、カスタマイズに弱いなって思うことが多々あるので、今回はAzure Bot Serviceのボットを作成、開発できる「Bot Framework SDK」を使い、ゴリゴリコード書いてbotを作っていきます。 bot Frameworkの概念的な話 よく使うダイアログの種類 ダイアログにはいくつかの種類があります(公式ドキュメント)。 この中でも主に使うものを軽く触れておきます。 Waterfall Dialog Waterfall Dialogは一通している会話を作りたい時に使用します。1回の会話のやりとりをstepといい、これを設定した順で実行していきます。 Adaptive Dialog Adaptive DialogとはWaterfallよりも柔軟な会話を実現したい時に使用します。例えば、中断処理や会話の分岐などを簡単に

                  Azure「Bot Framework SDK」とC#でチャットボットをゼロから作る
                • App Trimming in .NET 5 - .NET Blog

                  What is trimming One of the big differences between .NET Core and .NET Framework is that .NET Core supports self-contained deployment – everything needed to run the application is bundled together. It doesn’t depend on having the framework separately installed. From an application developer perspective, this means that you know exactly which version of the runtime is being used, and the installati

                    App Trimming in .NET 5 - .NET Blog
                  • C# Support in Fleet: Solution View, Unit Testing, and More! | The .NET Tools Blog

                    IDEs CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Grazie Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana CodeCanvas .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS

                      C# Support in Fleet: Solution View, Unit Testing, and More! | The .NET Tools Blog
                    • ASP.NET Core 2.0 アプリケーションを JWT でセキュアする

                      Auth0 Marketplace Discover and enable the integrations you need to solve identity Explore Auth0 Marketplace 注意!本書は ASP.NET Core プラットフォームのバージョン 2.0 を参照しています。ASP.NET Core 1.0 をセキュアにする方法をお探しの方は、 ASP.NET Core 認証チュートリアル セクションをご参照ください。お楽しみください! TL;DR: 以前のバージョンとは異なり、ASP.NET Core 2 は JSON Web Token に対するネイティブサポートを提供します。このサポートにより、ASP.NET アプリケーションにおけるこのテクノロジをより簡単な方法で統合することができます。本書では、ASP.NET Core 2 をベースにして We

                        ASP.NET Core 2.0 アプリケーションを JWT でセキュアする
                      • Getting started with Local PowerShell Jupyter Notebook - darrenjrobinson - Bespoke Identity and Access Management Solutions

                        darrenjrobinson – Bespoke Identity and Access Management Solutions Enterprise Microsoft and SailPoint Identity & Access Management Architect Update 10 July 2020: See this post for how to run PowerShell Jupyter Notebook locally in a Docker Container or online using Binder. This post details how to run Local PowerShell Jupyter Notebook on Windows. You may also be interested in my Microsoft Reactor s

                          Getting started with Local PowerShell Jupyter Notebook - darrenjrobinson - Bespoke Identity and Access Management Solutions
                        • C#でSeleniumをやめてPlaywrightを使ってみた1

                          Playwrightっていうのがあるらしいブラウザの自動処理ってSeleniumでいつもやっているんだけど、別に不満もないけど、比較的新しいツールとしてPlaywrightがいいらしいときいた。 どうせ自分はSeleniumを使うといってもChromeで自動処理したいだけなんだけど、Seleniumの場合、Chromeのバージョンアップにともなって適合するバージョンのドライバをダウンロードしなきゃいけなかったりでちょっと不便。(ま、起動時にチェックして自動でダウンロードする専用クラスは自作したんだけど) で、Seleniumで自動処理しているときにときどきブラウザ自体が落ちるときがあって、これを何とかしたいと思って調べたらPlaywrightが引っかかってきた。とはいえ、ブラウザが落ちなくなるとかSeleniumより安定するという話があったわけではない。 ただただ、古くからあるSeleni

                            C#でSeleniumをやめてPlaywrightを使ってみた1
                          • .NET 5 で作ったWindowsアプリをpublishするメモ - rinsuki’s blog

                            なかなか迷ったのでメモ書き。 TL;DR: .NET 5 及び .NET Core では Any CPU な exe を作れない SelfContained を true にするとランタイムのインストールが不要になるがかなりサイズが膨らむ PublishSingleFile は true がおすすめ さようなら Any CPU exe .NET 5 及び .NET Core では Any CPU なexeが作れない。なぜかというとexeは実際にはdotnet.exe(+PublishSingleFileがtrueの場合はアプリのファイルたち)で、dotnet.exeは Any CPU ではないから。Issueはこれ。.NET Core 時代の物だが、.NET 5 になっても状況は変わっていない様子。 github.com StarlightResizeの場合はそもそもデレステ自体が64bi

                              .NET 5 で作ったWindowsアプリをpublishするメモ - rinsuki’s blog
                            • 【アップデート】Pythonと.NETでもSnapStartが利用可能になりました!! | DevelopersIO

                              リテールアプリ共創部@大阪の岩田です。 re:Invent 2022で発表されたSnapStartは設定変更のみでLambdaのコールドスタートを改善できる非常に魅力的な機能でした。しかしながら、サポートされるランタイムはJava11以上のみという状況が長らく続いており、他のランタイムを利用するユーザーは自身が利用するランタイムでもSnapStartが利用可能になるのを待ち望んでいたのではないでしょうか? それがついに2024/11/18付けのアップデートでSnapStartがサポートするランタイムが増えました!! 従来のJavaに加えてPython3.12以上と.NET8以上(といっても.NETは8が最新ですが)のランタイムでSnapStartがサポートされています。 ちょっと設定を変更するだけでコールドスタートのレイテンシが改善されるので、LambdaのランタイムにPythonや.NE

                                【アップデート】Pythonと.NETでもSnapStartが利用可能になりました!! | DevelopersIO
                              • OpenAI 2.0.0

                                Using the async API Every client method that performs a synchronous API call has an asynchronous variant in the same client class. For instance, the asynchronous variant of the ChatClient's CompleteChat method is CompleteChatAsync. To rewrite the call above using the asynchronous counterpart, simply await the call to the corresponding async variant: ChatCompletion completion = await client.Complet

                                  OpenAI 2.0.0
                                • Introducing the Azure Quantum Development Kit Preview

                                  100x faster, 100x smaller, and it runs in the browser! The Azure Quantum team is excited to announce the initial preview of the new Azure Quantum Development Kit (or QDK for short). This has been entirely rebuilt using a new codebase on a new technology stack, and this blog post outlines the why, the how, and some of the benefits of doing so. The “tl;dr” is that we rewrote it (mostly) in Rust whic

                                    Introducing the Azure Quantum Development Kit Preview
                                  • ASP.NET Core Route Tooling Enhancements in .NET 8 - .NET Blog

                                    No trial. No credit card required. Just your GitHub account. ASP.NET Core is built on routing. Minimal APIs, Web APIs, Razor Pages, and Blazor all use routes to customize how HTTP requests map to your code. In .NET 8 we’re investing in a suite of new features to make routing easier to learn and use. These include: Route syntax highlighting Autocomplete of parameter and route names Autocomplete of

                                      ASP.NET Core Route Tooling Enhancements in .NET 8 - .NET Blog
                                    • C#/WinRT Authoring Preview and Updates

                                      The C#/WinRT team is excited to announce our latest release, which includes a preview of C#/WinRT authoring with the latest C#/WinRT NuGet package, as well as updates to the .NET 5.0 SDK with the .NET February update. Since our last blog post on C#/WinRT v1.0, we have some new features to show off! The latest C#/WinRT NuGet package, which is version 1.1.2-prerelease.210208.6, includes a preview of

                                        C#/WinRT Authoring Preview and Updates
                                      • テキスト読み上げクイックスタート - Speech サービス - Azure AI services

                                        アプリケーションを作成する 以下の手順に従ってコンソール アプリケーションを作成し、音声 SDK をインストールします。 新しいプロジェクトを作成したいフォルダーでコマンド プロンプト ウィンドウを開きます。 次のコマンドを実行して、.NET CLI でコンソール アプリケーションを作成します。 dotnet new console このコマンドは、プロジェクト ディレクトリに Program.cs ファイルを作成します。 .NET CLI を使用して、新しいプロジェクトに Speech SDK をインストールします。 dotnet add package Microsoft.CognitiveServices.Speech Program.cs のコンテンツを次のコードに置き換えます。 using System; using System.IO; using System.Threadi

                                          テキスト読み上げクイックスタート - Speech サービス - Azure AI services
                                        • .NET Basics

                                          So you want to learn .NET but you are confused about the differences between .NET Framework and .NET Core or what the various versions of ASP.NET are or what the relationship is between C# and F#? If that is the case then you came to the right place. This guide will cover all the basics of .NET and shed some light on the various acronyms and buzz words behind it! If you are new to .NET and you wan

                                            .NET Basics
                                          • github actionsでdockerビルドする時のキャッシュ方法を比較してみた | SIOS Tech. Lab

                                            はじめに この記事では、github actionsでdockerのbuildをキャッシュする方法を4つ調べたので、その比較を書いていきたいと思います。 結論だけ知りたい方は、こちら ベースコード 今回の比較で使うベースのサンプルコードです。 dockerのビルドにはbuild-push-actionを使い、push先にはgithub container registry(ghcr)を利用します。 Dockerfile FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /myApp COPY ./myApp/myApp ./ RUN dotnet restore RUN dotnet publish -c Release -o /app --no-restore FROM mcr.microsoft.com/dotnet/aspn

                                              github actionsでdockerビルドする時のキャッシュ方法を比較してみた | SIOS Tech. Lab
                                            • Creating a Windows Service with .NET 6

                                              blogs.cninnovation.com Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more Windows services are programs that are automatically started when the system starts up, or when the user logs in. They run in the background and can run with a different account than the logged-in user. .NET makes it easy to create Windows services or Linux daemo

                                                Creating a Windows Service with .NET 6
                                              • Blazorチョット(だけ快適に開発)デキルようになる(かもしれない)小技 - 🐥note.

                                                本エントリはBlazor Advent Calender 2019の16日目の記事です Blazorの開発を行う上でチョット(だけ快適に開発)デキルようになる(かもしれない)小技を紹介します。 Linkの無効化でClient side Blazorのビルド時間をチョット高速化する Client side Blazorで大きめなプロジェクト・ライブラリを使用している場合、アセンブリのリンクを無効化することでビルドがチョット早くなる小技です。 参考元はMicrosoft Docs docs.microsoft.com .csprojに以下の設定を追加するだけ。 <PropertyGroup> <BlazorLinkOnBuild>false</BlazorLinkOnBuild> </PropertyGroup> Releaseビルドする際はBlazorLinkOnBuildをtrueにした

                                                  Blazorチョット(だけ快適に開発)デキルようになる(かもしれない)小技 - 🐥note.
                                                • Online Amoxil ^ Amoxil Scandinavia-pris (Page 1) — 25 jaar Onafhankelijk; hoe verder? — Suriname Forum op Waterkant.Net

                                                  Europeisk apotek Online Amoxil Klikk her - http://url-qr.tk/Amoxil - Gå til apoteket - Lav pris for medisiner av høy kvalitet-- - Din full tilfredshet er garantert eller pengene dine blir returnert-- - Rask levering og fullstendig privatliv-- - Bonuspiller og store rabatter for hver bestilling-- _______________________________________________________________________________________________________

                                                  • App2ContainerがLinux .NETをサポートしたので、.NET6 + Amazon Linux2からApp Runnerへデプロイしてみた | DevelopersIO

                                                    App2ContainerがLinux .NETをサポートしたので、.NET6 + Amazon Linux2からApp Runnerへデプロイしてみた いわさです。 AWS App2ContainerでLinuxの.NETアプリケーションがサポートされました。 AWS App2Container (A2C) now supports containerization of .NET running on Linux 従来は以下がサポートされていましたが.NET+Linuxが加わった形となります。 Java + Linux .NET + Windows FAQのサポートされているアプリケーションにはまだ記載がありませんが、そのうち追加されそうですね。 Q: What application types are supported by App2Container? App2Containe

                                                      App2ContainerがLinux .NETをサポートしたので、.NET6 + Amazon Linux2からApp Runnerへデプロイしてみた | DevelopersIO
                                                    • Ocelot を使った API ゲートウェイの実装 - .NET

                                                      このコンテンツは eBook の「コンテナー化された .NET アプリケーションの .NET マイクロサービス アーキテクチャ」からの抜粋です。.NET Docs で閲覧できるほか、PDF として無料ダウンロードすると、オンラインで閲覧できます。 重要 現在、参照マイクロサービス アプリケーション eShopOnContainers では、Envoy が提供する機能を使用して、前に参照された Ocelot ではなく、API ゲートウェイを実装しています。 この設計が選択されたのは、eShopOnContainers に実装される新しい gRPC サービス間通信で必要な WebSocket プロトコルのサポートが Envoy に組み込まれているためです。 ただし、ガイドにこのセクションが含まれているのは、Ocelot を実稼働レベルのシナリオに適したシンプルで有能な軽量の API ゲートウェ

                                                        Ocelot を使った API ゲートウェイの実装 - .NET
                                                      • Why is F# code so robust and reliable? - .NET Blog

                                                        Catch up on all of the fun and educational .NET sessions, with our on-demand videos. This is a guest post by Vladimir Shchur, lead developer at Access Softek. Vladimir is an active open-source contributor, the author of Oxpecker and Pulsar.Client libraries. He has also published a series of posts on Medium and contributed to F# Core. In Access Softek, we’ve been developing software for financial i

                                                          Why is F# code so robust and reliable? - .NET Blog
                                                        • TLS 1.0 and 1.1 deprecation | Microsoft Community Hub

                                                          If you are not sure about a particular endpoint, you can use this powershell to test the endpoint to see which versions of TLS it supports- <# Created by: whall Date Created: 3/25/2020 Product Area Tags: Connectivity Technology Tags: SSL TLS Use Case: Shows which version(s) of TLS is supported for a URL Description: When you run this, it checks each TLS type connection to see if it is supported. P

                                                            TLS 1.0 and 1.1 deprecation | Microsoft Community Hub
                                                          • AWS Lambda をコンテナイメージで動かした話

                                                            AWS Lambda をコンテナで起動してみる(Rails を動かす) ローカルで実行テストからのデプロイ AWS SAM & AWS Lambda(コンテナ) とても便利! こんにちは。今年こそは AWS SA プロフェッショナルを受験するぞ!と息巻いてる吉岡です。(受かるとは言ってない) さて、かれこれ一年以上前になりますが、AWS Lambda でコンテナイメージが使えるようになったようです。 AWS Lambda の新機能 – コンテナイメージのサポート 今更ですが、先日、Ruby を使ったカスタムコンテナ(自分で書いた Dockerfile)で AWS Lambda(以下 Lambda)を動かしてみたので、実行方法を紹介したいと思います。 Lambda をコンテナで実行できると何が良いのか? これまでは例えば、Lambda(Ruby runtime)で DB(MySQL, Pos

                                                              AWS Lambda をコンテナイメージで動かした話
                                                            • Ubuntu で動作する .NET 系な GUI フレームワークお試し (Mono、AvaloniaUI) - 雑食性雑感雑記

                                                              仕事で、Ubuntu で動く GUI フレームワークについてアレコレ調べたのですが、思いの外深掘りになったので、改めて私的にまとめてみることにしました。 経緯 以前、Ubuntu を使って Qt を用いた GUI アプリケーションを作ったのですが、データのやり取りが絡んでくると結構複雑な構成となり、ちょっとトラウマ。。 改めて今回、同じく Ubuntu で動く GUI アプリケーションとなったので、使えるものを調査することにしました。 最近 WPF を使うことが増えてきたので、その互換のものがあればスキル的にも楽かと―― 作るもの 実際作るものを簡易的にした構成の『動画ビューア』を作ります。 動画の読み込みは OpenCV を使った動的ライブラリ (.so ファイル) で行い、それを GUI から呼び出すようにします。 完成イメージはこんな感じ。 動画の読み込みダイアログ使ったファイルパス

                                                                Ubuntu で動作する .NET 系な GUI フレームワークお試し (Mono、AvaloniaUI) - 雑食性雑感雑記
                                                              • dotnet repl

                                                                Go get .NET 5 for Windows, Mac, or Linux, over at https://dotnet.microsoft.com/ Then install Jon Sequeria's "dotnet repl" with this one line global tool install: dotnet tool install --global dotnet-repl Then just type dotnet repl at the command line. Use the Windows Terminal ideally. That will drop you here! With .NET Interactive/.NET Notebooks at the heart, consider this command-line experimental

                                                                  dotnet repl
                                                                • Getting started with UI testing .NET MAUI apps using Appium - .NET Blog

                                                                  No trial. No credit card required. Just your GitHub account. Testing is a crucial part of software development to ensure the quality of your application. While there are many forms of testing, one that is particularly popular is user-interface testing, also known as UI testing. In this blog post we will have a look at how to get started with UI testing your .NET MAUI app, on mobile and desktop, by

                                                                    Getting started with UI testing .NET MAUI apps using Appium - .NET Blog
                                                                  • Fake It Til You Make It...To Production - .NET Blog

                                                                    No trial. No credit card required. Just your GitHub account. A few years back, I started an internal Microsoft project called R9. Our goal was to create a robust SDK to accelerate the development of reliable high-scale services on .NET. Hundreds of microservices within Microsoft now leverage this SDK and happily many of the technologies we created have been folded into .NET 8 for the benefit of th

                                                                      Fake It Til You Make It...To Production - .NET Blog
                                                                    • WebAssembly Reference Types in Wasmtime

                                                                      Note: I am cross-posting this article from the Bytecode Alliance blog to my personal blog. A few weeks ago, I finished implementing support for the WebAssembly reference types proposal in Wasmtime. Wasmtime is a standalone, outside-the-Web WebAssembly runtime, and the reference types proposal is WebAssembly’s first foray beyond simple integers and floating point numbers, into the exciting world of

                                                                      • Introducing the .NET Upgrade Assistant Preview - .NET Blog

                                                                        Supercharge your distributed app and cloud native development with .NET Aspire by harnessing cutting-edge Azure services, components, tooling, deployment, and more for your .NET Aspire projects. Join the .NET Aspire and Azure product teams as they deep dive into essential Azure services to build world-class, cloud native applications with .NET. Today we’re excited to introduce a tool we’ve been wo

                                                                          Introducing the .NET Upgrade Assistant Preview - .NET Blog
                                                                        • Application.SetCompatibleTextRenderingDefault(Boolean) メソッド (System.Windows.Forms)

                                                                          C# アプリの場合、Visual Studio によって Program.cs ファイルに へのSetCompatibleTextRenderingDefault呼び出しが自動的に追加されます。 テキスト レンダリングの既定値を変更するには、生成されたコードを変更します。 static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } 注釈 特定のWind

                                                                            Application.SetCompatibleTextRenderingDefault(Boolean) メソッド (System.Windows.Forms)
                                                                          • [アップデート] AWS Lambda のマネージドランタイムで .NET 8 が使えるようになりました | DevelopersIO

                                                                            いわさです。 今朝の AWS CLI v1.32.46 の次のコミットで「Add .NET 8 (dotnet8) Runtime support to AWS Lambda.」という内容が追加されていました。 AWS Lambda のマネージドランタイムは LTS のみがサポートされます。 そのため、これまで Lambda .NET の最新版は 2022 年 2 月にサポートされた .NET 6 が最新の状態でした。 .NET 7 も使おうと思えばコンテナイメージあるいはカスタムランタイムであれば使うことが出来たのですが、.NET 7 は STS でありマネージドランタイムでのサポートがされない状態でした。 また、2023 年 11 月に登場した最新の LTS である.NET 8 に関しては、なかなか Lambda マネージドラインタイムでのサポートがされず、さらに当初予定されていた 2

                                                                              [アップデート] AWS Lambda のマネージドランタイムで .NET 8 が使えるようになりました | DevelopersIO
                                                                            • Windowsコンテナを触ってみる - Qiita

                                                                              はじめに 最終目標は違うところにあるのですが、もともとDockerってどんなものなのかを試してみたかったので勉強も兼ねて... ※状況がどんどん変わっていっているみたいなので、最新状況は定期的に追っかけないとだめそうだ...ただ、始めるタイミングは良かった模様 と思っていたら、Docker Desktop有料化のニュースが... ◆Docker Desktop有料化の影響 https://qiita.com/autotaker1984/items/284e28f82fc1828da44e ◆Docker Desktopに依存しない、WindowsでのDocker環境 https://qiita.com/ohtsuka1317/items/617a865b8a9d4fb67989 基本コマンド # イメージ情報表示 > docker images REPOSITORY TAG IMAGE I

                                                                                Windowsコンテナを触ってみる - Qiita
                                                                              • AWS Graviton への移行支援する Porting Advisor for Gravitonを試してみた | DevelopersIO

                                                                                ソースコードを分析して、AWS Graviton への移行時に変更が必要となる古いランタイムやライブラリをチェックしてくれます。 クラウドコストを最適化する手段の一つとして、コストパフォーマンスが高い AWS Graviton への移行・採用があります。 また近年では、サスティナビリティの観点からもパフォーマンスが良い AWS Graviton の利用が推奨されることを見聞きする機会があります。 Amazon EC2 Deep Dive: AWS Graviton2 Arm CPU 搭載インスタンス 良い面が聞かれる一方で、注意すべき点もあります。 例としては下記があります。 全ての OS やインスタンスタイプで利用出来るわけではありません プロセッサ設計と実行されるアプリケーション仕様により、期待されるパフォーマンスが得られない可能性があります 特に二つの注意点については、インフラストラ

                                                                                  AWS Graviton への移行支援する Porting Advisor for Gravitonを試してみた | DevelopersIO
                                                                                • Improvements to auth and identity in ASP.NET Core 8 - .NET Blog

                                                                                  No trial. No credit card required. Just your GitHub account. The ASP.NET Core team is improving authentication, authorization, and identity management (collectively referred to as “auth”) in .NET 8. New APIs will make it easier to customize the user login and identity management experience. New endpoints will enable token-based authentication and authorization in Single Page Applications (SPA) wit

                                                                                    Improvements to auth and identity in ASP.NET Core 8 - .NET Blog