Human-Computer Interaction (HCI)
Wikipedia says: “Human–computer interaction (HCI) researches the design and use of computer technology, focused on the interfaces between […]
Wikipedia says: “Human–computer interaction (HCI) researches the design and use of computer technology, focused on the interfaces between […]
What are progressive web apps (PWA)? Before defining that, understand that they are not the same as single […]
Here are some “random” thoughts on being a software programmer…… What does it take to become a professional […]
There is a good video on this subject on YouTube. Mosh Hamedani explains OOP and compares it to […]
C# collections can be initialized the same way as class objects using collection initializer syntax. There is an […]
What is an Object Initializer in C#? Object initializers are the easiest way to assign values of an […]
Are you developing an application that has the requirement to send emails? One way to do this is […]
This post is about passing parameters to the base class constructor. Suppose our base class (that we are […]
Enumerable classes and enumerators are used extensively in the .NET collection classes, so it’s important that you’re familiar […]
So far in this series we have described non-generic enumeration interfaces. The non-generic interface forms are for legacy […]
To understand enumerators, we’ll first look at C# arrays. This is for your understanding of enumerators. Generally you […]
Unlike the other generics, a method is not a type but a member. You can declare generic methods […]