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.
Kathleen D April 18th, 2022 Features for C# 11 are coming along nicely! You can check these features out by downloading Visual Studio 17.2 Preview 3 or .NET 7 Preview 3 for other editors. You can find more about C# 11 features that appeared earlier in What’s new in C# 11 and Early peek at C# 11 features and you can follow the progress of C# 11 on the Feature Status page. You can find out about other .NET 7 Preview 3 features in this .NET Blog post and more about Visual Studio 17.2 in the release notes....
Połączenie F# i C# bywa trudniejsze niż o tym mówią. We wpisie pokazuję jak można połączyć te dwa światy wykorzystując różne podejścia
Na początku mojej przygody z Blazor formularze wydawały mi się być skomplikowane, lecz po kilku projektach już wiem jak sobie z nimi poradzić. Jeżeli i Ty w swoich aplikacjach tworzysz formularze to podpowiem Ci jak zbudować zaawansowane formularze i rozwiązać najczęściej spotykane problemy. Zapraszam do przeczytania!
Czym Jest Typ Domniemany VAR w C#? - Modest Programmer
Sztuka programowania 1114 dni, 19 godzin, 32 minuty temu 78 źrodło rozwiń
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, 44 minuty temu 41 ź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 1170 dni, 23 godziny, 53 minuty 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, 40 minut temu 168 źrodło rozwiń
Tworzenie logiki aplikacji mobilnej w xamarin.
Sztuka programowania 1238 dni, 23 godziny, 13 minut temu 44 źrodło rozwiń
Tym razem pokaże CI jak stworzyć kompletną aplikację mobilną w xamarinie.
Sztuka programowania 1253 dni, 23 godziny, 26 minut temu 54 źrodło rozwiń
5 New Features in C# 10 - Global using, file-scoped namespaces, and more | Young Coder | Young Coder
Sign inSoftware CraftMicrosoftJavaScriptCoding For KidsScience & TechHumorAboutGlobal using, file-scoped namespaces, and other enhancements will slim down unnecessary codeMatthew MacDonaldFollow·7 min read We’ve been speculating about the future of C# 10 for a while. The possibilities are no secret. Spend some time on the C# GitHub page and you’ll find a long list of tantalizing ideas — some with major headaches still being hashed out. Many of them won’t make it into the next version of C#, and some ...
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 1303 dni, 23 godziny, 16 minut temu 64 źrodło rozwiń
Sztuka programowania 1309 dni, 23 godziny, 34 minuty temu 101 ź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 1353 dni, 22 godziny, 17 minut temu 101 źrodło rozwiń
Tym razem napiszemy pierwszą aplikacje w C# - będzie to kalkulator
Sztuka programowania 1379 dni, 16 godzin, 57 minut temu 53 źrodło rozwiń
Span, Memory i ReadOnlySequence stały się stałym elementem .NET i pojawiają się praktycznie wszędzie. Kiedy przeglądałem dokumentację tych struktur, zauważyłem, że to w jaki sposób mam je zamodelowane w głowie różni się od dokumentacji. Zapraszam do wizyty w świat niskopoziomowego spotkania z pamięcią i tego jak to rozumiemy. Zapraszam tym mocniej, jeżeli pojęć tych nie używasz codziennie, a chszesz je zrozumieć.
Sztuka programowania 1385 dni, 22 godziny, 18 minut temu 225 źrodło rozwiń
What are Probabilistic Data Structures: Bloom This video will introduce you to Probabilistic Data Structures, and we shall cover a data structure called a Bloom Filter that's used to do efficient membership testing (if X is present in set S)
Sztuka programowania 1449 dni, 22 godziny, 22 minuty temu 18 źrodło rozwiń
Nowy artykuł, w którym chciałem pokazać nie tylko zalety pracy programisty, ale również wady - o których często zapominają osoby, które chcą pójść tą ścieżką. Zapraszam.
Sztuka programowania 1463 dni, 22 godziny, 10 minut temu 129 źrodło rozwiń
This blog post continues the series which is a guide through the code analyzers available on the market and their possibilities. I’m trying to help you answer the question: “Which analyzer package should I use and how to configure it to avoid problems related to async/await?".
Sztuka programowania 1493 dni, 23 godziny, 32 minuty temu 49 źrodło rozwiń
In this video, we're going to put JIT Tiered compilation to the test (using C# programs) and see what's the performance difference between Tier0 vs. Tier1 vs R2R.
Sztuka programowania 1498 dni, 23 godziny, 44 minuty temu 19 źrodło rozwiń