Creating a New ASP.NET Core Project

This post is part of a series for helping beginners get started with ASP.NET Core. You can find an updated list of topics in this series here. In this post, we will be starting creating a blank ASP.NET Core project from scratch. No fully feature templates here. First, however, I want to talk about the application I will be building …

Top 10 Most Common C# Interview Questions

Through the years, I have been in hundreds of interviews and phone screens as the interviewer or interviewee. Here are 10 of my favorite questions with answers. Not all of these are strictly specific to C# and might target the .NET Framework or core programming concepts. What is C#? C# is a 3rd generation general purpose programming language created by …