dotnetomaniak.pl - Artykuły z tagiem dotnet core

Testy mutacyjne. Szybki start i biblioteka Stryker w .NET i dotnetcore. Pierwsze uruchomienie, szybkie spojrzenie na rezultaty testów.

Stryker Mutator i Testy Mutacyjne w .NET. Szybki start.

Narzędzia 1182 dni, 5 godzin, 47 minut temu patrykkubiela 146 źrodło rozwiń

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

Źródło: youtu.be
Dziel się z innymi:
[EN] C# What JIT Generates? - Bounds Check - YouTube

Sztuka programowania 1326 dni, 6 godzin, 54 minuty temu Badamczewski 16 źrodło rozwiń

How to configure dotnet core solutions to automatically generate client packages for WebAPI projects

Dziel się z innymi:
Auto generated WebAPI client library with NSwag · Cezary Piątek Blog

Narzędzia 1329 dni, 6 godzin, 42 minuty temu cezarypiatek 54 źrodło rozwiń

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...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Camunda and .NET Core - friends or foes? - Software House Altkom Software & Consulting

Architektura 1420 dni, 7 godzin, 15 minut temu witek1902 67 źrodło rozwiń

Docker has built in great cache mechanism, but to be able to use it, you have to understand how it works.

Dziel się z innymi:
Optimize Docker .NET Core project and docker-compose solution to reduce build image time

Narzędzia 1497 dni, 5 godzin, 42 minuty temu Tometchy 56 źrodło rozwiń

If you are still using regex for setting AssemblyVersion you should definitely read this article.

Dziel się z innymi:
Setting assembly and nuget package metadata in .NET Core · Cezary Piątek Blog

Narzędzia 1601 dni, 6 godzin, 30 minut temu cezarypiatek 73 źrodło rozwiń

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.

Dziel się z innymi:
Managing output in the .NET SDK projects · Cezary Piątek Blog

Narzędzia 1637 dni, 6 godzin, 2 minuty temu cezarypiatek 56 źrodło rozwiń

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.

Tagi: C#, dotnet core
Dziel się z innymi:
Non-nullable references with C# 8 and .NET Core 3.0 · Cezary Piątek Blog

Narzędzia 1665 dni, 7 godzin, 12 minut temu cezarypiatek 198 źrodło rozwiń

Dzisiaj o mojej ulubionej usłudze Azure do tzw. serverless computing, czyli Azure Function Apps. Szybkie intro do tematu plus male demo.

Źródło: youtu.be
Dziel się z innymi:
Azure Function Apps Introduction - YouTube

Cloud 1720 dni, 6 godzin, 58 minut temu AdamMarczak 32 źrodło rozwiń

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.

Źródło: youtu.be
Dziel się z innymi:
Wstęp do usługi Azure App Service - YouTube

Cloud 1734 dni, 7 godzin, 51 minut temu AdamMarczak 78 źrodło rozwiń

Witajcie, dzisiejszy post będzie poświęcony bibliotece Fody. Biblioteka ta służy do modyfikowania kodu IL przy kompilacji.

Tagi: C#, dotnet core
Dziel się z innymi:
Fody + INotifyPropertyChanged – Jakub Wierzbanowski – Blog

Inne 1818 dni, 7 godzin, 35 minut temu brzooz 71 źrodło rozwiń

Ostatnio okazało się, że nie mogę zbudować projektu wykorzystującego .NET Core 2.2 za pomocą Visual Studio 2017.

VS 2017 i .NET Core 2.2 – programmer-girl

Inne 1819 dni, 7 godzin, 52 minuty temu Weronika Mularczyk 98 źrodło rozwiń

W Web Api przy użyciu dotnet core dane mogą być zwrócone na kilka sposobów.

Dziel się z innymi:
ActionResult – ASP.NET Core Web API – Jakub Wierzbanowski – Blog

Web 1840 dni, 7 godzin, 15 minut temu brzooz 143 źrodło rozwiń

DDD - Domain Model Encapsulation and Persistence Ignorance with Entity Framework 2.2

[EN] Domain Model Encapsulation and PI with Entity Framework 2.2 - Kamil Grzybek

Sztuka programowania 1900 dni, 5 godzin, 34 minuty temu kamgrzybek 158 źrodło rozwiń

Simple .NET Core REST API CQRS implementation with raw SQL and DDD - Kamil Grzybek

[EN] Simple CQRS implementation with raw SQL and DDD - Kamil Grzybek

Architektura 1907 dni, 5 godzin, 3 minuty temu kamgrzybek 212 ź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?

Tagi: dotnet core, SOAP
Źródło: stapp.space
Dziel się z innymi:
[EN] Using SOAP security in dotnet core in Stapp.space

Inne 1924 dni, 4 godziny, 58 minut temu Piotr Stapp 38 źrodło rozwiń

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...

Tagi: dotnet core
Dziel się z innymi:
[EN] Announcing ASP.NET Core 2.2, available today! | ASP=.NET Blog

Inne 1971 dni, 3 godziny, 50 minut temu Piotr Stapp 98 źrodło rozwiń

How to store sensitive configuration data safely and easily in .NET Core runtime environment.

Dziel się z innymi:
[EN] How to store sensitive configuration data - Kamil Grzybek

Architektura 1997 dni, 5 godzin, 41 minut temu kamgrzybek 130 ź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...

Źródło: bd90.pl
Dziel się z innymi:
Jak ubiłem serwer bazy danych (prawie) - bd90

Sztuka programowania 2004 dni, 4 godziny, 57 minut temu bd90 173 ź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...

A może by tak Linuks...

Inne 2033 dni, 6 godzin, 30 minut temu patrykkubiela 168 źrodło rozwiń

Najaktywniejsi w tym miesiącu