Today, I decided to drop a 💣 and write my thoughts on why senior devs, tech leads and architects are afraid to code. Read more and send your feedback in the comments.
Sztuka programowania 1293 dni, 10 godzin, 2 minuty temu 148 źrodło rozwiń
Tworzenie pierwszej aplikacji w asp.net core w c#
Sztuka programowania 1293 dni, 10 godzin, 2 minuty temu 81 źrodło rozwiń
An overview on what is Entity Framework Core 5, how to set it up, and how to use it in code. Chapters: 0:00 Introduction 0:26 What is Entity Framework Core 3:19 Getting started 6:41 Creating a DB Context 8:03 Migrations 12:03 How EF Core works 16:24 Relationships 21:15 More? 22:05 EF Core 5 book
Sztuka programowania 1296 dni, 10 godzin, 26 minut temu 43 źrodło rozwiń
Today I'm sharing a sneak peek of our dev/docs process at Event Store. I'm doing that on the practical example of the custom Github Action that cherry-picks pull request commits to the different (e.g. release) branches to keep them in sync.
Sztuka programowania 1300 dni, 9 godzin, 58 minut temu 25 źrodło rozwiń
Memoization is a simple programming pattern that can be useful for quick code optimization. It makes sure that the function logic is called only once and then remembered result is returned. Read more and see practical samples in my latest article.
Sztuka programowania 1307 dni, 9 godzin, 58 minut temu 103 źrodło rozwiń
This article describes the naming convention I use in projects where CQRS is applied. After creating a couple of projects we’ve finally reached the convention which works great for my team. Let’s try to point out how it looks.
Sztuka programowania 1313 dni, 10 godzin, 3 minuty temu 112 źrodło rozwiń
At the end of unfortunate 2020, the stable version of Entity Framework Core 5.0 was released. One of the features that appeared there was the improvement of the many-to-many relationship mechanism. In today’s post, I would like to introduce you to what this change is all about.
Sztuka programowania 1316 dni, 9 godzin, 59 minut temu 64 źrodło rozwiń
Today I would like to show you a really cool way to validate MediatR commands and queries using FluentValidation.
Sztuka programowania 1320 dni, 10 godzin, 11 minut temu 142 źrodło rozwiń
Sztuka programowania 1322 dni, 10 godzin, 17 minut temu 101 źrodło rozwiń
Jak stworzyć nowy Expression, który wykorzystuje inny z podstawionym parametrem.
Sztuka programowania 1327 dni, 9 godzin, 55 minut temu 98 źrodło rozwiń
Mikołaj KamińskiHomeAbout meContact Today I encountered an interesting case. I got a report that “something changes the date format while processing data”. I started debugging our distributed system looking for the source of the problem. It took me a while, so I’d like to share this story today, so you don’t have to waste your time.
Sztuka programowania 1328 dni, 8 godzin, 9 minut temu 58 źrodło rozwiń
LukaszPosted on Imagine you’re starting to develop a new feature… and this time you decide to do it right. So, you started with Test-Driven development, because it’s part of your ethic to write tests (a surgeon never asks whether they should wash their hands before an surgery). It felt so good. And it felt so right. You’re satisfied with your code design and the fact that you’ve started with tests. And hey, the code coverage is pretty good too! You deployed this code to production and it is working rea...
Sztuka programowania 1331 dni, 10 godzin, 11 minut temu 48 źrodło rozwiń
As you may know, I’m an active Open Source contributor. I decided to write a set of thoughts and suggestions based on my experience on starting your journey with Open Source.
Sztuka programowania 1334 dni, 9 godzin, 52 minuty temu 43 źrodło rozwiń
W tym artykule napiszemy całą logikę naszego kalkulatora w windows forms.
Sztuka programowania 1334 dni, 9 godzin, 52 minuty temu 46 źrodło rozwiń
Praktyczne różnice pomiędzy C# a Vb.Net Od około półtora roku pracuję w projekcie, który początkowo był napisany w Vb.Net, ale teraz nowszy kod jest tworzony w C#. To świetny przykład tego, jak jeden projekt można napisać w dwóch językach, a kod w Vb.Net może odwoływać się do C# i na odwrót. Vb.Net i C# są bardzo podobne i są kompilowane do tego samego języka pośredniego, ale niektóre różnice są bardziej zaskakujące niż inne.
Sztuka programowania 1350 dni, 9 godzin, 11 minut temu 64 źrodło rozwiń
Tworzenie pierwszej aplikacji w windows forms w C#.
Sztuka programowania 1350 dni, 9 godzin, 11 minut temu 94 źrodło rozwiń
Jak zostać świetnym programistą? Czym właściwie są dobre praktyki programowania? Z których warto korzystać? Uchylimy rąbka tajemnicy. Eksperci od kodu w Altkom Software & Consulting zdradzili nam, co jest ich zdaniem ważne, aby kod był czysty.
Sztuka programowania 1357 dni, 9 godzin, 29 minut temu 205 źrodło rozwiń
Carter is an open-source library that sits on top of ASP.NET Core and allows us to build more elegant routing. If you would like to know more, check my new blog post.
Sztuka programowania 1362 dni, 9 godzin, 35 minut temu 58 źrodło rozwiń
Projekty Open Source to nie tylko frajda i zabawa, ale też masa materiału do nauki. I nie chodzi tylko o programowanie, ale także o... no właśnie. I dlatego spisałem ten post.
Sztuka programowania 1366 dni, 9 godzin, 1 minutę temu 101 źrodło rozwiń
Refaktoryzacja przy pomocy refleksji Czasami zdarza się, że muszę przeprowadzić refaktoryzację, w której Resharper nie może mi pomóc. W moim ostatnim poście opisałem, jak przydatne mogą być wyrażenia regularne przy takiej pracy: Refaktoryzacj przy pomocy wyrażeń regularnych w Visual Studio Tym razem sprawa jest inna i prosta podmiana nie zadziała w tym przypadku.
Sztuka programowania 1373 dni, 9 godzin, 11 minut temu 97 źrodło rozwiń