Testy mutacyjne. Szybki start i biblioteka Stryker w .NET i dotnetcore. Pierwsze uruchomienie, szybkie spojrzenie na rezultaty testów.
In this video, we're going look in what situations JIT will emit bounds check for arrays and how to force it to generate bounds-check free code. Bounds Check elimination is something that we want to do to increase performance since each check has a cost associated with it especially that it will emit a possible branch. ♦ link to loop clone video: https://youtu.be/zxcHkEu6aTY
Sztuka programowania 1520 dni, 14 godzin, 26 minut temu 17 źrodło rozwiń
How to configure dotnet core solutions to automatically generate client packages for WebAPI projects
Our teams, at Altkom Software & Consulting, are using the Camunda BPM platform successfully in many projects for over 5 years. We designed, built, and deployed solutions based on Camunda in the financial and insurance industries allowing our customers to digitize their business and deliver business value faster, directly to their customers. Five years ago Camunda was a novelty, now it is well known and established platforms, one of the leaders in the workflow automation area, but most of the projects...
Architektura 1614 dni, 14 godzin, 47 minut temu 72 źrodło rozwiń
Docker has built in great cache mechanism, but to be able to use it, you have to understand how it works.
If you are still using regex for setting AssemblyVersion you should definitely read this article.
Documentation for new csproj format, as well as for Nuget related properties, is scattered across different MSDN documents, so I decided to create this blog post as a reference to what I’ve recently learned and discovered about the project’s options that affect the content of the output directory.
Two weeks ago .NET Core 3.0 was officially published. Together with the new framework version, Visual Studio 2019 got support for a long-awaited C# 8.0. The complete list of the new language features is available here on the MSDN, but the one that deserves special attention is Nullable reference types. In this blog post, I will show you how to use this new language feature and how to achieve similar benefits if you still cannot use .NET Core 3.0 in your projects.
Dzisiaj o mojej ulubionej usłudze Azure do tzw. serverless computing, czyli Azure Function Apps. Szybkie intro do tematu plus male demo.
Dzisiaj przedstawiam podstawy usługi Azure App Service. Czyli o tym, jak zacząć web development w Azure. Jest to wstęp do przyszłych odcinków i bardziej zaawanzowanych usług jak service fabric czy AKS.
Witajcie, dzisiejszy post będzie poświęcony bibliotece Fody. Biblioteka ta służy do modyfikowania kodu IL przy kompilacji.
Ostatnio okazało się, że nie mogę zbudować projektu wykorzystującego .NET Core 2.2 za pomocą Visual Studio 2017.
W Web Api przy użyciu dotnet core dane mogą być zwrócone na kilka sposobów.
DDD - Domain Model Encapsulation and Persistence Ignorance with Entity Framework 2.2
Sztuka programowania 2094 dni, 13 godzin, 6 minut temu 159 źrodło rozwiń
Simple .NET Core REST API CQRS implementation with raw SQL and DDD - Kamil Grzybek
Architektura 2101 dni, 12 godzin, 36 minut temu 215 źrodło rozwiń
During last week, I'm migrating some projects to the dotnet core. And one of the most irritating parts is lack of full WebService and WCF support in dotnet core. When you google for SOAP security headers you end in GitHub issue WS Security in .NetCore 2.0 #2605. But seriously is it impossible?
I’m happy to announce that ASP.NET Core 2.2 is available as part of .NET Core 2.2 today!How to get it You can download the new .NET Core SDK (2.2.100) for your dev machine and build servers from the .NET Core 2.2 download page. New Windows Server hosting, runtime installers and binary archives are also available from this page for updat...
How to store sensitive configuration data safely and easily in .NET Core runtime environment.
Architektura 2191 dni, 13 godzin, 14 minut temu 135 źrodło rozwiń
Wyobraźmy sobie świat, w którym rodzi się programista idealny. W momencie natrafienia na dany język łapie składnie, wykorzystanie, dobre praktyki, a haków unika niczym ognia. Mając 4 lata sam jeden jest wstanie napisać algorytm rozpoznawania twarzy i to bez kontroli wersji i kolorowania składni. Nie popełnia żadnych błędów, chodź nie wymyślania nowatorskich rozwiązań. I pewnie szefom teamów developerskim otwierają się koperty pełne multisportów by obsypać pierwszego z nowej rasy Homo Programikus. To jedn...
Sztuka programowania 2198 dni, 12 godzin, 29 minut temu 174 źrodło rozwiń
Od kiedy tylko pamiętam, używam systemu Windows. Był zainstalowany na moim pierwszym komputerze, który dostałem od rodziców („do nauki mamo” ;-)), jak również na każdej maszynie od kiedy tylko rozpocząłem swoją karierę jako programista. Oczywiście, były eksperymenty z Linuksem (Mandriva/Mandrake, jakiś Debian, czy potem Ubuntu), ale nigdy na dłużej. Ostatnio, mając na uwadze multiplatformowość .NET Core i to jak mi się dobrze pracuje z tą biblioteką, postanowiłem dać Linuksowi szan...