dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Narzędzia - Strona 3

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 1057 dni, 8 godzin, 1 minutę temu Piotr Stapp 70 źrodło rozwiń

TL;DR: Everything you need to know about formatting plain text with Serilog.Expressions, by example. There are endless ways to format log output. With Serilog’s built-in “output templates”, you can choose the fields and text to include in log output, and use .NET format string-style alignment and width syntax, but that’s about it. Serilog.Expressions is a fairly new library that plugs in to enable everything else. This post collects the plain text formatting questions I’ve fielded over the years, and t...

Tagi: serilog
Źródło: nblumhardt.com
Dziel się z innymi:
Customizing Serilog text output

Narzędzia 1063 dni, 8 godzin, 55 minut temu Piotr Stapp 24 źrodło rozwiń

The story behind creating my first general use, performance-first library.

Validot's performance explained - lenar.dev

Narzędzia 1064 dni, 9 godzin, 40 minut temu bartoszlenar 55 źrodło rozwiń

Mika June 8th, 2021 The .NET Productivity team (aka. Roslyn) continues to enhance your developer productivity with the latest tooling updates in Visual Studio 2019. In the last release, we listened to your feedback and have been hard at work improving the .NET developer experience. To try out the latest .NET productivity enhancements download the latest Visual Studio release. Download Visual Studio 2019Tooling improvements The feature that I’m most excited about is Inheritance margin. Inheritance mar...

Tagi: roslyn
Dziel się z innymi:
Learn What’s New in .NET Productivity | Visual Studio Blog

Narzędzia 1064 dni, 9 godzin, 40 minut temu Piotr Stapp 44 źrodło rozwiń

Rendering PDFs with Razor Templates and PuppeteerSharp in Azure Functions A couple of weeks ago, we looked at how to use Puppeteer with Node.js Azure Functions to take screenshots of web pages. Today, we'll look at how to render PDFs in Azure Functions using Razor and the C# port of Puppeteer, PuppeteerSharp. A common usage of this is generating something like an invoice. We'll create PDF invoices for our favorite fictitious online store, Tailwind Traders. Overview We'll run ASP.NET Core Razor Pages ...

Źródło: anthonychu.ca
Dziel się z innymi:
Rendering PDFs with Razor Templates and PuppeteerSharp in Azure Functions

Narzędzia 1066 dni, 8 godzin, 40 minut temu Piotr Stapp 53 źrodło rozwiń

Alexey GolubHomeBlogProjectsTalksMonadic Comprehension Syntax via LINQ in C#17 minutes to readdotnet, csharp, tricks If you ask a C# developer to list the reasons why they enjoy working with the language, they will most likely put LINQ somewhere at the top. LINQ is an extremely convenient set of language tools that provide ways to query and transform data sequences of arbitrary shapes and origins, in a fluent, lazy, and efficient manner. LINQ itself is made up of multiple pieces, but from the consumer ...

Tagi: Linq, monads
Źródło: tyrrrz.me
Dziel się z innymi:
Monadic Comprehension Syntax via LINQ in C# | Alexey Golub

Narzędzia 1066 dni, 8 godzin, 40 minut temu Piotr Stapp 31 źrodło rozwiń

In this article, I'll show you some of the tricks I use to pimp up my Windows Terminal and PowerShell.

Tagi: Powershell
Źródło: dev.to
Dziel się z innymi:
6 steps to pimp my terminal - DEV Community

Narzędzia 1070 dni, 9 godzin, 42 minuty temu Piotr Stapp 66 źrodło rozwiń

So, like me, you're using Windows. WSL isn't always reliable (e.g. VPN problems), yet you're working with Kubernetes and require autocomplete tools. I'm the same way :)

Tagi: k8s, Powershell
Źródło: dev.to
Dziel się z innymi:
Make PowerShell with k8s great again - DEV Community

Narzędzia 1073 dni, 8 godzin, 51 minut temu Piotr Stapp 30 źrodło rozwiń

Coyote is .NET library and tool designed to help ensure that your code is free of concurrency bugs. Concurrency bugs are hard to find and reproduce as they often depends on non-deterministics things such as timeout or message ordering. For instance, if multiple threads are waiting for a locked object, which one will acquired it first?

Źródło: www.meziantou.net
Dziel się z innymi:
[EN] Finding concurrency bugs in a .NET application using Coyote - Meziantou's blog

Narzędzia 1074 dni, 9 godzin, 9 minut temu Piotr Stapp 54 źrodło rozwiń

HomeWorkshopsSpeakingMediaAboutContactSponsor Sponsored by: I've got 2 massive things to announce today that have been a long time in the works and by pure coincidence, have aligned such that I can share them together here today. One you would have been waiting for and one totally out of left field. Both these announcements are being made at a time where Pwned Passwords is seeing unprecedented growth: Getting closer and closer to the 1B requests a month mark for @haveibeenpwned's Pwned Passwords. 99.6...

Tagi: inne
Źródło: www.troyhunt.com
Dziel się z innymi:
[EN] Troy Hunt: Pwned Passwords, Open Source in the .NET Foundation and Working with the FBI

Narzędzia 1074 dni, 9 godzin, 9 minut temu Piotr Stapp 23 źrodło rozwiń

Demitrius May 26th, 2021 We started a journey to build a native package manager for Windows 10 when we announced the Windows Package Manager preview at Microsoft Build 2020. We released the project on GitHub as an open-source collaborative effort and the community engagement has been wonderful to experience! Here we are today at Microsoft Build 2021… We are excited to announce the release of Windows Package Manager 1.0!Windows Package Manager 1.0Client The winget client is the main tool you will use ...

Tagi: winget
Dziel się z innymi:
Windows Package Manager 1.0 | Windows Command Line

Narzędzia 1077 dni, 8 godzin, 27 minut temu Piotr Stapp 58 źrodło rozwiń

WSL2 git improvements

Tagi: WSL
Źródło: dev.to
Dziel się z innymi:
Improve the performance of git on WSL2 - DEV Community

Narzędzia 1085 dni, 8 godzin, 47 minut temu Piotr Stapp 31 źrodło rozwiń

This week I'm continuing the documentation topic. I'm giving insight on how we're using Algolia in Event Store for advanced search in our docs. I explained the whole flow with samples scraping the data and automating it with Github Actions.

Źródło: event-driven.io
Dziel się z innymi:
How to enhance and configure your site search with Algolia? - Oskar Dudycz

Narzędzia 1113 dni, 8 godzin, 42 minuty temu oskar-at-net 41 źrodło rozwiń

Na blogu pojawiło się już kilka wpisów poświęconych Postmanowi, który jest genialnym narzędziem do testowania Web API. Używam go praktycznie każdego dnia. Natomiast w dzisiejszym wpisie chciałbym Ci pokazać alternatywę (a tak naprawdę fajne uzupełnienie) Postmana. Jest nim dodatek REST Client do Visual Studio Code. Podobnie jak Postman, REST Client umożliwia wykonywanie żądań HTTP do serwera. A największą różnicą jest to, że zamiast graficznego interfejsu użytk...

Źródło: plawgo.pl
Dziel się z innymi:
Visual Studio Code REST Client - PROGRAMUJE .NET - Daniel Plawgo

Narzędzia 1120 dni, 6 godzin, 54 minuty temu danielplawgo 128 źrodło rozwiń

Dziś będzie trochę o bazach danych. To nie tylko tabelki i operację CRUD, potrafią zrobić zdecydowanie więcej. Chciałbym dzisiaj przybliżyć możliwości biblioteki Entity Framework Core związaną z obsługą widoków.Czym jest widok? Zacznijmy od początku, czyli zdefiniowania czym jest widok. Zaglądając do wikipedi otrzymamy bardzo ładną definicję: Widok (perspektywa) to logiczny byt (obiekt), osadzony na serwerze baz danych. Umożliwia dostęp do podzbioru kolumn i wierszy tabel lub tabeli na podstawie zapyta...

Źródło: bd90.pl
Dziel się z innymi:
EF Core - Obsługa Widoków w Bazie Danych - bd90

Narzędzia 1126 dni, 8 godzin, 37 minut temu bd90 68 źrodło rozwiń

ProgramowanieNapisz komentarz Dziś wstępnie przyjrzymy się tematowi, który nieśmiało zyskuje ostatnio popularność. Są to testy mutacyjne. W jaki sposób możemy testować nasze testy? Co nam to daje? Dlaczego testy mutacyjne są świetnym uzupełnieniem code coverage? Jak „za darmo” wygenerować nowe przypadki testowe dla naszego kodu? Jeśli zainteresowały Cię te pytania, zapraszam do lektury 😉 Spis treściCo to są testy mutacyjne?Code coverage vs testy mutacyjneNarzędzia do testów mutacyjnychCo nam dają test...

Tagi: testy
Dziel się z innymi:
Testy mutacyjne. O co chodzi? - Programista w podróży

Narzędzia 1126 dni, 8 godzin, 37 minut temu Piotr Stapp 39 źrodło rozwiń

Tym razem już na pewno 71. odcinek podcastu a w nim temat, który wyniknął z rozmowy odnośnie architektur sterowanych zdarzeniami. Rozmawiamy o tym jak to się programowało dawno temu i czy było prościej. Zastanawiamy się czy R# lub też inne „pomagajki” sprawiają, że piszemy kod niechlujnie czy jednak jest to niezależne od tego w czym piszemy nasz kod. Miłego słuchania.

Tagi: podcast
Źródło: ostrapila.pl
Dziel się z innymi:
Obciążenie poznawcze – Ostra Piła

Narzędzia 1143 dni, 7 godzin, 50 minut temu macabre13 37 źrodło rozwiń

W poprzednim wpisie pokazałem, w jaki sposób za pomocą biblioteki Scrutor dodać do wbudowanego kontenera dependency incjection w .NET Core/.NET 5 automatyczną rejestrację typów. Scrutor poza skanowaniem udostępnia również możliwość rejestrowania dekoratorów, za pomocą których możemy nawet w sposób dynamiczny konfigurować zachowanie typów w naszej aplikacji. A to wszystko bez zmiany kodu typu, do którego będziemy dodawali zachowanie.Wzorzec dekorator Dekorator ...

Źródło: plawgo.pl
Dziel się z innymi:
Scrutor użycie dekoratora - PROGRAMUJE .NET - Daniel Plawgo

Narzędzia 1148 dni, 8 godzin, 12 minut temu danielplawgo 121 źrodło rozwiń

In this blog post I’m going to share my experience on testing ASP.NET Core applications with applying unconventional method called snapshot assertions. In comparison to the classical approach this method should save you a lot of time and improve assertions maintainability.

Dziel się z innymi:
Testing WebAPI with ApprovalTests.NET · Cezary Piątek Blog

Narzędzia 1149 dni, 8 godzin, 14 minut temu cezarypiatek 104 źrodło rozwiń

Od wielu lat wykorzystuję kontener Autofac do wstrzykiwania zależności. Najbardziej przypadła mi do gustu możliwość automatycznej rejestracji typów, dzięki czemu jedną linijką w kodzie można zarejestrować i skonfigurować całą rodzinę typów (implementującą na przykład jakiś interfejs). Gdy zaczynałem pracę z .NET Core, automatyczna rejestracja typów była jedną z rzeczy, której brakowało mi w domyślnym kontenerze. Na szczęście biblioteka Scrutor uzupełnia ten bra...

Źródło: plawgo.pl
Dziel się z innymi:
Scrutor automatyczna rejestracja typów - PROGRAMUJE .NET - Daniel Plawgo

Narzędzia 1154 dni, 8 godzin, 20 minut temu danielplawgo 89 źrodło rozwiń

1 2 3 4 5... 59 60

Najaktywniejsi w tym miesiącu