Co mają wspólnego lody o smaku słonego karmelu z code-behind w MVVM? O tym w dzisiejszym poście.
Architektura 2826 dni, 17 godzin, 5 minut temu 146 źrodło rozwiń
Prepare backend environment and working ASP.NET Core project with memebership system
nLog ewoluował w ciągu ostatnich kilku lat. Kilka opcji ciekawych doszło a kilka zostało zaś lepiej opisanych plus dostało lepsze wsparcie. Tutaj koncentruje się na jednej z tych rzeczy których dokumentacja została poprawiona.
Welcome to the fourth episode of my course “Becoming a software developer”, which will give you a quick overview of the more advanced concepts of the C# language that allows writing a really neat and composable code.
Kolejny wpis na blogu. Tym razem trochę o przyjemności korzystania z systemu i pomysłów jak powinna wyglądać integracja z systemem.
Czas: początek dwudziestego pierwszego wieku. Dzień bliżej nieokreślony. Pora dnia: zaraz po obiedzie. Miejsce: Biuro Microsoft’u. Bohaterowie: Osoby odpowiedzialne za WPF. O tym jak prosto poradzić i ładnie poradzić sobie z NotifyIcon.
Sztuka programowania 2829 dni, 15 godzin, 43 minuty temu 151 źrodło rozwiń
Yep, it’s not rocket science, but it can really help you in your everyday work. If you don’t know about this trick – you can waste a lof of time.
Bazy danych i XML 2839 dni, 6 godzin, 12 minut temu 96 źrodło rozwiń
Welcome to the third episode of my course “Becoming a software developer”, which will give you a quick overview of the core parts of the C# language will let you design better types and deal with errors in a proper manner.
W tym artykule można przeczytać o tym, jakie błędy robią początkujący i co robić, aby tych błędów uniknąć.
Małe usprawnienia, dodatki, ułatwienia. Czyli cukier składniowy w C# 7
Programowanie rozproszone 2839 dni, 6 godzin, 12 minut temu 328 źrodło rozwiń
Nowa feature C# - Funkcje lokalne, coś na kształt Action i Func ale w naszej metodzie.
Programowanie rozproszone 2835 dni, 6 godzin, 54 minuty temu 212 źrodło rozwiń
Zmiany lub raczej poprawki i ulepszenia do out i ref w C#.
Sztuka programowania 2838 dni, 3 godziny, 24 minuty temu 160 źrodło rozwiń
Another quick video tutorial from me. Here, we will focus on implementing our own “SDK” responsible for handling the Facebook Graph API using C# and .NET Core (of course you can achieve the same result on the full .NET platform).
Welcome to the second episode of my course “Becoming a software developer”, which will focus on the other important parts of the OOP such as inheritance, polymorphism, interfaces and abstractions.
I want to get in a good habit of recording some simple tutorials from time to time using the English language, so here comes the first one about my experience with running the SQL Server on Linux. Enjoy! The first thing you need to do is to open the following website and follow the selected installation guide. For example, I’m using the ElementaryOS so I chose the Ubuntu guide. Also, make sure you’ll install the SQL Server Tools. Eventually,...
Posted on by Tomasz Grabusiński ID tokens are used in OpenID Connect to login users into applications. With regards to the OpenID Connect specification the application must validate the ID token in order to ensure the token’s integrity and authenticity.
Dawid Sibiński 0 comments .NET, C# Hello again 🙂 Visibly this is going to be my first technical post here. I hope you’ll find it useful.Windows Services Recently I came up with a need to create an application, which executes some tasks in the background based on file system’s events. “That’s easy”, one would say. “Build Windows Service app”, he would add. Sure, that was also my first idea. I think that’s very common that we want to create an application without any GUI, which pur...
Welcome to the first episode of my course “Becoming a software developer”, which is a starting point for your journey into the software development world. It also begins a first part (there will be 4 parts in total containing 4 episodes each) which is dedicated to the core concepts of object-oriented programming using the C# language.
Różnica pomiędzy ?: a ?? w nawiązaniu do posta http://rph-blog.pl/view/9/ pod tytułem "Niezwykły operator ternarny ?: w C++". Dementujemy kłamstwa.
Sztuka programowania 2849 dni, 35 minut temu 192 źrodło rozwiń
A few days ago when I posted the information about creating a course Becoming a software developer amongst many positive comments I had received at least a few question why would I do something like this for free. In the video below (English subtitles are available) I do present my answer. And I would also like to write a few additional remarks about it.