Hey, I recently did the Dive into Refactoring course with refactoring.guru and wrote down my findings in the form of a review. If you are looking for some good study materials, this post is definitely for you!
Sztuka programowania 1150 dni, 1 godzinę, 1 minutę temu 47 źrodło rozwiń
W tym odcinku przedstawię Ci 16 popularnych błędów początkujących programistów z którymi często się spotykam. Jeżeli chcesz być dobrym programistą, to warto od samego początku uczyć się dobrych praktyk i nie popełniać tych błędów.
Sztuka programowania 1157 dni, 1 godzinę, 10 minut temu 62 źrodło rozwiń
10 Pomysłów Na Aplikację Do CV
Sztuka programowania 1168 dni, 2 godziny, 8 minut temu 177 źrodło rozwiń
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 1171 dni, 2 godziny, 10 minut temu 118 źrodło rozwiń
Readers&##x27; ChoiceTechnologyProgrammingData ScienceSoftware DevelopmentCybersecurityContributeAnd Microsoft Is Killing ItAndrew ZuoFollow·13 min readPhoto by Ruben Ortega on Unsplash I love C#. My first real programming project after University was a game written in Unity. And I immediately fell in love with the language. It just felt so fresh. It was like Java… if Oracle had actually cared about it. This was back in the Java 7 days. I hear they moved to a faster release cycle since then so things...
Finally we move on to practical topics with unit tests, I encourage you to read part 2 of the Roadmap for unit tests
Sztuka programowania 1150 dni, 1 godzinę, 1 minutę temu 42 źrodło rozwiń
CodePruner.comPostsPOSTS I don’t understand why developers doesn’t automate their job. They can save a huge amount of time with very low effort. How? For example, by generating models from backend to frontend. We will talk about it today. The main idea is to keep backend and frontend models synchronized automatically. In most cases frontend asks backend about data, so the main source of truth should be the backend site. I see it in that way. When model is changed on backend then frontend models should ...
Sztuka programowania 1177 dni, 1 godzinę, 45 minut temu 71 źrodło rozwiń
5 Najczęstszych Błędów w Entity Framework Core
Sztuka programowania 1178 dni, 2 godziny, 6 minut temu 253 źrodło rozwiń
Najlepsze praktyki z Entity Framework Core w C#
Sztuka programowania 1193 dni, 2 godziny, 2 minuty temu 195 źrodło rozwiń
I've been in love with roadmaps for technologies and frameworks since I saw the first one. So, I was very surprised that there is no roadmap for unit testing with c#! That is why I have prepared my own and I encourage you to read it!
Sztuka programowania 1211 dni, 1 godzinę, 48 minut temu 131 źrodło rozwiń
Znasz różnicę pomiędzy throw, a throw ex ? Jeżeli nie to zapraszam
Sztuka programowania 1218 dni, 1 godzinę, 59 minut temu 121 źrodło rozwiń
I will introduce you to how you can design a neural network in C# using TensorFlow.NET.
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 1301 dni, 1 godzinę, 37 minut 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 1304 dni, 1 godzinę, 33 minuty temu 64 źrodło rozwiń
Jak stworzyć nowy Expression, który wykorzystuje inny z podstawionym parametrem.
Sztuka programowania 1315 dni, 1 godzinę, 28 minut temu 98 źrodło rozwiń
W tym artykule napiszemy całą logikę naszego kalkulatora w windows forms.
Sztuka programowania 1322 dni, 1 godzinę, 25 minut temu 46 ź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 1350 dni, 1 godzinę, 8 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 1354 dni, 34 minuty temu 101 źrodło rozwiń
Last time I checked the lifetimes of different types of services and want to share with you my findings.
Architektura 1346 dni, 1 godzinę, 28 minut temu 75 źrodło rozwiń