WireMock.NET allows for easy testing of the code that makes HTTP requests, without having to rely on the actual external service being available and without hacking HttpClient.
Cześć, tu Marek z firmy IT w Chmurach. Po dłuższej nieobecności wracamy z nowym wpisem. Dziś chcę pokazać wam w jaki sposób pracuję z dotnetem na Linuxie. Zapraszam.
Clean up your code with GitHub Action. Save your time from having to do a code review and make corrections and also from having to enter a commit message each time. The commit with the changes is created automatically.
Polecam mój najnowszy artykuł. Poruszyłem w nim kwestię jednego z narzędzi, które istnieje w moim codziennym scyzoryku szwajcarskim :)
The Validot project comes with comprehensive documentation, excellent for looking up how certain features work. On the other hand, documentations don’t always serve as great tutorials or walkthrough guides, which in Validot is very much the case. This blog post aspires to answer this problem. Following the real-life use case, we’ll proceed step-by-step with creating a fully-featured specification using Validot’s advanced fluent-driven interface.
MediatR is a tool - and just like any tool, it has its own scope of application, and being used incorrectly might do more harm than good. This blog post summarizes my thoughts about using MediatR for supporting CQRS architecture.
Sztuka programowania 1069 dni, 22 godziny, 13 minut temu 197 źrodło rozwiń
W tym artykule pokażę jak zaimplementować przechowywanie plików w Azure Blob Storage oraz w jaki sposób aplikacja Blazor (WebAssmebly) oraz WebApi stworzone w ASP.NET Core może uzyskać do nich dostęp.
Sztuka programowania 1100 dni, 21 godzin, 13 minut temu 38 źrodło rozwiń
Jak skonfigurować poprawnie MongoDB w .NET?
Bazy danych i XML 1104 dni, 22 godziny, 22 minuty temu 116 źrodło rozwiń
Czym Jest Typ Domniemany VAR w C#? - Modest Programmer
Sztuka programowania 1114 dni, 19 godzin, 37 minut temu 78 źrodło rozwiń
W artykule przedstawiam plusy i minusy wykorzystania ORM NHibernate (NH) w aplikacji SaaS. Jest to spojrzenie z perspektywy SoloProgramisty,
Sztuka programowania 1112 dni, 19 godzin, 17 minut temu 35 źrodło rozwiń
Wszystkie sesje z Dotnetos Conferece 2021 dostępne w jednej piekielnie ostrej play liście 🌶️
Sztuka programowania 1136 dni, 23 godziny, 27 minut temu 71 źrodło rozwiń
czyli historia pewnego PRu.
In one of our projects, we recently started using Cypress for end-to-end testing. Cypress executes tests written in JavaScript or TypeScript. However, we wanted to first perform some data-preparation operations using C#. In fact, we needed to run Cypress tests from NUnit C# tests. In this article, I’m sharing how this can be done 🙂 It will also be useful if you use another testing framework than NUnit, but the examples are based on it. Table of...
Sztuka programowania 1149 dni, 22 godziny, 49 minut temu 41 źrodło rozwiń
Od słów Ballmera z 2001 roku 'Linux is a cancer' Microsoft zmienił się na tyle, że można uznać go za jednego z głównych kontrybtorów wielu projektów OSS. Mimo tego nadal ma on problemy z projektami OSS na których bazuje świat .NET: Docker, IdentityServer4, Ocelot, pokazały MSowi czerwoną kartkę.
Home » Foreach, IEnumerable and IEnumerator in C#Programming Today, we’re taking a deeper look at foreach loop in C#. What does a collection need to be able to use it in a foreach loop? Does it have to implement IEnumerable interface? These questions are often asked during interviews, so it’s worth knowing the answers 😃 We will go through a step-by-step example in building our own custom collection to see how all that works. Let’s dive in! 😎 Throughout this article, I’m working with a Unit Tests pro...
Sztuka programowania 1170 dni, 23 godziny, 59 minut temu 118 źrodło rozwiń
Jak przekazać kontekst? I co w ogóle oznacza kontekst? I dlaczego Dependency Injection nie zawsze jest odpowiedzą. Zapraszam.
Sztuka programowania 1219 dni, 23 godziny, 45 minut temu 168 źrodło rozwiń
Recently, I had to convert an SVG file to PNG. I tried a few free online converters, but none of them were able to convert the image correctly. Indeed, they don't support custom fonts… Instead of wasting more time at searching for an existing tool, I opened Visual Studio and I made a quick application to convert my images!
Tworzenie logiki aplikacji mobilnej w xamarin.
Sztuka programowania 1238 dni, 23 godziny, 18 minut temu 44 źrodło rozwiń
W 76. odcinku z naszymi gośćmi rozmawiamy o technologii Blazor. Zastanawiamy się czy nowa technologia Microsoftu nie powtórzy ubitego już Silverlighta, czy oparcie jej na otartych standardach uchroni przez powtórką z historii. A prócz tego czy warto iść w Blazora jako główna technologia i jak wygląda rynek pracy. Miłego słuchania. Gość odcinka:Konrad Kokosa – https://twitter.com/konradkokosaKonrad Bartecki – https://bartecki.me/
Tym razem pokaże Ci jak stworzyć aplikację asp.net core.
Sztuka programowania 1267 dni, 23 godziny, 53 minuty temu 63 źrodło rozwiń