並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 224件

新着順 人気順

".NET Core"の検索結果161 - 200 件 / 224件

  • Tim Deschryver

    👀 Just show me the code already With the upcoming release of .NET 6, we're also getting a new API to build applications. This new API is called the "Minimal Web API". This blog post came to life because seeing this new structure triggered some new brainwaves that made me question my current project structure. After having read about CUPID by Dan North these thoughts have only amplified. Before we

      Tim Deschryver
    • ASP.NET Core updates in .NET 8 Preview 4 - .NET Blog

      .NET 8 Preview 4 is now available and includes many great new improvements to ASP.NET Core. Here’s a summary of what’s new in this preview release: Blazor Streaming rendering with Blazor components Handling form posts with Blazor SSR Route to named elements in Blazor Webcil packaging for Blazor WebAssembly apps API authoring Expanded support for form binding in minimal APIs API project template in

        ASP.NET Core updates in .NET 8 Preview 4 - .NET Blog
      • Hosting a .NET DLL as an Out-Of-Process COM Server (EXE) - DZone

        I recently came across the need of hosting a .NET assembly (DLL) as an out-of-process COM server. While .NET ships with excellent support for COM interoperability, this particular scenario isn’t directly addressed by the interop layer. While there are some fairly complex solutions such as COM+ hosting or custom class factory registration, I would like to show you how to accomplish this task using

        • Conversation about .NET interop - .NET Blog

          Azure Developers .NET Day is back on April 30th! Join the .NET community to learn cutting-edge cloud development techniques from experts on cloud services for AI, data, cloud-native, and developer productivity. Elevate your cloud development skills today! Interop is the subsystem in the runtime that enables interoperability with other systems, like native C libraries or Objective-C. In some cases,

            Conversation about .NET interop - .NET Blog
          • 2024-04-26: Uno Platform 5.2, MySqlConnector 2.3.7, .NET Aspire preview 6 - WeekRef.NET

            2024-04-26: Uno Platform 5.2, MySqlConnector 2.3.7, .NET Aspire preview 6 トピックス Announcing the first-ever true .NET Single Project for Mobile, Web, Desktop, and Embedded apps https://platform.uno/blog/the-first-and-only-true-single-project-for-mobile-web-desktop-and-embedded-in-net/ Uno Platform 5.2 がリリースされた。 このリリースでは Skia レンダラーの強化によるパフォーマンスの向上やマルチウィンドウのサポート、Uno SDK の改善、.NET 9 Preview のサポートなどが含まれて

            • Running non-root .NET containers with Kubernetes - .NET Blog

              Rootless or non-root Linux containers have been the most requested feature for the .NET container team. We recently announced that all .NET 8 container images will be configurable as non-root with a single line of code. This change is a welcome improvement in security posture. In that last post, I promised a follow-up on how to approach non-root hosting with Kubernetes. That’s what we’ll cover tod

                Running non-root .NET containers with Kubernetes - .NET Blog
              • Using named pipes with ASP.NET Core and HttpClient

                In this post I describe Windows named pipes, what they are, the scenarios where they're useful, how to use them with ASP.NET Core, and how to call a named pipe ASP.NET Core app using HttpClient. What are Windows named pipes? Windows named pipes provide a named, one-way or duplex pipe for communication between a client and a server. They provide a way to communicate between different processes, typ

                  Using named pipes with ASP.NET Core and HttpClient
                • GitHub Actions for .NET Core NuGet packages

                  Last weekend I migrated the Giraffe web framework from AppVeyor to GitHub Actions. It proved to be incredibly easy to do so despite me having some very specific requirements on how I wanted the final solution to work and that it should be flexible enough to apply to all my other projects too. Even though it was mostly a very straight forward job, there were a few things which I learned along the w

                    GitHub Actions for .NET Core NuGet packages
                  • Porting a C++/CLI Project to .NET Core - C++ Team Blog

                    One of the new features of Visual Studio 2019 (beginning with version 16.4) and .NET Core 3.1 is the ability to build C++/CLI projects targeting .NET Core. This can be done either directly with cl.exe and link.exe (using the new /clr:netcore option) or via MSBuild (using <CLRSupport>NetCore</CLRSupport>). In this post, I’ll walk through the steps necessary to migrate a simple C++/CLI interop proje

                      Porting a C++/CLI Project to .NET Core - C++ Team Blog
                    • Secure your container build and publish with .NET 8 - .NET Blog

                      .NET 8 raises the bar for container security for .NET container images and SDK tools. The SDK produces application images that align with industry best practices and standards, by default. We also offer additional security hardening with Chiseled images for an extra layer of protection. dotnet publish will generate a container image for you and configure it as non-root by default. It’s easy with .

                        Secure your container build and publish with .NET 8 - .NET Blog
                      • .NET GC Internals mini-series – TooSlowException

                        I’ve decided to make a series of at least 8 free weekly-based webinars about in-depth implementation details of the .NET GC and… I’m super happy with it! Why the idea? Many my other activities are about more practical “.NET memory management”, like my book or workshops/trainings/consultancy I gave. But during all this practical-oriented events there is always not enough time to explain in details

                        • Streamline your container build and publish with .NET 8 - .NET Blog

                          .NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. We’ve been working over several releases to make .NET one of the simplest and most secure container platforms, as a default experience. Those efforts have all come together in an integrated way with .NET 8. We’ve delivered on the most common requests: non-root images, smaller

                            Streamline your container build and publish with .NET 8 - .NET Blog
                          • Cloud-Native learning resources for .NET developers - .NET Blog

                            Azure Developers .NET Day is back on April 30th! Join the .NET community to learn cutting-edge cloud development techniques from experts on cloud services for AI, data, cloud-native, and developer productivity. Elevate your cloud development skills today! Today, users are demanding responsiveness, the latest and greatest features, and zero downtime from their applications. Businesses are rapidly a

                              Cloud-Native learning resources for .NET developers - .NET Blog
                            • Twitter 認証を実装した ASP.NET Core 3.1 Web アプリで、Twitter 認証時にキャンセルをしたら、アプリがクラッシュした件 | @jsakamoto

                              C#、ASP.NET、TypeScript、Angular を中心にプログラミングに関した話題を諸々。 by @jsakamoto

                                Twitter 認証を実装した ASP.NET Core 3.1 Web アプリで、Twitter 認証時にキャンセルをしたら、アプリがクラッシュした件 | @jsakamoto
                              • (2020年12月9日更新)VB.NETの.NET CoreにおけるWinForms、WPFのサポートはどうなるのか - Qiita

                                (2020年12月9日更新)VB.NETの.NET CoreにおけるWinForms、WPFのサポートはどうなるのかVB.Net.NETWPFWinForms.NETCore TL;DR .NET Core 3.0の段階では、VB.NETのWinForms / WPFのプロジェクトテンプレートは追加されなかった。 (2019年12月15日) MicrosoftのデベロッパーコミュニティでのMicrosoft担当者の発言まとめ VB.NETをWinForms / WPFに導入するための作業が行われている。 Microsoftには、アプリケーションイベント、アプリケーションモデル、シングルインスタンスアプリケーションなどのVB機能を完璧にしてから、テンプレートを追加したい、という意向がある。 VB.NETでASP.NET Web APIはサポートされている(ASP.NETとAngularの例)

                                  (2020年12月9日更新)VB.NETの.NET CoreにおけるWinForms、WPFのサポートはどうなるのか - Qiita
                                • Testing Your Native AOT Applications - .NET Blog

                                  We are happy to announce that we just published an early preview of support for testing Native AOT with MSTest, and we welcome all of you to try it. This new solution is powered by a completely new testing engine that we wrote from ground up, to allow running tests in Native AOT, and that works together with the existing MSTest runner (Microsoft.Testing.Platform). We also leveraged the power of so

                                    Testing Your Native AOT Applications - .NET Blog
                                  • .NET Annotated Monthly | February 2023 | 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

                                      .NET Annotated Monthly | February 2023 | The .NET Tools Blog
                                    • Working with large .NET 5 solutions in Visual Studio 2019 16.8 - Visual Studio Blog

                                      Announcement: Pure Virtual C++ 2024 conference, 30th April Sign up for Pure Virtual C++ 2024; the free, one-day, virtual conference for the whole C++ community. With the release of .NET 5, migration of solutions from .NET Framework has increased. In particular, we have started to see very large solutions being moved. To ensure this experience is as good as possible, we have been working on optimiz

                                        Working with large .NET 5 solutions in Visual Studio 2019 16.8 - Visual Studio Blog
                                      • .NET ローカル ツールの使い方 - Qiita

                                        この記事はC# その2 Advent Calendar 2019 14日目の記事です。 .NET Core ツールとは .NET core グローバル ツール .NET Core 2.1より、NuGetにアップロードされたコンソール アプリケーションをCLI上でインストール/実行/アップデート/アンインストールする仕組みができました。 それらのアプリケーションを総称して「.NET Core ツール」と呼びます。 npmでいうnpm install -g toolのイメージ。 メリットとしては、以下が挙げられます。 dotnetコマンドが使える=.NET Core SDKが入っているので、ほぼ確実に事前セットアップなしでツールを使える (スクリプトコマンドと比べて)プラットフォームの差異を.NET Coreが吸収してくれる (従来のNuGetからのインストールと比べて)PATHが通っているの

                                          .NET ローカル ツールの使い方 - Qiita
                                        • Rider 2024.2 Roadmap | The .NET Tools Blog

                                          With the first Rider 2024.2 Early Access Program (EAP) build just around the corner, we thought we’d give you an idea of what we’re working on for the next major update. The following is a list of our priorities for the next release. Note that these are the features we’re working on, however some might have to be postponed slightly. Performance After the release of Rider 2024.1, we received some v

                                            Rider 2024.2 Roadmap | The .NET Tools Blog
                                          • c# — Roslynを使用してプログラムでC#ファイルをコンパイルする方法

                                            CSharpCodeProviderを使用してC#6.0をコンパイルすることはできず、そのためRoslynを使用しようとしています。しかし、ファイルをロードし、それをdllにコンパイルする方法の良い例を見つけることはできません。 Roslynでこのコードに似た何かを書くにはどうすればよいですか?それとも他の方法がありますか? C#6.0コードのプロジェクトへの参照を含むファイルをコンパイルしようとすると、「型または名前空間名 'x'は名前空間 'y'に存在しません(アセンブリ参照がありませんか?)」 public string CompileCode() { var provider = new CSharpCodeProvider(); var outputPath = Path.Combine(Path.GetDirectoryName(_path), $"Code.dll"); va

                                            • Your Top .NET Microservices Questions Answered - .NET Blog

                                              Azure Developers .NET Day is back on April 30th! Join the .NET community to learn cutting-edge cloud development techniques from experts on cloud services for AI, data, cloud-native, and developer productivity. Elevate your cloud development skills today! In our recent Let’s Learn .NET event focused on getting started with microservices we received some great questions from you. We were able to an

                                                Your Top .NET Microservices Questions Answered - .NET Blog
                                              • Mobius – .NET runtime running on .NET Core – TooSlowException

                                                10+ years of developer's live. Big .NET enthusiast, but looking with curiosity at other technologies. Currently working as independent consultant. In love with performance and architecture topics, such like scalability, performance troubleshooting, monitoring and testing. Passionate in blogging, tweeting and public speaking. Founder of Warsaw Web Performance group, first web performance-dedicated

                                                • 2024-05-31: Build 2024, grpc-dotnet v2.63.0 - WeekRef.NET

                                                  トピックス Catch Up on Microsoft Build 2024: Essential Sessions for .NET Developers - .NET Blog https://devblogs.microsoft.com/dotnet/catching-up-on-microsoft-build-2024-essential-sessions-for-dotnet-developers/ Build 2024 での .NET 開発者向けの動画の紹介。 .NET at Microsoft Build 2024 - YouTube Release Release v2.63.0 · grpc/grpc-dotnet https://github.com/grpc/grpc-dotnet/releases/tag/v2.63.0 grpc-dotnet v2.63.0 がリ

                                                  • .NET Performance Delivers Again for Bing, From .NET 5 to .NET 7 - .NET Blog

                                                    .NET Performance Delivers Again for Bing, From .NET 5 to .NET 7 Nearly two years ago, I published an article detailing the upgrade of Bing’s central workflow engine (XAP) to .NET 5 from .NET Framework. You can see that post for a refresher on how XAP works and where it fits into the larger picture of Bing. Since that time, XAP has remained a critical component underlying many search- and workflow-

                                                      .NET Performance Delivers Again for Bing, From .NET 5 to .NET 7 - .NET Blog
                                                    • Creating and Packaging a .NET Standard library - Visual Studio Blog

                                                      Building new functionality, writing unit tests, and learning new technologies has never been easier or more fun. In this post we will cover how you can create a .NET Standard library and then share that with other developers via NuGet. We will be demonstrating this with Visual Studio for Mac, but you can also follow along with Visual Studio, or Visual Studio Code when using the dotnet CLI. If you

                                                        Creating and Packaging a .NET Standard library - Visual Studio Blog
                                                      • Improved F# hints in Visual Studio - .NET Blog

                                                        A few months ago, we introduced a preview of F# hints – the type and parameter name hints. Since then, we’ve fine-tuned them, added return type hints, and incorporated tooltips for all of them. Explore the entire experience here: Code type Song = { Artist: string Title: string } type Playlist(songs) = member _.Add(artist, title) = { Artist = artist; Title = title } :: songs member _.Shuffle() = Al

                                                          Improved F# hints in Visual Studio - .NET Blog
                                                        • .NET Blazor を始めてみた - Qiita

                                                          はじめに 自分はウェブアプリを開発するのに、Onsen UI+Vue.js でアプリ開発してきましたが、.NET Blazor を使い始めました。 .NET MAUI+Blazor を始めてみた - Qiita .NET Blazor を始めてみた 「空の」プロジェクトで始める Visual Studio で Blazor アプリ開発するプロジェクトを新規作成するとき、「空の」プロジェクトで始めたいものです。 参考:.NET 7 で使えるようになった "空の" Blazor プロジェクトテンプレート vs. "最小の" テンプレート - Qiita Pages/_Host.cshtml または wwwroot/index.html 自分のアプリに必要のない CSS や JavaScript ライブラリがリンクされていれば削除します。 App.razor .NET MAUI+Blazor の

                                                            .NET Blazor を始めてみた - Qiita
                                                          • Using C# Source Generators to create an external DSL - .NET Blog

                                                            This post looks at how to use C# Source Generators to build an external DSL to represent mathematical expressions. The code for this post is on the roslyn-sdk repository. A recap of C# Source Generators There are two other articles describing C# Source Generators on this blog, Introducing C# Source Generators and New C# Source Generator Samples. If you’re new to generators, you might want to read

                                                              Using C# Source Generators to create an external DSL - .NET Blog
                                                            • 2024-02-14: .NET 9 Preview 1, Visual Studio 2022 v17.9, .NET 8.0.2 & 7.0.16 & 6.0.27 - WeekRef.NET

                                                              2024-02-14: .NET 9 Preview 1, Visual Studio 2022 v17.9, .NET 8.0.2 & 7.0.16 & 6.0.27 トピックス Our Vision for .NET 9 - .NET Blog https://devblogs.microsoft.com/dotnet/our-vision-for-dotnet-9/ Visual Studio 2022 17.9 Now Available - Visual Studio Blog https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-9-now-available/ .NET February 2024 Updates – .NET 8.0.2, 7.0.16, .NET 6.0.27 - .NET Bl

                                                              • .NET Core/.NET 5.0 の更新が 2020/12 から Microsoft Update で

                                                                自著の書籍、記事、技術文書のフォローアップとか... (注:このブログは 2024 年 3 月以降更新されません。今後、予告なくサイトを閉鎖することがあります。ブログ主の引っ越し先は こちら) 2020 年 12 月(たぶん来週の B、あればだけど)から Microsoft Update と WSUS で .NET Core 2.1、3.1、.NET 5.0 の更新プログラムが提供されるそうです。 .NET Core 2.1, 3.1, and .NET 5.0 updates are coming to Microsoft Update https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/ .NET Core 2.1、3.1、.NET 5.0 がインストールされていなければ影響

                                                                • JavaScriptとWeb APIでデータベース処理を行うWebアプリを作成する【2019年版】 | MESCIUS.devlog - メシウス株式会社

                                                                  ※2021年9月時点における最新の技術と弊社製品で更新した内容はこちらです。 本記事では、JavaScriptとWeb APIを用いてデータベースのCRUD処理を行う方法を紹介します。2016年6月27日に投稿した記事「JavaScriptとWeb APIでデータベース処理を行うWebアプリを作成する」を、2019年1月時点における最新の技術と弊社製品で更新した内容です。 元記事では以下を使用してWeb APIを作成していました。 ASP.NET Web API SQL Server Entity Framework Visual Studio 2015 本記事では以下を使用して作成します。.NET Coreは2019年1月時点で最新の2.2を使用します。 ASP.NET Core Web API Azure SQL Database Entity Framework Core Visua

                                                                    JavaScriptとWeb APIでデータベース処理を行うWebアプリを作成する【2019年版】 | MESCIUS.devlog - メシウス株式会社
                                                                  • Announcing .NET Core 3.1 - .NET Blog

                                                                    Announcing .NET Core 3.1 We’re excited to announce the release of .NET Core 3.1. It’s really just a small set of fixes and refinements over .NET Core 3.0, which we released just over two months ago. The most important feature is that .NET Core 3.1 is an long-term supported (LTS) release and will be supported for three years. As we’ve done in the past, we wanted to take our time before releasing th

                                                                      Announcing .NET Core 3.1 - .NET Blog
                                                                    • Secure your .NET cloud apps with rootless Linux Containers - .NET Blog

                                                                      Starting with .NET 8, all of our Linux container images will include a non-root user. You’ll be able to host your .NET containers as a non-root user with one line of code. This platform-level change will make your apps more secure and .NET one of the most secure developer ecosystems. It is a small change with a big impact for defense in depth. This change was inspired by our earlier project enabli

                                                                        Secure your .NET cloud apps with rootless Linux Containers - .NET Blog
                                                                      • 2024-05-18: Npgsql security fix, .NET 6.0.30/7.0.19/8.0.5, Windows App SDK 1.4.6 - WeekRef.NET

                                                                        2024-05-18: Npgsql security fix, .NET 6.0.30/7.0.19/8.0.5, Windows App SDK 1.4.6 トピックス Release v8.0.3 · npgsql/npgsql https://github.com/npgsql/npgsql/releases/tag/v8.0.3 Release v7.0.7 · npgsql/npgsql Release v6.0.11 · npgsql/npgsql Release v5.0.18 · npgsql/npgsql Release v4.1.13 · npgsql/npgsql Release v4.0.14 · npgsql/npgsql .NET and .NET Framework May 2024 Servicing Updates - .NET Blog https:/

                                                                        • Decompilation of C# code made easy with Visual Studio - Visual Studio Blog

                                                                          Building new functionality, writing unit tests, and learning new technologies has never been easier or more fun. Have you ever found yourself debugging a .NET project or memory dump only to be confronted with a No Symbols Loaded page? Or maybe experienced an exception occurring in a 3rd party .NET assembly but had no source code to figure out why? You can now use Visual Studio to decompile managed

                                                                            Decompilation of C# code made easy with Visual Studio - Visual Studio Blog
                                                                          • New experimental Razor editor for Visual Studio - .NET Blog

                                                                            With the release of Visual Studio 2019 16.7 Preview 4, you can now try out our new experimental Razor editor for local development with MVC, Razor Pages, and Blazor. We’re excited for you to give it a try! Enabling the new Razor editor To enable the new experimental Razor editor in Visual Studio 2019 16.7 Preview 4 or later: Install the latest Visual Studio preview Go to Tools > Options > Environm

                                                                              New experimental Razor editor for Visual Studio - .NET Blog
                                                                            • 2024-06-07: MSTest 3.4, OpenAI for .NET 2.0.0-beta.1, Serilog 4.0.0, Windows App SDK 1.6.0-experimental1 - WeekRef.NET

                                                                              2024-06-07: MSTest 3.4, OpenAI for .NET 2.0.0-beta.1, Serilog 4.0.0, Windows App SDK 1.6.0-experimental1 トピックス MSTest 3.4 is here with WinUI support and new analyzers! - .NET Blog https://devblogs.microsoft.com/dotnet/introducing-mstest-34/ MSTest 3.4 がリリースされた。 このリリースでは MSTest.Analyzer の様々な改善とバグ修正、STA スレッドのサポート、フィクスチャーメソッドのタイムアウトサポート、MSTest.Sdk での Playwright や Aspire のサポート、MSTest.Runner の WinUI のサ

                                                                              • How to register a service with multiple interfaces in ASP.NET Core DI

                                                                                Andrew Lock | .NET Escapades Andrew Lock In this post I describe how to register a concrete class with multiple public interfaces in the Microsoft.Extensions.DependencyInjection container used in ASP.NET Core. With this approach you'll be able to retrieve the concrete class using any of the interfaces it implements. For example, if you have the following class: public class MyTestClass: ISomeInter

                                                                                  How to register a service with multiple interfaces in ASP.NET Core DI
                                                                                • GitHub - borisdj/EFCore.BulkExtensions: Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite

                                                                                  EntityFrameworkCore extensions (performance improvement): -Bulk operations (super fast): Insert, Update, Delete, Read, Upsert, Sync, SaveChanges. -Batch ops: Delete, Update - Deprecated from EF8 since EF7+ has native Execute-Up/Del. -AddOp: Truncate. Library is Lightweight and very Efficient (warp speed), having all mostly used CRUD operation. Was selected in top 20 EF Core Extensions recommended

                                                                                    GitHub - borisdj/EFCore.BulkExtensions: Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite