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 766 dni, 2 godziny, 7 minut temu 73 ź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 801 dni, 5 godzin, 19 minut temu 36 ź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 822 dni, 6 godzin, 28 minut temu 112 źrodło rozwiń
Jak przekazać kontekst? I co w ogóle oznacza kontekst? I dlaczego Dependency Injection nie zawsze jest odpowiedzą. Zapraszam.
Sztuka programowania 871 dni, 6 godzin, 14 minut temu 163 źrodło rozwiń
Tworzenie logiki aplikacji mobilnej w xamarin.
Sztuka programowania 890 dni, 5 godzin, 48 minut temu 35 źrodło rozwiń
Tym razem pokaże CI jak stworzyć kompletną aplikację mobilną w xamarinie.
Sztuka programowania 905 dni, 6 godzin temu 49 ź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 955 dni, 5 godzin, 51 minut temu 59 źrodło rozwiń
Sztuka programowania 961 dni, 6 godzin, 9 minut temu 86 ź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 1005 dni, 4 godziny, 52 minuty temu 96 źrodło rozwiń
Tym razem napiszemy pierwszą aplikacje w C# - będzie to kalkulator
Sztuka programowania 1030 dni, 23 godziny, 32 minuty temu 47 ź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 1037 dni, 4 godziny, 53 minuty temu 187 ź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 1101 dni, 4 godziny, 57 minut temu 15 ź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 1115 dni, 4 godziny, 45 minut temu 126 ź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 1145 dni, 6 godzin, 7 minut temu 45 ź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 1150 dni, 6 godzin, 19 minut temu 15 źrodło rozwiń