10 Pomysłów Na Aplikację Do CV
Sztuka programowania 563 dni, 17 godzin, 22 minuty temu 166 ź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 566 dni, 17 godzin, 24 minuty temu 112 ź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 545 dni, 16 godzin, 15 minut temu 41 ź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 572 dni, 16 godzin, 59 minut temu 66 źrodło rozwiń
5 Najczęstszych Błędów w Entity Framework Core
Sztuka programowania 573 dni, 17 godzin, 21 minut temu 245 źrodło rozwiń
Najlepsze praktyki z Entity Framework Core w C#
Sztuka programowania 588 dni, 17 godzin, 16 minut temu 192 ź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 606 dni, 17 godzin, 3 minuty temu 130 źrodło rozwiń
Znasz różnicę pomiędzy throw, a throw ex ? Jeżeli nie to zapraszam
Sztuka programowania 613 dni, 17 godzin, 14 minut temu 118 ź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 696 dni, 16 godzin, 51 minut temu 104 ź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 699 dni, 16 godzin, 47 minut temu 59 źrodło rozwiń
Jak stworzyć nowy Expression, który wykorzystuje inny z podstawionym parametrem.
Sztuka programowania 710 dni, 16 godzin, 43 minuty temu 96 źrodło rozwiń
W tym artykule napiszemy całą logikę naszego kalkulatora w windows forms.
Sztuka programowania 717 dni, 16 godzin, 40 minut temu 43 ź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 745 dni, 16 godzin, 23 minuty temu 55 ź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 749 dni, 15 godzin, 48 minut temu 96 źrodło rozwiń
Last time I checked the lifetimes of different types of services and want to share with you my findings.
Architektura 741 dni, 16 godzin, 42 minuty temu 71 źrodło rozwiń
A while ago I came across “Quick notes on a rant” authored by Don Syme. This rant criticizes the C# language for the lack of a few important features. The first point is "Implicitly discarding information is so 20th Century" which brings our attention to one of the sources of bugs in C# programs. Lucky me, I got the pleasure to make this kind of bug and find it later in production code, so this blog post is to save you the trouble...
Sztuka programowania 767 dni, 16 godzin temu 66 źrodło rozwiń
Microsoft Azure contains many various services. One of them is a service that allows speech translation, which is part of Cognitive Services. How does it work? What is it about? How to use it in your application? In this blog post, I will try to answer these questions and show you the example of translating speech to text from microphone input.