dotnetomaniak.pl - Artykuły z tagiem C#

Co mają wspólnego lody o smaku słonego karmelu z code-behind w MVVM? O tym w dzisiejszym poście.

Tagi: C#, MVVM, WPF
Dziel się z innymi:
Dlaczego lubię słony karmel, a okna zamykam w code-behind - Kodowa Gałąź

Architektura 2610 dni, 7 godzin, 53 minuty temu tgolab 144 źrodło rozwiń

Prepare backend environment and working ASP.NET Core project with memebership system

Dziel się z innymi:
Getting started on ASP.NET Core & React - episode 02 - PoznajProgramowanie.pl

Web 2610 dni, 8 godzin, 22 minuty temu AdrianBystrek 139 źrodło rozwiń

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.

Tagi: .Net, C#, nlog
Źródło: blog.gutek.pl
Dziel się z innymi:
nLog ... contexts - Jakub Gutkowski

Narzędzia 2610 dni, 7 godzin, 53 minuty temu Gutek 147 źrodło rozwiń

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.

Dziel się z innymi:
Becoming a software developer – episode IV | Piotr Gankiewicz

Inne 2615 dni, 5 godzin, 40 minut temu spetz 52 źrodło rozwiń

Kolejny wpis na blogu. Tym razem trochę o przyjemności korzystania z systemu i pomysłów jak powinna wyglądać integracja z systemem.

Tagi: .Net, C#, Windows, WPF
Dziel się z innymi:
Kochajmy się, czyli kilka słów o integracji - Kodowa Gałąź

Windows 2612 dni, 17 godzin, 40 minut temu tgolab 156 źrodło rozwiń

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.

Tagi: .Net, C#, NotifyIcon, WPF
Dziel się z innymi:
NotifyIcon, czyli jak naprawić WPF - Kodowa Gałąź

Sztuka programowania 2613 dni, 6 godzin, 31 minut temu tgolab 150 ź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.

Dziel się z innymi:
Querying database in Management Studio while debugging application - PoznajProgramowanie.pl

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.

Dziel się z innymi:
Becoming a software developer – episode III | Piotr Gankiewicz

Inne 2621 dni, 18 godzin, 12 minut temu spetz 43 źrodło rozwiń

W tym artykule można przeczytać o tym, jakie błędy robią początkujący i co robić, aby tych błędów uniknąć.

Dziel się z innymi:
6 Błędów, pomyłek nowicjusza w języku C# : Pułapki C#

Inne 2618 dni, 21 godzin, 42 minuty temu piatkosia 667 źrodło rozwiń

Małe usprawnienia, dodatki, ułatwienia. Czyli cukier składniowy w C# 7

Tagi: C#, C# 7.0
Źródło: blog.gutek.pl
Dziel się z innymi:
C# 7: Lukier składniowy - Jakub Gutkowski

Nowa feature C# - Funkcje lokalne, coś na kształt Action i Func ale w naszej metodzie.

Tagi: C#, C# 7.0
Źródło: blog.gutek.pl
Dziel się z innymi:
C# 7: Funkcje lokalne - Jakub Gutkowski

Programowanie rozproszone 2618 dni, 21 godzin, 42 minuty temu Gutek 211 źrodło rozwiń

Zmiany lub raczej poprawki i ulepszenia do out i ref w C#.

Tagi: C#, C# 7.0
Źródło: blog.gutek.pl
Dziel się z innymi:
C# 7: out i ref - Jakub Gutkowski

Sztuka programowania 2621 dni, 18 godzin, 12 minut temu Gutek 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).

Dziel się z innymi:
Accessing Facebook API using C# | Piotr Gankiewicz

Inne 2621 dni, 18 godzin, 12 minut temu spetz 143 źrodło rozwiń

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.

Dziel się z innymi:
Becoming a software developer – episode II | Piotr Gankiewicz

Inne 2627 dni, 5 godzin, 23 minuty temu spetz 47 źrodło rozwiń

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,...

Dziel się z innymi:
SQL Server on Linux – get started | Piotr Gankiewicz

Narzędzia 2629 dni, 8 godzin, 24 minuty temu spetz 149 źrodło rozwiń

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.

Dziel się z innymi:
How to validate ID Token via IdentityModel

Web 2629 dni, 8 godzin, 24 minuty temu Tomek Grabusiński 109 źrodło rozwiń

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...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Building Windows Services using Topshelf – Dawid’s blog

Windows 2635 dni, 11 godzin temu dsibinski 96 źrodło rozwiń

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.

Dziel się z innymi:
Becoming a software developer – episode I | Piotr Gankiewicz

Inne 2634 dni, 6 godzin, 42 minuty temu spetz 120 źrodło rozwiń

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.

Źródło: piatkosia.k4be.pl
Dziel się z innymi:
Mylące operatory – Zagubiona wśród własnych myśli – Piatkosia's blog

Sztuka programowania 2632 dni, 15 godzin, 23 minuty temu piatkosia 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.

Dziel się z innymi:
Doing things pro publico bono | Piotr Gankiewicz

Inne 2637 dni, 7 godzin, 53 minuty temu spetz 98 źrodło rozwiń

1 2... 19 20 21 22 23 24... 72 73

Najaktywniejsi w tym miesiącu