Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
152 dni, 1 godzinę, 26 minut temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

Readers&##x27; ChoiceTechnologyProgrammingData ScienceSoftware DevelopmentCybersecurityContributeAnd Microsoft Is Killing ItAndrew ZuoFollow·13 min readPhoto by Ruben Ortega on Unsplash I love C#. My first real programming project after University was a game written in Unity. And I immediately fell in love with the language. It just felt so fresh. It was like Java… if Oracle had actually cared about it. This was back in the Java 7 days. I hear they moved to a faster release cycle since then so things...

Tagi: C#, language
Źródło: medium.com
Dziel się z innymi:
C# Is Dying. And Microsoft Is Killing It | by Andrew Zuo | CodeX | Aug, 2021 | Medium

Inne 956 dni, 8 godzin, 12 minut temu Piotr Stapp 227 źrodło rozwiń

Scott Johnston Docker is used by millions of developers to build, share, and run any app, anywhere, and 55% of professional developers use Docker every day at work. In these work environments, the increase in outside attacks on software supply chains is accelerating developer demand for Docker’s trusted content, including Docker Official Images and Docker Verified Publisher images. Finally, the rapid global growth in developers – to an estimated 45 million by 2030 – pushes us to scale sustainably so w...

Tagi: docker
Źródło: www.docker.com
Dziel się z innymi:
Docker won't be free -> Docker is Updating and Extending Our Product Subscriptions - Docker Blog

Inne 959 dni, 8 godzin, 22 minuty temu Piotr Stapp 97 źrodło rozwiń

Search can be the critical difference between a good app and a great app. Although search technologies like Elasticsearch, SOLR, RedisSearch, and more options have become readily available, they still require a non-trivial amount of resources to operate and maintain. The web community has a search solution for web developers in Lunr, and luckily .NET OSS community has ported the library to a NuGet package. This post will explore what Lunr is and how we can use Lunr-Core to provide simple yet powerful se...

Tagi: Search
Dziel się z innymi:
Build .NET Search Experiences With Lunr-Core  |      Khalid Abuhakmeh

Inne 959 dni, 8 godzin, 22 minuty temu Piotr Stapp 60 źrodło rozwiń

Adam September 1st, 2021 For .NET 6, we have made FileStream much faster and more reliable, thanks to an almost entire re-write. For same cases, the async implementation is now a few times faster! We also recognized the need of having more high-performance file IO features: concurrent reads and writes, scatter/gather IO and introduced new APIs for them.TL;DR File I/O is better, stronger, faster! – Rob Fahrni If you are not into details, please see Summary for a short recap of what was changed.Introd...

Tagi: performance
Dziel się z innymi:
File IO improvements in .NET 6 | .NET Blog

Inne 959 dni, 8 godzin, 22 minuty temu Piotr Stapp 72 źrodło rozwiń

DevelopersIdentity & SecurityBusinessLeadershipCultureEngineeringAnnouncementsTalk To SalesSign UpDiscover and enable the integrations you need to solve identityAuth0 MarketplaceDevelopersIdentity & SecurityBusinessLeadershipCultureEngineeringAnnouncementsTry Auth0 For FreeTalk To Sales.NET Learn what software supply chain is and how to improve security with GitHub security features.Daniel KrzyczkowskiSoftware Engineer .NET Learn what software supply chain is and how to improve security with GitH...

Tagi: Security
Źródło: auth0.com
Dziel się z innymi:
Secure Software Supply Chain with GitHub Security Features

Inne 961 dni, 8 godzin, 2 minuty temu Piotr Stapp 11 ź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 961 dni, 8 godzin, 2 minuty temu Piotr Stapp 48 źrodło rozwiń

ProductResourcesBlogDocumentationCompanyAbout UsNewsroomCareersContactLog inSee a demoResearchBy Nir Ohfeld and Sagi Tzadik * Update * Learn how to protect your environment in our latest post. Nearly everything we do online these days runs through applications and databases in the cloud. While leaky storage buckets get a lot of attention, database exposure is the bigger risk for most companies because each one can contain millions or even billions of sensitive records. Every CISO’s nightmare is someo...

Tagi: cosmos db
Źródło: www.wiz.io
Dziel się z innymi:
ChaosDB: How we hacked thousands of Azure customers’ databases | Wiz Blog

Inne 961 dni, 8 godzin, 2 minuty temu Piotr Stapp 33 źrodło rozwiń

Sergey VasilievTags:#CSharp#KnowledgeAuthor: Sergey VasilievAnd what, in fact, are we optimizing?Calling methods with a params parameterEnumerable.Any

Tagi: performance
Źródło: pvs-studio.com
Dziel się z innymi:
Optimization of .NET applications: a big result of small edits

Inne 966 dni, 7 godzin, 30 minut temu Piotr Stapp 100 źrodło rozwiń

(This article will be split into multiple parts since it would be too long) Writing correct benchmarks is hard, and it's a craft. Benchmarks try to test a piece of code running in isolation which is very hard, and the results will be mainly in milliseconds or even in smaller units of time. Consider how hard it is to measure such timings correctly and filter out the noise and other system components running at the time that might contribute to the benchmark result. Performance Testing APIs or Large s...

Tagi: benchmark
Dziel się z innymi:
How to lie with Benchmarks

Inne 983 dni, 8 godzin, 26 minut temu Piotr Stapp 38 źrodło rozwiń

Richard July 28th, 2021 Open source was an attractive and exciting idea when we first considered sharing .NET Core on GitHub. At the same time, GitHub was a largely unknown platform for many of us and we had a lot of questions about how everything would work. “What if someone forks the runtime on the first day? Is the project over?”. We knew enough that we should take the time to learn the patterns that developers had already established and also what they expected of us. That said, we also had to host...

Tagi: open source
Dziel się z innymi:
Conversation about the .NET open source project | .NET Blog

Inne 994 dni, 7 godzin, 46 minut temu Piotr Stapp 51 źrodło rozwiń

Sergey VasilievTags:#CSharp#KnowledgeAuthor: Sergey VasilievUnexpected GC PressureEnum.EqualsEnum.GetHashCode.NET VS .NET Framework in Considered ExamplesEquals GetHashCodePerformanceEqualsGetHashCodeConclusion C# has low barriers to entry and forgives a lot. Seriously, you may not understand how things work under the hood but still write code and remain easy-going about this. Though you still have to deal with different nuances over time. Today, we'll look at one of suc...

Tagi: performance
Źródło: pvs-studio.com
Dziel się z innymi:
Enums in C#: Hidden Pitfalls

Sztuka programowania 996 dni, 7 godzin, 51 minut temu Piotr Stapp 95 źrodło rozwiń

Skip to contentAboutWho we areMembersTechnical oversight committeeGoverning boardAmbassadorsStaffAnnual report 2020FAQContactProjectsContributeServices for CNCF projectsGraduated & incubating projectsSandbox projectsArchived projectsCloud Native trail mapCloud Native landscapeEnd user tech radarProject journey reportsProject toolsContinuous integrationGraduation criteriaWebsite guidelinesCommunity infrastructure labCopyright noticesCertificationSoftware conformance (Certified Kubernetes)TrainingCerti...

Tagi: gRPC
Źródło: www.cncf.io
Dziel się z innymi:
Think gRPC, when you are architecting modern microservices! | Cloud Native Computing Foundation

Inne 996 dni, 7 godzin, 51 minut temu Piotr Stapp 95 źrodło rozwiń

Skip to main contentContentsExit focus modeTable of contentsStart Module 10 Units Beginner Developer Student .NET Take your first steps with F# - Set up your development environment, write your first line of code, and build your first application Learning objectives...

Tagi: fsharp
Dziel się z innymi:
Write your first F# code - Learn | Microsoft Docs

Inne 996 dni, 7 godzin, 51 minut temu Piotr Stapp 32 źrodło rozwiń

In the previous posts in this series, I took a first look at the internal design of StringBuilder class as a linked list, and then looked at the source code behind the constructors and Append methods. In this post I look at (arguably) the most important method on StingBuilder, ToString(), and show how the final string is created from multiple chunks. I also looks at the overload ToString(startIndex, count), and show how recent implementations differ from that used in .NET Framework.Terminology recap In ...

Tagi: string
Źródło: andrewlock.net
Dziel się z innymi:
Converting chunks to a string with ToString(): A deep dive on StringBuilder - Part 3

Sztuka programowania 996 dni, 7 godzin, 51 minut temu Piotr Stapp 23 źrodło rozwiń

We are getting closer to .NET 6 final release and this week .NET 6 Preview 6 was released. .NET 6 Preview 4 has introduced Minimal APIs in ASP.NET Core. With .NET 6 Preview 6, we now have OpenAPI support for Minimal APIs. In this post, let's see how we can set up Swagger for a project that uses the Minimal API approach. If you are new to Minimal APIs in ASP.NET Core or need to refresh your memories, you can read this post I have written a couple of months back: .NET 6 Preview 4: Introducin...

Tagi: OpenAPI
Dziel się z innymi:
Jaliya's Blog: .NET 6 Preview 6: Introducing OpenAPI Support in Minimal APIs in ASP.NET Core

Sztuka programowania 1004 dni, 8 godzin, 14 minut temu Piotr Stapp 55 źrodło rozwiń

AboutPAC-MAN12 min read. What happens when you build a .NET app? What happens the instant you run it? The last time I studied this was when .NET Framework was in its infancy. That was nearly 20 years ago! Things have changed in those two decades: apps are now cross-platform; .NET has lost its "Framework" moniker; and I've lost my hair! This post looks at:what's in a modern .NET 5 (C#) projectwhat's generated when you buildwhat happens when you run it We won't go into a massive amount of detail, but ...

Tagi: csproj
Źródło: dunnhq.com
Dziel się z innymi:
Anatomy of a .NET app

Inne 1008 dni, 9 godzin, 14 minut temu Piotr Stapp 81 źrodło rozwiń

Hardening an ASP.NET container running on Kubernetes

Dziel się z innymi:
Hardening an ASP.NET container running on Kubernetes - Microsoft Tech Community

Inne 1008 dni, 9 godzin, 14 minut temu Piotr Stapp 73 źrodło rozwiń

Recurso 2 Home Clients Case Events Event Expertise Expertise Accelerators Accelerator Blog Blog Post Campaign Workshop Jobs Job Contact About Query I'm looking for something digital transformation digital transformation Revolutionize your back-end systems by harnessing the powers of integration. With our unrivaled expertise, Codit is the ideal partner for your digital transformation. Brussels AirlinesBrussels Airli...

Tagi: SignalR
Źródło: www.codit.eu
Dziel się z innymi:
Messaging with Azure SignalR & ASP.NET 5 | Codit

Cloud 1009 dni, 8 godzin temu Piotr Stapp 77 źrodło rozwiń

@JeremyLikness🏠 Home🔍 Search📃 Blog📆 Upcoming Talks🗣 Past Presentations▶ Videosℹ AboutPrivacy Notice× This website uses cookies to create the best experience for you. Learn more: Privacy Policy. This site requires your consent to acknowledge and accept the use of cookies. ⚠ Note: some features such as interactive comments and discussions require cookies. Choosing not to consent will disable those features. You can return to the Privacy Policy at any time to opt in.I Do Not ConsentI Consent Code ...

Tagi: graphql
Dziel się z innymi:
GraphQL for .NET Developers | Developer for Life

Hassan July 10th, 2021 Few months ago our .NET team announced a newer version of the .NET framework which continues the efforts to deliver the final parts of the .NET unifications plan that started with .NET 5. The newer version is .NET 6, which comes in with more powerful features, configurability, pluggability and extensibility across many platforms. On top of that comes ASP.NET 6, Blazor, MAUI and so many other capabilities that makes the new foundational framework the perfect choice for software e...

Tagi: API, OData
Dziel się z innymi:
Up & Running w/ OData in ASP.NET 6 | OData

Inne 1010 dni, 8 godzin, 56 minut temu Piotr Stapp 20 źrodło rozwiń

1 2 3 4 5 6 7... 16 17

Najaktywniejsi w tym miesiącu