dotnetomaniak.pl - Najnowsze artykuły o .NET - Strona 18

Learn how to build APIs in .NET with our Ultimate ASP.NET Core Web API! BIG SUMMER SALE IS ON!🔥Check out our video course about BLAZOR WEBASSEMBLY! BIG SUMMER SALE IS ON! 🔥HomeBook 📙 (SALE)Blazor WASM 🔥 (SALE)GuidesASP.NET CoreASP.NET Core SeriesGraphQL ASP.NET CoreASP.NET Core MVC SeriesASP.NET Core MVC TestingEF Core SeriesHttpClient with ASP.NET CoreSecurityASP.NET Core Identity SeriesIdentityServer4, OAuth, OIDC SeriesAngular with ASP.NET Core IdentityBlazor WebAssemblyBest PracticesSOLID Princip...

Tagi: DAPPER
Źródło: code-maze.com
Dziel się z innymi:
Using Dapper with ASP.NET Core Web API - Code Maze

Bazy danych i XML 1027 dni, 4 godziny, 39 minut temu Piotr Stapp 77 źrodło rozwiń

With each new release of C#, pattern matching improves for C# developers. While developers do not widely use pattern matching today, we’ll likely see its adoption grow as more teams and applications move from the Full Framework (.NET 4.8) to the runtime’s newer variants (.NET 5+). Like most unique features to the language, there’s always an initial knee-jerk reaction to either embrace it, use it everywhere, or outright hate it. Regardless of what camp we fall under, we must understand some everyday use c...

Dziel się z innymi:
C# Pattern Matching Quick Guide And Examples  |      Khalid Abuhakmeh

Sztuka programowania 1027 dni, 4 godziny, 39 minut temu Piotr Stapp 59 źrodło rozwiń

In this blog post I will do a deep dive into record struct being introduced in the upcoming C# 10 and look at the performance implications of this in a specific context. I will cover:Code generated for record structImportance of the generated codePerformance implications of default struct equality in C#Setup project to use preview compiler via Microsoft.Net.Compilers.Toolset nuget packageTypes and implementations covering different possibilities and common pitfallsBenchmarks showing record struct can be ...

Tagi: performance
Źródło: nietras.com
Dziel się z innymi:
C# 10 - `record struct` Deep Dive & Performance Implications – nietras – Programming, mechanical sympathy, machine learning and .NET ❤.

Sztuka programowania 1027 dni, 4 godziny, 39 minut temu Piotr Stapp 48 źrodło rozwiń

I hear the question "When not to use Event Sourcing?" a lot. Event Sourcing is an extremely useful pattern, but not a silver bullet. I decided to share my thoughts on when you ain't gonna need it.

Źródło: event-driven.io
Dziel się z innymi:
When not to use Event Sourcing? - Oskar Dudycz

Architektura 1030 dni, 4 godziny, 43 minuty temu oskar-at-net 70 źrodło rozwiń

Skip to main contentSkip to main contentMicrosoftWindows BlogsWindows Blogs Windows Blogs Home Windows ExperienceDevicesWindows DeveloperMicrosoft EdgeWindows InsiderMicrosoft 365MoreAll MicrosoftMicrosoft 365OfficeWindowsSurfaceXboxDealsSupportSoftwareSoftwareWindows AppsOneDriveOutlookSkypeOneNoteMicrosoft TeamsMicrosoft EdgePCs & Devices PCs & Devices ComputersShop XboxAccessoriesVR & mixed realityPhonesEntertainmentEntertainmentXbox G...

Tagi: Windows 11
Źródło: blogs.windows.com
Dziel się z innymi:
What Windows 11 Means for Developers - Windows Developer Blog

Windows 1030 dni, 4 godziny, 43 minuty temu Piotr Stapp 67 źrodło rozwiń

In Microsoft.Data.SqlClient v3.0.0, a new authentication mode Active Directory Default has been released. Let's see what this means when querying an Azure SQL Database from some C# code. 🗨 If you do not have heard about Microsoft.Data.SqlClient, it is the new data provider for Microsoft SQL Server and Azure SQL Database which supports both .NET Framework and .NET Core and replace the old System.Data.SqlClient components. But first let's talk about how we used to do that before. The tradidional way to...

Tagi: Azure
Dziel się z innymi:
How to connect to an Azure SQL Database from C# using Azure AD

Web 1031 dni, 4 godziny, 18 minut temu Piotr Stapp 36 źrodło rozwiń

TL;DR: Another Serilog Expressions by example post, showing how to produce newline-delimited JSON logs from Serilog events. Newline-delimited JSON is a useful format for structured logs that will be read by other applications. Serilog’s built-in JsonFormatter implements this, but to my eyes, its output is awkward and verbose. The newer CompactJsonFormatter and RenderedCompactJsonFormatter in Serilog.Formatting.Compact produce cleaner JSON, and that format is supported by other tools in the Serilog ecos...

Tagi: serilog
Źródło: nblumhardt.com
Dziel się z innymi:
Customized JSON formatting with Serilog

Narzędzia 1031 dni, 4 godziny, 18 minut temu Piotr Stapp 54 źrodło rozwiń

Introduction Today I would like to suggest a less-common but in my opinion a much better way to organize our codebase. Meet the Feature Folders.Problem For ages we have been (at least in the .NET environment) used to thinking about our code structure taking into account the technical aspects. For example MVC application project templates assume the division our objects into separate directories – Controllers, Views, Scripts and so on. We can see the same in many tutorials. If we need add new feature, f...

Dziel się z innymi:
Feature Folders - Kamil Grzybek

Architektura 1031 dni, 4 godziny, 18 minut temu Piotr Stapp 70 źrodło rozwiń

Fuzzy search allows finding strings that match the pattern approximately. It is a feature needed in almost every app, but it can be a little problematic to implement. We will focus on EFCore PostgreSql provider as it is free and seems to be the most popular choice nowadays (for me at least). First, our EFCore project needs this package: Npgsql.EntityFrameworkCore.PostgreSQL.FuzzyStringMatch Then, we need to register it with our DbContext, so let’s navigate to Startup.cs and edit our registration like s...

Tagi: ef core
Źródło: www.hmijalski.com
Dziel się z innymi:
EF Core Implementing Fuzzy Search · Hubert Mijalski

Bazy danych i XML 1031 dni, 4 godziny, 18 minut temu Piotr Stapp 55 źrodło rozwiń

byAnkit VijayonJun20,2021Background Azure Cosmos DB SDK 3+ for SQL API replaced Azure DocumentDB SDK a couple of years back. DocumentDB used Newtonsoft Json.NET for its serialization. However, with the growth of .NET Core and the introduction of shiny new System.Text.Json, the team wanted to reduce exposure to Newtonsoft. So the idea was in future, with CosmosDB SDK 4, System.Text.Json would replace Json.NET. The unfortunate side-effect of this was that we do not have an easy way to supply custom JSON...

Tagi: JSON
Źródło: ankitvijay.net
Dziel się z innymi:
Custom JSON serialization with Azure Cosmos DB SDK

Cloud 1032 dni, 5 godzin, 4 minuty temu Piotr Stapp 14 źrodło rozwiń

Let's install Kafka in your forest! # clone the repository git clone \ https://github.com/round-robin-books/gently-kafka.git # start kafka docker-compose up Please take a minute to provide feedback. There's a bonus drawing at the end of the survey :)Start Please support us by Picking up some Kafka or Round Robin swag ...

Tagi: kafka
Dziel się z innymi:
Jak działa Kafka w postaci komiksu - Gently Down the Stream

Inne 1032 dni, 5 godzin, 4 minuty temu Piotr Stapp 66 źrodło rozwiń

Tim DeschryverBlogSnippets NewsletterAccent colorBackground colorThemeCustomNight OwlAtom DarkDraculaNordPublished@tim_deschryverAll postsJust the code👀 Just show me the code already The next project I'm setting up will use AutoFixture from the start to set up the "arrange" part of a test and here is why. When a new project is in the start-up phase all models are relatively small, simple, and do not have a lot of relations. This makes the tests easy to arrange and also easy to read. Because the team ...

Tagi: Test
Źródło: timdeschryver.dev
Dziel się z innymi:
Why I stopped worrying about test setups by using AutoFixture

Narzędzia 1032 dni, 5 godzin, 4 minuty temu Piotr Stapp 56 źrodło rozwiń

Converting an enum value to a string using the ToString() method is expensive. In general, the performance impact is negligible. But when you call the ToString method thousands of times per second, saving a few milliseconds is important.

Tagi: performance
Źródło: www.meziantou.net
Dziel się z innymi:
Caching Enum.ToString to improve performance - Meziantou's blog

Inne 1033 dni, 4 godziny, 24 minuty temu Piotr Stapp 63 źrodło rozwiń

Sign inAbout ITNEXTWrite for ITNEXTEvents & VideosSUMMITVacancies @ LINKITRun multiple DBMS and C# Containers Behind an HAProxy Load Balancer with Docker Compose. Test Scaling with Different Number of InstancesChristian ZinkFollow·7 min read In the previous article, you created a microservice architecture and manually implemented application-layer database sharding. Now, you will scale the application and run multiple container instances of the microservice and databases. You will use Docker Compose ...

Źródło: itnext.io
Dziel się z innymi:
Scale&load test a .NET Core Microservice&Sharded DB | ITNEXT

Inne 1033 dni, 4 godziny, 24 minuty temu Piotr Stapp 28 źrodło rozwiń

While this post is addressed to F# .NET developers, it introduces much wider concepts starting from hardware architecture to overall .NET runtime and JIT compiler optimizations. It shouldn't be a surprise - optimizing the application performance requires us to understand the relationships between our high level code and what actually happens on the hardware. There's a popular opinion that F# code must be slower than equivalent C# code. This opinion is mostly false, however it comes with some rationale. ...

Tagi: fsharp
Dziel się z innymi:
Writing high performance F# code

Inne 1033 dni, 4 godziny, 24 minuty temu Piotr Stapp 18 źrodło rozwiń

June 17th, 2021 We’re excited to announce that the first preview release of Visual Studio 2022 is ready to install! This is the first release of a 64-bit Visual Studio and we’d love for you to download it, try it out, and join us in shaping the next major release of Visual Studio with your feedback. Download Visual Studio 2022 Preview Our key goal with this preview is to test and tune the scalability of the new 64-bit platform! With the new 64-bit platform Visual Studio is now capable of scaling to ma...

Dziel się z innymi:
Visual Studio 2022 Preview 1 now available! | Visual Studio Blog

Narzędzia 1037 dni, 4 godziny, 35 minut temu Piotr Stapp 93 źrodło rozwiń

aboutblogpodcastyoutubespeaking browse by category or datedotnet replComment on this post [6]Posted in Learning .NET Sponsored By 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/.NE...

Tagi: REPL
Źródło: www.hanselman.com
Dziel się z innymi:
dotnet repl - Scott Hanselman's Blog

Narzędzia 1038 dni, 3 godziny, 42 minuty temu Piotr Stapp 70 źrodło rozwiń

🚨 Quite often, to make our code simpler, we're trying to make our code more reusable and generic. I wrote an article with a warning that "generic" does not mean "simple". I did that on the example of #CQRS code evolution. Beware and have a read!

Źródło: event-driven.io
Dziel się z innymi:
Generic does not mean Simple - Oskar Dudycz

Architektura 1038 dni, 3 godziny, 42 minuty temu oskar-at-net 62 źrodło rozwiń

Ben June 15th, 2021 Bing runs one of the world’s largest, most complex, highly performant, and reliable .NET applications. This post discusses the journey and the work required to upgrade to .NET 5, including the significant performance gains we achieved. This application sits in the middle of the Bing architecture stack and is responsible for much of the coordination among thousands of other components that provide results for all queries. It is also at the heart of many other services outside of Bin...

Tagi: dotnet5
Dziel się z innymi:
Migration of Bing’s Workflow Engine to .NET 5 | .NET Blog

Inne 1038 dni, 3 godziny, 42 minuty temu Piotr Stapp 27 źrodło rozwiń

Tym razem pokaże CI jak stworzyć kompletną aplikację mobilną w xamarinie.

Dziel się z innymi:
Pierwsza Aplikacja Mobilna Xamarin w C# – UI w XAML

Sztuka programowania 1039 dni, 4 godziny, 35 minut temu modestprogrammer 49 źrodło rozwiń

1 2... 16 17 18 19 20 21... 464 465

Najaktywniejsi w tym miesiącu