dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Sztuka programowania - Strona 7

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.

Źródło: event-driven.io
Dziel się z innymi:
Why are senior devs afraid to code? - Oskar Dudycz

Sztuka programowania 1071 dni, 9 godzin, 58 minut temu oskar-at-net 144 ź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

Źródło: www.youtube.com
Dziel się z innymi:
What is Entity Framework Core 5 - Michał Białecki Blog - YouTube

Sztuka programowania 1074 dni, 10 godzin, 23 minuty temu michal-bialecki 40 ź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.

Źródło: event-driven.io
Dziel się z innymi:
How to create a custom GitHub Action? - Oskar Dudycz

Sztuka programowania 1078 dni, 9 godzin, 54 minuty temu oskar-at-net 21 ź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.

Źródło: event-driven.io
Dziel się z innymi:
Memoization, a useful pattern for quick optimization - Oskar Dudycz

Sztuka programowania 1085 dni, 9 godzin, 55 minut temu oskar-at-net 100 ź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.

Źródło: cesarstwo-dev.pl
Dziel się z innymi:
Naming convention I use for CQRS in C# - Cesarstwo Dev

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.

Źródło: bush-dev.com
Dziel się z innymi:
Many to many relationships in Entity Framework Core 5.0 | bush_dev

Sztuka programowania 1094 dni, 9 godzin, 56 minut temu bush_dev 59 źrodło rozwiń

Today I would like to show you a really cool way to validate MediatR commands and queries using FluentValidation.

Dziel się z innymi:
An elegant way to validate MediatR commands and queries

Sztuka programowania 1098 dni, 10 godzin, 8 minut temu mkaminski 137 źrodło rozwiń

Tworzenie pierwszej aplikacji w WPF.

Tagi: csharp, dotnet, MVVM, WPF, xaml
Dziel się z innymi:
Aplikacja Desktopowa WPF

Sztuka programowania 1100 dni, 10 godzin, 14 minut temu modestprogrammer 89 źrodło rozwiń

Jak stworzyć nowy Expression, który wykorzystuje inny z podstawionym parametrem.

Tagi: .Net, C#, expression
Źródło: cesarstwo-dev.pl
Dziel się z innymi:
Podmiana parametru w Expression na zmienną - Cesarstwo Dev

Sztuka programowania 1105 dni, 9 godzin, 52 minuty temu Cesarstwo-Dev 96 ź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.

Dziel się z innymi:
ASP.NET Core, Newtonsoft JSON serializer and DateTime handling issue

Sztuka programowania 1106 dni, 8 godzin, 6 minut temu mkaminski 54 ź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...

Źródło: lukaszcoding.com
Dziel się z innymi:
How good are your .NET tests? Test your tests with Stryker mutator

Sztuka programowania 1109 dni, 10 godzin, 7 minut temu lukaszcoding 46 ź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.

Tagi: open source
Źródło: event-driven.io
Dziel się z innymi:
How to get started with Open Source? - Oskar Dudycz

Sztuka programowania 1112 dni, 9 godzin, 48 minut temu oskar-at-net 41 źrodło rozwiń

W tym artykule napiszemy całą logikę naszego kalkulatora w windows forms.

Pierwsza Aplikacja Desktopowa Windows Forms w C# – Logika (2/2) - Modest Programmer

Sztuka programowania 1112 dni, 9 godzin, 48 minut temu modestprogrammer 43 ź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.

Tagi: VB.NET
Dziel się z innymi:
Praktyczne różnice pomiędzy C# a Vb.Net – Michał Białecki Blog

Sztuka programowania 1128 dni, 9 godzin, 8 minut temu michal-bialecki 62 ź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.

Źródło: altkomsoftware.pl
Dziel się z innymi:
5 najlepszych praktyk dobrego programowania

Sztuka programowania 1135 dni, 9 godzin, 25 minut temu witek1902 204 ź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.

Źródło: bush-dev.com
Dziel się z innymi:
Creating Web API using Carter Framework | bush_dev

Sztuka programowania 1140 dni, 9 godzin, 31 minut temu bush_dev 56 ź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.

Źródło: blog.scooletz.com
Dziel się z innymi:
[EN] Open Source projects that improved my skills - Szymon Kulec @Scooletz

Sztuka programowania 1144 dni, 8 godzin, 57 minut temu Scooletz 96 ź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.

Dziel się z innymi:
Refaktoryzacja przy pomocy refleksji – Michał Białecki Blog

Sztuka programowania 1151 dni, 9 godzin, 8 minut temu michal-bialecki 95 źrodło rozwiń

1 2... 5 6 7 8 9 10... 73 74

Najaktywniejsi w tym miesiącu