Strona głównaUżytkownik

Piotr Stapp | administrator

Piotr Stapp
Piotr Stapp
brak danych
159 dni, 16 godzin, 28 minut temu
3 listopada, 2016
Administrator
dotnetomaniak.pl

RyuJIT is the code name for the .NET just-in-time compiler, one of the foundational components of the .NET runtime. In contrast, the Roslyn C# compiler compiles C# code to IL byte code. The RyuJIT compiler compiles IL byte code to machine code for multiple processors. With the recent merge of the dotnet/coreclr #18064 pull request, the...

Tagi: Narzedzia
Dziel się z innymi:
[EN] The RyuJIT transition is complete! | .NET Blog

Narzędzia 2129 dni, 11 minut temu Piotr Stapp 21 źrodło rozwiń

This article renders the previousones obsolete (which they already were at this point anyway). EF Core vs NHibernate: Preface EF Core has made a lot of progress and it took me quite a while ...

Tagi: EF, efcore, nHibarnate
Dziel się z innymi:
[EN] EF Core 2.1 vs NHibernate 5.1: DDD perspective - Enterprise Craftsmanship

Narzędzia 2136 dni, 14 godzin, 15 minut temu Piotr Stapp 131 źrodło rozwiń

Reducing memory allocations from 7.5GB to 32KB Table of Contents Context of the problem Establishing a baseline Easy win 1 Easy win 2 Splits are never cool Lists are not always nice Pooling byte arrays Goodbye StringBuilder Skipping commas The war between classes and structs Goodbye StreamReader TLDR

Tagi: C#, memory
Źródło: medium.com
Dziel się z innymi:
[EN] Strings Are Evil - Reducing memory allocations from 7.5GB to 32KB

Architektura 2142 dni, 17 godzin, 38 minut temu Piotr Stapp 158 źrodło rozwiń

Version 1.24 is now available! Read about the new features and fixes from May.Dismiss this updateUpdatesUpdates Downloads: Windows | Mac | Linux 64-bit: .tar.gz.deb.rpm | Linux 32-bit: .tar.gz.deb.rpm Welcome to the May 2018 release of Visual Studio Code. You will notice several new features available for Preview in this milestone. Give them a try and let us know what you think.

Dziel się z innymi:
[EN] Visual Studio Code May 2018 Release Notes

Narzędzia 2146 dni, 22 godziny, 24 minuty temu Piotr Stapp 24 źrodło rozwiń

Since we launched Visual Studio 2017 in March of that year, it has become our most popular Visual Studio release ever. Your feedback has helped our team publish seven updates since our initial GA, which have improved solution load performance, build performance, and unit test discovery performance. We’ve also made Visual Studio 2017...

Dziel się z innymi:
[EN] What’s Next for Visual Studio | The Visual Studio Blog

Narzędzia 2144 dni, 11 godzin, 59 minut temu Piotr Stapp 33 źrodło rozwiń

How to test Azure function on localhost from the Internet? It is not easy, but doable. But we all know that everything in the computer science is doable, the only problem is the cost (time+money). Below a quick solution, worth less than 5 minutes of your time, including reading the post below, so I hope the effort is enough profitable.

Tagi: Azure, developer
Źródło: stapp.space
Dziel się z innymi:
[EN] How to test azure function on localhost from the Internet? in Stapp.space

Cloud 2440 dni, 5 godzin, 5 minut temu Piotr Stapp 23 źrodło rozwiń

Querying logs is a must have. But to create simple queries, logs must be readable also for humans. Sometimes using default serialisation is not a way to go, and because we are good developers we have to fix it.

Tagi: Azure
Źródło: stapp.space
Dziel się z innymi:
[EN] Readable request headers in Application Insights in Stapp.space

Narzędzia 2453 dni, 15 godzin, 20 minut temu Piotr Stapp 30 źrodło rozwiń

Debugging production is bad. Even access to production is bad. But debugging production is evil. I even cannot describe how evil I think it is. But if you ask most developers (including myself), they will say that this can be useful. Up to last week, I thought it cannot be done in safety way, but a new feature in Application Insights called Snapshot collector.

Tagi: Azure, log
Źródło: stapp.space
Dziel się z innymi:
Debug production safely using Application Insights in Stapp.space

Narzędzia 2457 dni, 12 godzin, 57 minut temu Piotr Stapp 44 źrodło rozwiń

I'm sure that you heard about .NET Standard. To simplify the definition just one quote from the offical GitHub repo FAQ .NET Standard is a specification that represents a set of APIs that all .NET platforms have to implement. This unifies the .NET platforms and prevents future fragmentation. BTW in case you don't know just read the full article Introducing .NET Standard. On the other hand, Owin is (from owin.org): OWIN defines a standard interface between .NET web servers and web applications. The ...

Tagi: .Net, netcore
Źródło: stapp.space
Dziel się z innymi:
Owin middleware in .NET Standard for Application Insights in Stapp.space

Inne 2526 dni, 10 godzin, 52 minuty temu Piotr Stapp 37 źrodło rozwiń

I had a small problem, I need to grep IIS logs and search for few lines. There was only one problem - the size of logs. A few gigabytes of compressed data with 15% compress ratio. The interesting stuff for me happened between 9:00 and 10:00 AM, so everything after 10:00 AM I can just skip.Using a log aggregator. The best option for st...

Tagi: dotnet
Źródło: stapp.space
Dziel się z innymi:
[EN]Search through archives using C# in Stapp.space

Narzędzia 2613 dni, 12 godzin, 24 minuty temu Piotr Stapp 64 źrodło rozwiń

Here we go again. New Visual Studio, new NET Core tools. The question today is simple: Is VS2017 with new csproj useful or useless? Let's find it out.

Źródło: stapp.space
Dziel się z innymi:
[EN] VS 2017 + new csproj = useful or useless?

Narzędzia 2642 dni, 12 godzin, 50 minut temu Piotr Stapp 215 źrodło rozwiń

Did you ever fire someone? It is not common in IT teams. From time to time only team leader or manager decide to stop working with somebody. But can you imagine that developers team can fire 34 people. Just doing their every day work. Interested? Read more in my latestest blog post

Tagi: inne
Źródło: stapp.space
Dziel się z innymi:
[EN] Do you want to fire 34 people? in Stapp.space

Inne 2654 dni, 13 godzin, 48 minut temu Piotr Stapp 134 źrodło rozwiń

A few days ago I read a beautiful comment: The man without time tracking doesn't know what he did. What is the first thing to do after holidays? Fill time tracking.

Tagi: time
Źródło: stapp.space
Dziel się z innymi:
[EN] Time tracking - seriously? in Stapp.space

Inne 2655 dni, 18 godzin temu Piotr Stapp 130 źrodło rozwiń

A few days ago, a new tool came from the Facebook team: Yarn package manager. The results published on the official Yarn web page are fantastic. I'm using local NPM gallery, so some of the NPM problems don't exist for me. Still, the npm install command is quite slow. How the yarn install command performs? Can it be much better? Let's check it out.

Tagi: JavaScript
Źródło: stapp.space
Dziel się z innymi:
[EN] NPM versus Yarn - the epic fight for speed in Continuous Integration in Stapp.space

Narzędzia 2727 dni, 8 godzin, 9 minut temu Piotr Stapp 32 źrodło rozwiń

1 2... 11 12 13 14 15

Najaktywniejsi w tym miesiącu