.Net
TDD with Blazor and bunit
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Minimization of Finite Automata The term minimization refers to the construction of finite automata with a minimum number of states, which is equivalent to the given finite automata. The number of states used in finite Read more…
So i have this linux console app (net 5) and i want to create an installer for it. How do i do that, thank you Windows style Installers are very uncommon on Linux. Forcing on Read more…
Usually VB is the more verbose of the two languages, so I’m surprised to see C# being more verbose in this scenario! Why can’t I just yield 42; in C# like I can in VB? Read more…
C# 1.0 was designed 20 years ago with a new feature never before seen in any language: “properties”, which act internally like methods (they contain code) but externally like fields (you access them without trailing Read more…
Pardon me a teasing title but I was unable to help it 🙂 Anyway, our God and Savior JetBrains made its move on the chess board where already playing Atlassian, Microsoft (with Github and Teams) Read more…
Learn Development at Frontend Masters An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
As I have described in the title I’m a total beginner in programming. I chose C sharp as it seemed simpler when compared to C and C++. I have been learning C sharp and it’s Read more…
I have a finance program that records transactions coming in from one or multiple budgets, for example I can create one or more budgets(Account), add and spend money from whichever I choose from a combo Read more…