並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 118 件 / 118件

新着順 人気順

".net core"の検索結果81 - 118 件 / 118件

  • [Microsoft] Windowsデスクトップ向け業務アプリ開発は.NETと.NET Frameworkどっち? - 2020年3月版 - Qiita

    LTS(Long Term Support)版はリリースから3年間サポートされます。 Visual Studioにおけるサポートは? Visual Studio 2019 16.3から.NET Core 3.0がサポートされました。 WPFの場合 WPF XAMLデザイナーは、Visual Studio 2019 16.3から使用できます。プレビューではありません。 Windows Formsの場合 Updates on .NET Core Windows Forms designerによりますと、ビジュアルデザイナーはVisual Studio 2019 16.6においてプレビュー段階です。まだいくつかのコントロールしかサポートしておらず、またサードパーティのコントロールもサポートしていません。 全機能のサポートは.NET 5.0の頃になるようです。 .NET Frameworkで作って

      [Microsoft] Windowsデスクトップ向け業務アプリ開発は.NETと.NET Frameworkどっち? - 2020年3月版 - Qiita
    • .NETとXamarinの統合、クラウドネイティブ対応はどうなるのか――2021年11月ローンチ、.NET 6の最新情報

      ※1:Mac Catalystは、iPad AppとMac Appでコードを共有する技術です。これにより、iPad向けのアプリにMac用のコードを追加するだけで比較的簡単にMacネイティブアプリとして動かせます。 ※2:前身の「Mobile Blazor Bindings」ではiOSとAndroidのサポートがありました。今後対応予定なのかどうかは残念ながら詳しい情報がありませんが、Microsoft Build 2021のセッション内では「まずはWindowsとMacにおけるリッチなデスクトップアプリのシナリオをサポートします」とコメントがあったので、今後のサポートがあるかもしれません。 .NET MAUIはXamarin.Formsの進化版なのでXamarin.Formsと同じように利用できると考えて問題ありません。今回公開された新機能は下記の通りです。 iOS、Android、Mac

        .NETとXamarinの統合、クラウドネイティブ対応はどうなるのか――2021年11月ローンチ、.NET 6の最新情報
      • New C# Source Generator Samples - .NET Blog

        Phillip introduced C# Source Generators here. This post describes two new generators that we added to the samples project in the Roslyn SDK github repo. The first generator gives you strongly typed access to CSV data. The second one creates string constants based on Mustache specifications. Source Generators Overview It is important to have a good mental picture of how source generators operate. C

          New C# Source Generator Samples - .NET Blog
        • Spectre.Console lets you make beautiful console apps with .NET Core

          I've long said, as a fan of the console and text mode, that the command line is underloved. You can do accelerated 3D VR, sure, but impress me with a nice ASCII progress bar or spinner and oh my! *Chef's kiss* Enter yet another lovely Console library in the form of Spectre.Console. You may know Patrik Svensson as the creator of the wonderful Cake build system. He is also enhancing our consoles wit

            Spectre.Console lets you make beautiful console apps with .NET Core
          • WPFで未処理の例外を処理するベストプラクティス

            はじめに WPFで未処理の例外を処理する方針が、毎回わからなくなるので、ここに整理しておきます。 ベストプラクティス つぎのようにApp.xamlのStartupにイベントハンドラーを追加して private void App_OnStartup(object sender, StartupEventArgs e) { DispatcherUnhandledException += (o, args) => { // ログ出力処理 args.Handled = true; // 例外処理の中断 if ( /** アプリケーションを継続可能か判定する **/ ) { // アプリケーションが継続実行可能な場合 // ユーザーへの適切な通知処理など } else { // アプリケーションが継続不可能な場合 // ユーザーへ適切に通知したのち、リソースを解法してエラーとしてアプリケーションを終

              WPFで未処理の例外を処理するベストプラクティス
            • .NET CoreでのT4の利用と、実行時テキスト生成の挙動を追ってみる | Yucchiy's Note

              December 07, 2019.NET CoreでのT4の利用と、実行時テキスト生成の挙動を追ってみる 概要 .NET CoreでT4を利用して実行時テキスト生成を行う どのようにテンプレートエンジンが動作しているかを確認する セットアップ T4をセットアップし、簡単なテンプレートによるテキスト生成を行ってみます。 .NET Coreでは、Mono.TextTemplatingを利用します。

                .NET CoreでのT4の利用と、実行時テキスト生成の挙動を追ってみる | Yucchiy's Note
              • Conversation about crossgen2 - .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. Crossgen2 is an exciting new platform addition and pa

                  Conversation about crossgen2 - .NET Blog
                • Loop alignment in .NET 6 - .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. When writing a software, developers try their best to

                    Loop alignment in .NET 6 - .NET Blog
                  • What's new in .NET Productivity - .NET Blog

                    Join us on September 18th as we dive deep into building world-class cloud native applications with .NET and Azure. The .NET Productivity team (a.k.a. Roslyn) wants to help you be more productive! We’ve seen a lot of excitement in the past few months over our latest features which automate and reduce editing tasks to a single click and help save you time. In this post, I’ll cover some of the latest

                      What's new in .NET Productivity - .NET Blog
                    • .NET Core 2.1, 3.1, and .NET 5.0 updates are coming to Microsoft Update - .NET Blog

                      Join us on September 18th as we dive deep into building world-class cloud native applications with .NET and Azure. 12/09/2020: this post was updated to clarify that Client operating systems will get .NET Core updates via Automatic Updates, while Server operating systems will get .NET Core updates via WSUS and MU Catalog. 12/14/2021: this post was updated to reflect Hosting Bundle updates are also

                        .NET Core 2.1, 3.1, and .NET 5.0 updates are coming to Microsoft Update - .NET Blog
                      • .NET 7のPreviewを使ってDockerfileを使わずにコンテナをビルドしてみる。 - Qiita

                        はじめに .NET 7 からは、Dockerfileが無くてもDockerコンテナがビルドできるということで、どんな動きになるのかを確認していきます。 ただ、.NET 7はまだPreview状態なので、コンテナ内から親のWSLのDockerホストに接続してコンテナをビルドしてみます。 .NET 7の起動 とりあえず.NET 7.0のコンテナを起動しておきます。

                          .NET 7のPreviewを使ってDockerfileを使わずにコンテナをビルドしてみる。 - Qiita
                        • .NET Serialization Roundup 2022

                          The last test is from 2019 which is still accurate but the world is changing and we have arrived at .NET 7.0 which is reason enough to spin up my test suite again and measure from .NET 4.8, 3.1, 5.0, 6.0 up to 7.0. The “old” articles are still relevant despite their age. https://aloiskraus.wordpress.com/2019/09/29/net-serialization-benchmark-2019-roundup/ https://aloiskraus.wordpress.com/2018/05/0

                            .NET Serialization Roundup 2022
                          • Livet v3.2.1 をリリースしました - かずきのBlog@hatena

                            しばらく触ってませんでしたが、リリースしました。 Microsoft.Xaml.Behaviors.Wpf が .NET Core 3.0 対応したので、Livet も警告が出ない状態で .NET Core で使えます。 変更点 v3 系になってから各種機能を個別の NuGet パッケージに分離してきましたが以下のような形で落ち着きました。 LivetCask パッケージ NuGet Gallery | LivetCask 3.2.1 以下のパッケージの詰め合わせです。 LivetCask.Behaviors LivetCask.Collections LivetCask.Converters LivetCask.EventListeners LivetCask.Messaging LivetCask.Mvvm 従来通りの機能セットが含まれるように各種パッケージをまとめてます。 Livet

                              Livet v3.2.1 をリリースしました - かずきのBlog@hatena
                            • JetBrains Rider and the .NET Aspire Plugin | The .NET Tools Blog

                              With the .NET 8 announcement, developers were surprised to learn of a new opinionated, cloud-ready stack for building observable distributed applications. Of course, we’re talking about .NET Aspire, a solution of tools and patterns delivered to developers via the NuGet workloads found in newer versions of the .NET SDK, similar to Multi-Application UI or MAUI. In this post, we’ll cover what .NET As

                                JetBrains Rider and the .NET Aspire Plugin | The .NET Tools Blog
                              • What's new in Windows Forms runtime in .NET 5.0 - .NET Blog

                                Join us on September 18th as we dive deep into building world-class cloud native applications with .NET and Azure. Since Windows Forms was open sourced in late 2018, and ported to .NET Core, both the team and our external contributors have been busy fixing old bugs and adding new features. In this post we are going to talk about what’s new in Windows Forms runtime in .NET 5.0. Windows controls add

                                  What's new in Windows Forms runtime in .NET 5.0 - .NET Blog
                                • Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code - .NET Blog

                                  Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code We are excited to announce that Polyglot Notebooks, Visual Studio Code’s multi-language notebook extension, is now generally available in the VS Code Marketplace! Please note: While the Polyglot Notebooks extension in Visual Studio Code is now generally available, the .NET Interactive APIs that power it are still in prev

                                    Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code - .NET Blog
                                  • A new MSBuild editing experience - Visual Studio Blog

                                    Get notified in your email when a new post is published to this blog MSBuild is a fundamental part of the .NET development experience, but it can be challenging to new and experienced developers alike. To help developers better understand their project files and access advanced functionality that requires editing the project file directly, we’re releasing an experimental MSBuild editor that has a

                                      A new MSBuild editing experience - Visual Studio Blog
                                    • Why and How to Execute GraphQL Queries in .NET - .NET Blog

                                      Most (if not all) projects are consuming APIs to get data, and there many ways to do it. One of the most popular ways is to use REST APIs. However, REST APIs have some limitations, such as over-fetching (forcing the client to load all properties even when only a few are needed for the UI). GraphQL is a great alternative to REST APIs because it allows you to request only the data you need, which ca

                                        Why and How to Execute GraphQL Queries in .NET - .NET Blog
                                      • C# 9.0 の新機能

                                        レコード型 C# 9.0 で、レコード型(records)という新しい種類の型が追加されました。 record (記録)という名前通り、データの読み書きに使うことを意図した型です。 例えば以下のような書き方で、「Name という文字列と Birthday という日付」を読み書きできます。 using System; record Person(string Name, DateTime birthday); 詳しくは「レコード型」で説明します。 init-only プロパティ 以下のように init という新しいアクセサーを使って、「オブジェクト初期化子までは書き換え可能で、それ以降は書き換えできないプロパティ」を作れるようになりました。 var p = new Point { X = 1, Y = 2 }; p.X = 3; // ダメ。 class Point { public int

                                          C# 9.0 の新機能
                                        • Async ValueTask Pooling in .NET 5 - .NET Blog

                                          The async/await feature in C# has revolutionized how developers targeting .NET write asynchronous code. Sprinkle some async and await around, change some return types to be tasks, and badda bing badda boom, you’ve got an asynchronous implementation. In theory. In practice, obviously I’ve exaggerated the ease with which a codebase can be made fully asynchronous, and as with many a software developm

                                            Async ValueTask Pooling in .NET 5 - .NET Blog
                                          • Deep dive of Microsoft.Extensions.DependencyInjection in Japanese

                                            MicrosoftExtensionsDependencyInjectionDeepDive.md Microsoft.Extensions.DependencyInjection Deep Dive そんなに深くない気がしますが。Microsoft.Extensions.DependencyInjection の DI についてざっくりまとめた記事です。なお、長いので、Microsoft.Extensions.DependencyInjection を M.E.DI と略します。 例によって、公式ドキュメント にすべて書いてある、はずですが、ここでは少し別の観点でまとめてみます。また、ドキュメントに書いてない(と思う)内部実装についてもいくつか書いてあります。 使い方 IServiceCollection の拡張メソッドを使用して、フレームワークやランタイムが提供する IServiceC

                                              Deep dive of Microsoft.Extensions.DependencyInjection in Japanese
                                            • Microsoft Certified: Azure Developer Associate - Certifications

                                              この認定資格の受験者は、要件の収集、設計、開発、デプロイ、セキュリティ、メンテナンス、パフォーマンス チューニング、監視など、開発のすべてのフェーズに参加する責任があります。 Azure の次の項目に習熟している必要があります。 SDK データ ストレージ オプション データ接続 API アプリの認証と承認 コンピューティングとコンテナーのデプロイ デバッグ ソリューションを実装するには、次のパートナーと連携します。 クラウド ソリューション アーキテクト DBA DevOps インフラストラクチャ管理者 その他の利害関係者 次のことが必要です。 2 年間のプログラミング経験。 Azure SDK を使用したプログラミングに精通していること。 Azure CLI、Azure PowerShell、その他のツールの使用に精通していること。 評価されるスキル Azure 計算ソリューションの開

                                                Microsoft Certified: Azure Developer Associate - Certifications
                                              • .NET COREでLinuxで動作するサービスを作成する – code-lab.net

                                                .NET Core + C#でLinuxのDeamon作れないかなと思ったら、思ったより簡単に作れるようになっていたので覚え書き。Program.csとDaemonService.csの中味はほぼ定型なのでサンプルからそのまま流用します。 以下のサンプルは.NET Core 3.1で記述しています。 // Program.cs using System; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace DaemonSample { clas

                                                • Calling Windows APIs in .NET5

                                                  With the release of .NET5 Preview 8, we have introduced a streamlined way for .NET developers to access the set of Windows Runtime (WinRT) APIs that are shipped as part of Windows. .NET5 applications can now access Windows APIs through a new set of Target Framework Monikers (TFMs), which have been extended to support platform specific APIs. This is the recommended mechanism for .NET going forward.

                                                    Calling Windows APIs in .NET5
                                                  • What’s new in XAML developer tools in Visual Studio 2019 for WPF & UWP - Visual Studio Blog

                                                    Since the launch of Visual Studio 2019 we’ve released many new features for XAML developers working on WPF or UWP desktop applications. With this week’s release of Visual Studio 2019 version 16.4 and 16.5 Preview 1 we’d like to use this opportunity to do a recap of what’s new throughout the year. If you missed our previous releases or simply have not had a chance to catch-up, this blog post will b

                                                      What’s new in XAML developer tools in Visual Studio 2019 for WPF & UWP - Visual Studio Blog
                                                    • Experimenting with OData in ASP.NET Core 3.1 - OData

                                                      A lot of developers have asked me recently about OData compatibility with ASP.NET Core 3.0 and again with .NET Core 3.1 after it’s very recent release. This demand became more and more critical with the recent announcement from the .NET team around .NET Core 2.2 reaching the end of its life on Dec 23rd of this year. And because of all of that, the OData team at Microsoft have been working diligent

                                                        Experimenting with OData in ASP.NET Core 3.1 - OData
                                                      • Building a Progressive Web App with Blazor - Visual Studio Blog

                                                        A Progressive Web Application (PWA) is a Single Page Application (SPA) that uses modern browser APIs and capabilities to behave like a desktop app. Blazor WebAssembly (now in preview) includes support for Progressive Web Applications. Today, I want to show you how to build your first Blazor PWA. I am using the latest preview of Visual Studio for Mac, you can also create them using the latest Visua

                                                          Building a Progressive Web App with Blazor - Visual Studio Blog
                                                        • Elevating C# Code Quality with Qodana: A Journey Towards Perfection | The .NET Tools Blog

                                                          IDEs AppCode 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 Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Amper Edu

                                                            Elevating C# Code Quality with Qodana: A Journey Towards Perfection | The .NET Tools Blog
                                                          • .NET Interactive Preview 3: VS Code Insiders and .NET Polyglot Notebooks - .NET Blog

                                                            Join us on September 18th as we dive deep into building world-class cloud native applications with .NET and Azure. ***Please note this post is outdated. The .NET Interactive Notebooks Extension is now named Polyglot Notebooks. See here to learn more: https://devblogs.microsoft.com/dotnet/dotnet-interactive-notebooks-is-now-polyglot-notebooks/ *** In .NET Interactive Preview 2, we announced that in

                                                              .NET Interactive Preview 3: VS Code Insiders and .NET Polyglot Notebooks - .NET Blog
                                                            • Announcing .NET Community Toolkit 8.1! Better, faster MVVM source generators, .NET 7 support, and more! - .NET Blog

                                                              Announcing .NET Community Toolkit 8.1! Better, faster MVVM source generators, .NET 7 support, and more! We’re happy to announce the official launch of the 8.1 release of the .NET Community Toolkit! This new version includes highly requested new features, bug fixes, and massive performance improvements to the MVVM Toolkit source generators, to make the developer UX when using them better than ever!

                                                                Announcing .NET Community Toolkit 8.1! Better, faster MVVM source generators, .NET 7 support, and more! - .NET Blog
                                                              • 必ず、かの邪知暴虐の T4 を除かねばならぬと決意した

                                                                個人的に、前々から「T4 は将来性が見えなさ過ぎてもう使うのやめたい」と言い続けていたわけですが、 最近ようやく自分が保守している T4 を全部別の手段で書き換えたので、 今日はそれの話。 T4 (Text Template Transformation Toolkit) テキスト テンプレートというと、ひな形的なテキストを簡易な文法で生成するようなものです。 例えば、 public static bool TryParse(this string s, out {{T}} x) => {{T}}.TryParse(s, out x); みたいな文字列の、{{T}} のところに bool, byte, int, double を与えて、 public static bool TryParse(this string s, out bool x) => bool.TryParse(s, ou

                                                                  必ず、かの邪知暴虐の T4 を除かねばならぬと決意した
                                                                • Porting Assistant for .NET - Amazon Web Services

                                                                  Insight and assistance for porting from .NET Framework to .NET Core Porting Assistant for .NET is an analysis tool that scans .NET Framework applications and generates a .NET Core compatibility assessment, helping you port your applications to Linux faster. Porting .NET Framework applications to .NET Core helps customers take advantage of the performance, cost savings, and robust ecosystem of Linu

                                                                    Porting Assistant for .NET - Amazon Web Services
                                                                  • An Introduction to System.Threading.Channels - .NET Blog

                                                                    So, there’s some more overhead when every read completes asynchronously, but even here we see zero allocations for the 10 million asynchronously-completing reads (again, the 72 bytes shown in the Allocated column is for the Task returned from ReadThenWrite)! Combinators Generally consumption of channels is simple, using one of the approaches shown earlier. But as with IEnumerables, it’s also possi

                                                                      An Introduction to System.Threading.Channels - .NET Blog
                                                                    • Migration-WPF-to-NET-Core-3.0/README.md at master · nuitsjp/Migration-WPF-to-NET-Core-3.0

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        Migration-WPF-to-NET-Core-3.0/README.md at master · nuitsjp/Migration-WPF-to-NET-Core-3.0
                                                                      • gRPC vs HTTP APIs - .NET Blog

                                                                        Watch Azure Developers - .NET Aspire Day 2024 on-demand! Dive deep into building world-class cloud native applications with .NET and Azure using .NET Aspire! ASP.NET Core now enables developers to build gRPC services. gRPC is an opinionated contract-first remote procedure call framework, with a focus on performance and developer productivity. gRPC integrates with ASP.NET Core 3.0, so you can use y

                                                                          gRPC vs HTTP APIs - .NET Blog
                                                                        • Productivity comes to .NET MAUI in Visual Studio 2022 - .NET Blog

                                                                          Catch up on 16 sessions from .NET Conf: Focus on AI exploring how .NET developers can leverage AI libraries and features to build smarter applications, enhance productivity, and provide better user experiences. Today, we’re excited to announce that .NET Multi-platform App UI has graduated from preview and is available in the release edition of Visual Studio 2022 on Windows. Now, you have full acce

                                                                            Productivity comes to .NET MAUI in Visual Studio 2022 - .NET Blog
                                                                          • .NET Interactive with SQL!| .NET Notebooks in Visual Studio Code - .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. ***Please note this post is outdated. The .NET Intera

                                                                              .NET Interactive with SQL!| .NET Notebooks in Visual Studio Code - .NET Blog
                                                                            • KOSMISCHは.NET Frameworkの.NET Core化に使えそう | DevelopersIO

                                                                              こんにちは、CX事業本部の夏目です。 先日、オルターブースのKOSMISCHのハンズオンに参加してきたので、共有します。 オルターブース 福岡で、MSのクラウド Azureを得意とする会社。 端的に言うと次のような会社。 MSのMVPを受賞した人が何人もいる Azureだけでなく、AWSも使用している CloudPointerというクラウドインテグレーションのサービスを行っている (直近の事例で言えば、GateboxのLINEチャットボットがある) KOSMISCHというマイクロサービス開発/システムのクラウド化の支援サービスを行っている (今回の話) MySauceFactoryという自分好みの調味料(ソース)を作るサービスを行っている KOSMISCH Monolith プログラムソースコードを解析し、クラウドネイティブ化するためのレポートを自動作成します。 C# (ASP.NET)の

                                                                                KOSMISCHは.NET Frameworkの.NET Core化に使えそう | DevelopersIO

                                                                              新着記事