Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
155 dni, 19 godzin, 19 minut temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

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 1041 dni, 1 godzinę temu Piotr Stapp 27 źrodło rozwiń

Sign inAbout ITNEXTWrite for ITNEXTEvents & VideosSUMMITVacancies @ LINKITLoad Balance a C# ASP.NET Core Service and Use MySql App-Layer Sharding. Shows the Concepts, Which Also Apply to MongoDB, etc.Christian ZinkFollow·4 min read One of the big advantages of microservices is, that they can be scaled independently. This article shows the benefits and challenges of scaling one microservice and its database. You will create a working example application and manually implement application-layer shardin...

Źródło: itnext.io
Dziel się z innymi:
DB Sharding & Scaling a NET Core Microservice Arch | ITNEXT

Bazy danych i XML 1043 dni, 1 godzinę, 40 minut temu Piotr Stapp 47 źrodło rozwiń

Building modern APIs require a lot of things to make them reliable, observable, and scalable. In no particular order, here are some of them that help you build better APIs:1. Healthchecks Healthchecks are important in making sure that we know when anything happens to our APIs. We can setup dashboards to monitor them and setup alerting to let us know when one of the APIs is unhealthy. They are also important when deploying your apps to kubernetes. Kubernetes can monitor healthchecks of your APIs and auto...

Tagi: API
Źródło: mazeez.dev
Dziel się z innymi:
Muhammad Azeez - ASP.NET Core API Checklist

Web 1043 dni, 1 godzinę, 40 minut temu Piotr Stapp 57 źrodło rozwiń

Laurent June 10th, 2021 Today, I’d like to show dotnet how to run your own .NET application on a Micro Controller Unit (MCU) on a simple battery for multiple years. I’ll build an application that will read the temperature and pressure on a BMP280 sensor connected to an ESP32. The core idea is to be run on a small solar panel charging a LiPo battery. I will as well present two real case scenarios, both running .NET nanoFramework, one on STM32F7 processor and the other one on a TI CC1352R. I’m Laurent E...

Tagi: nano
Dziel się z innymi:
Show dotnet: Running my .NET nanoFramework for 8 years on a battery | .NET Blog

Inne 1043 dni, 1 godzinę, 40 minut temu Piotr Stapp 36 źrodło rozwiń

Welcome the summer with the release of the early preview of the Telerik UI for MAUI suite!All Products Product BundlesDevCraft All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:Conversational UIOnline TrainingDocument Processing LibraryEmbedded Reporting for web and desktopWebKendo UIUI for jQueryUI for AngularUI for ReactUI for VueUI for ASP.NET AJAXUI for ASP.NET MVCUI for ASP.NET CoreUI for BlazorUI for SilverlightUI for PHPUI for JSPMobileUI for MAUIUI for X...

Tagi: dotnet6
Źródło: www.telerik.com
Dziel się z innymi:
Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

Web 1047 dni, 1 godzinę, 54 minuty temu Piotr Stapp 74 źrodło rozwiń

Things Of Interest Blog It's probably time to stop recommending Clean Code 2020-06-28 by qntm It may not be possible for us to ever reach empirical definitions of "good code" or "clean code", which means that any one person's opinions about another person's opinions about "clean code" are necessarily highly subjective. I cannot review Robert C. Martin's 2008 book Clean...

Tagi: clean code
Źródło: qntm.org
Dziel się z innymi:
It's probably time to stop recommending Clean Code @ Things Of Interest

Inne 1047 dni, 1 godzinę, 54 minuty temu Piotr Stapp 118 ź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 1047 dni, 1 godzinę, 54 minuty temu Piotr Stapp 24 ź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 1048 dni, 2 godziny, 39 minut temu Piotr Stapp 44 źrodło rozwiń

SourceGear.Llama.Swift.Sdk, now available on NuGet, is an MSBuild project SDK for .NET 5 that allows compiling Swift, with support for calling .NET class libraries. This blog entry is a closer look at those features. Reminder: Llama is at the "proof of concept" stage, and is not production ready. In my previous Llama blog entry, I walked through a simplistic implementation of "grep" in both C# and Rust. Let's revisit that sample now in Swift.The .swiftproj file Recall that the project file for the C#...

Tagi: Swift
Źródło: ericsink.com
Dziel się z innymi:
Llama Preview: Swift on .NET

Inne 1048 dni, 2 godziny, 39 minut temu Piotr Stapp 22 źrodło rozwiń

Matt June 8th, 2021 I’m excited to share with you some of the improvements that have been made to .NET that are coming in .NET 6 in the area of dates, times, and time zones. You can try out all of the following, starting with .NET 6 Preview 4. In this blog post, I’m going to cover the following topics:The new DateOnly and TimeOnly typesTime Zone Conversion APIsTime Zone Display Names on Linux and macOSTimeZoneInfo.AdjustmentRule Improvements For even more details, you can also refer to dotnet/runtime...

Tagi: DateTime
Dziel się z innymi:
Date, Time, and Time Zone Enhancements in .NET 6 | .NET Blog

Inne 1048 dni, 2 godziny, 39 minut temu Piotr Stapp 27 źrodło rozwiń

azure devops · devops · WydarzeniaProgrammer-girl Nie pisałam tutaj już od jakiegoś czasu – a to dlatego, że intensywnie pracuję nad Kursem Azure DevOps. Tworzymy go razem ze Stanisławem Bugalskim już od kilku miesięcy. Planujemy wystartować w połowie lipca, a do piątku 11.06. do godz. 20:59 trwa przedsprzedaż. Tyle reklamy, teraz przejdźmy do materiałów, z których możecie sie czegoś nauczyć.Moje materiały o Azure DevOps O Azure DevOps już nie raz pisałam tutaj na blogu. Jeśli jesteście ciekawi innych...

Tagi: kurs
Dziel się z innymi:
[Reklama] Kurs Azure DevOps – przedsprzedaż – Programmer-girl

Inne 1049 dni, 2 godziny, 29 minut temu Piotr Stapp 33 źrodło rozwiń

Sign inSoftware CraftMicrosoftJavaScriptCoding For KidsScience & TechHumorAboutGlobal using, file-scoped namespaces, and other enhancements will slim down unnecessary codeMatthew MacDonaldFollow·7 min read We’ve been speculating about the future of C# 10 for a while. The possibilities are no secret. Spend some time on the C# GitHub page and you’ll find a long list of tantalizing ideas — some with major headaches still being hashed out. Many of them won’t make it into the next version of C#, and some ...

Tagi: csharp
Źródło: medium.com
Dziel się z innymi:
5 New Features in C# 10 - Global using, file-scoped namespaces, and more | Young Coder  | Young Coder

Inne 1049 dni, 2 godziny, 29 minut temu Piotr Stapp 79 ź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 1050 dni, 1 godzinę, 39 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 1050 dni, 1 godzinę, 39 minut temu Piotr Stapp 31 źrodło rozwiń

It’s a Thursday, which means: .NET open source drama. Last October, Dominick Baier and Brock Allen, the two creators and maintainers of IdentityServer, announced that IS’s current business model was inherently unsustainable and they’d be moving to a paid licensing model using the Reciprocal Public License (RPL) and under a new company, Duende Software, beginning with IdentityServer5. Last month Microsoft announced that they were going to continue to include Duende’s IdentityServer dependency in their...

Tagi: open source
Źródło: aaronstannard.com
Dziel się z innymi:
.NET Open Source: What Happens When the Free Lunch Ends? – Aaronontheweb

Inne 1050 dni, 1 godzinę, 39 minut temu Piotr Stapp 27 źrodło rozwiń

Programming adventuresdotnetdotnet-coreaspnetaspnet-coreComments 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 want to get a holistic overview of the enti...

Tagi: basic
Źródło: dusted.codes
Dziel się z innymi:
.NET Basics - Dusted Codes

Inne 1050 dni, 1 godzinę, 39 minut temu Piotr Stapp 45 źrodło rozwiń

Richard June 3rd, 2021 The .NET or Common Language Runtime (CLR) type system is the foundation of the .NET programming model. We often talk about System.Object being the base of the type system, but it’s really the base of all (reference) types. The type system is (at least) one step lower than that. It defines that both reference and value types exist, that strings are immutable, that single-inheritence is allowed and multiple-inheritence is not, and that generics are a runtime concept. On the other h...

Tagi: CLR
Dziel się z innymi:
Conversation about the .NET type system | .NET Blog

Inne 1051 dni, 2 godziny, 52 minuty temu Piotr Stapp 34 źrodło rozwiń

HomeBlogHire MeIntroduction Continuing with my series on using HTMX with ASP.NET Core, I want to demonstrate how you can implement infinite scrolling. For this example, we are working with an application that displays a list of tweets. The Razor markup that displays this list is pretty straightforward. I loop through a list of tweets and, for each tweet, I show the username and avatar. I also display the content of the tweet and the time it was posted.

Dziel się z innymi:
Using HTMX with ASP.NET Core: Infinite scrolling | Jerrie Pelser's Blog

Web 1051 dni, 2 godziny, 52 minuty temu Piotr Stapp 38 ź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 1054 dni, 2 godziny, 41 minut 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 1057 dni, 1 godzinę, 50 minut temu Piotr Stapp 30 źrodło rozwiń

1 2... 5 6 7 8 9 10... 16 17

Najaktywniejsi w tym miesiącu