dotnetomaniak.pl - Artykuły z tagiem dotnet6

MenuHomeBadgesOleg Kyrylchuk Published on 9 min readTable of contentsDateOnly and TimeOnlyParallel.ForEachAsyncArgumentNullException.ThrowIfNull()PriorityQueueReading and Writing FilesA New PeriodicTimerMetrics APIReflection API for Nullability InformationReflection API for Nested Nullability InformationProcess Path and IDA New Configuration HelperCSPNGNative Memory APIPower of 2WaitAsync on TaskNew Math APIsCollectionsMarshal.GetValueRefOrNullRefConfigureHostOptionsCreate Async ScopeSimplified Call P...

Tagi: dotnet6
Dziel się z innymi:
20 New APIs in .NET 6

Inne 866 dni, 12 godzin, 42 minuty temu Piotr Stapp 141 źrodło rozwiń

Avanindra November 15th, 2021 Azure Active Directory’s gateway service is a reverse proxy that fronts hundreds of services that make up Azure Active Directory (Azure AD). If you’ve used services such as office.com, outlook.com, portal.azure.com or xbox.live.com, then you’ve used Azure AD’s gateway. The gateway provides features such as TLS termination, automatic failovers/retries, geo-proximity routing, throttling, and tarpitting to services in Azure AD. The gateway is present in 54 Azure datacenters w...

Tagi: dotnet6, http.sys, iis
Dziel się z innymi:
Azure Active Directory's gateway is on .NET 6.0! - .NET Blog

Inne 893 dni, 11 godzin, 37 minut temu Piotr Stapp 32 źrodło rozwiń

aboutblogpodcastyoutubespeaking browse by category or dateParallel.ForEachAsync in .NET 6Comment on this post [1]Posted in DotNetCore | Open Source Sponsored By Great tweet from Oleg Kyrylchuk (follow him!) showing how cool Parallel.ForEachAsync is in .NET 6. It's new! Let's look at this clean bit of code in .NET 6 that calls the public GitHub API and retrieves n number of names and bios, given a list of GitHub users:using System.Net.Http.Headers; using System.Ne...

Tagi: dotnet6
Źródło: www.hanselman.com
Dziel się z innymi:
Parallel.ForEachAsync in .NET 6 - Scott Hanselman's Blog

Narzędzia 913 dni, 13 godzin, 57 minut temu Piotr Stapp 124 źrodło rozwiń

Skip to content Sign up Why GitHub? Features →Mobile →Actions →Codespaces →Packages →Security →Code review →Issues →Integrations →GitHub Sponsors →Customer stories→TeamEnterprise Explore Explore GitHub →Learn and contributeTopics →Collections →Trending →Learning Lab →Open source guides →Connect with othersThe ReadME Project →Events →Community forum →GitHub Education →GitHub Stars program →Market...

Tagi: dotnet6, oss
Źródło: github.com
Dziel się z innymi:
Warto poczytać PR w dotnet 6: Revert "Remove Hot Reload support from dotnet watch (#22217)" by 3nprob · Pull Request #22262 · dotnet/sdk · GitHub

Inne 915 dni, 13 godzin, 45 minut temu Piotr Stapp 83 źrodło rozwiń

David August 23rd, 2021 .NET 6 is on the way, and I wanted to share some of my favorite new APIs in .NET and ASP.NET Core that you are going to love. Why are you going to love them? Well because they were directly driven by our fantastic .NET developer community! Let’s get started!Reading & Writing Files In .NET 6, there’s a new low-level API to enable reading/writing of files without using a FileStream. It also supports scatter/gather IO (multiple buffers) and overlapping reads and writes at a given...

Tagi: dotnet6
Dziel się z innymi:
New .NET 6 APIs driven by the developer community | .NET Blog

Sztuka programowania 969 dni, 13 godzin, 57 minut temu Piotr Stapp 48 ź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 1051 dni, 13 godzin, 56 minut temu Piotr Stapp 74 źrodło rozwiń

A new Blazor feature for ASP.NET Core 6 is custom events. With them, we can add custom logic to browser events. In this post we are going to implement a “multimedia paste”. What we will do is allow users to paste both text and images into a textarea. For that we will use a custom event. For this example I will use ASP.NET Core 6 and a Blazor WASM app. We need to configure the new event in two places, in JavaScript and in Blazor. Let’s start with JavaScript. JavaScript In JavaScript we ind...

Tagi: dotnet6
Źródło: gavilan.blog
Dziel się z innymi:
Blazor .NET 6 – Custom Events – Pasting Images Like on Twitter – ASP.NET Core 6

Inne 1060 dni, 14 godzin, 16 minut temu matwiatrzyk 31 źrodło rozwiń

News.NET 6 Preview 4 Ships 'Ready for Real-World Testing'David Ramel05/25/2021 Many features in the just-shipped .NET 6 Preview 4 are close to being in final form, Microsoft says, making it "ready for real world testing if you haven't yet tried .NET 6 in your environment." That doesn't mean it's ready for production use, though, as "go live" builds for that aren't expected until August, ahead of a newly finalized Nov. 9 GA release date. At that time, Microsoft's massive effort to unify all .NET...

Tagi: dotnet6
Dziel się z innymi:
.NET 6 Preview 4 Ships 'Ready for Real-World Testing' -- Visual Studio Magazine

Inne 1060 dni, 14 godzin, 16 minut temu matwiatrzyk 44 źrodło rozwiń

25th May 202125th May 2021Steve Gordon.NET 6 In .NET 6 (preview 4), two long-awaited types have been introduced as part of the core library. DateOnly and TimeOnly allow developers to represent either the date or time portion of a DateTime. These two new types are structs (value types) and may be used when your code deals with date or time concepts independently. Both types can be found in the System namespace. Using these new types may align well with how databases allow similar data to be represented. ...

Tagi: dotnet6
Dziel się z innymi:
Using DateOnly and TimeOnly in .NET 6 - Steve Gordon - Code with Steve

Inne 1065 dni, 13 godzin, 27 minut temu Piotr Stapp 84 źrodło rozwiń

Najaktywniejsi w tym miesiącu