TechCrunch Technology News
Wikipedia says: “TechCrunch is an American online publisher focusing on the tech industry. The company specifically reports on […]
Wikipedia says: “TechCrunch is an American online publisher focusing on the tech industry. The company specifically reports on […]
Alexa.com is an American web traffic analysis company based in San Francisco. It is a wholly owned subsidiary […]
Code.org is a non-profit organization and eponymous website led by Hadi Partovi that aims to encourage people, particularly […]
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 […]
This post is based on articles at w3schools.com, starting with the article called BS4 Navs. The HTML <nav> […]
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 […]