Category dotnet

Zigzag challenge

Zigzag

The Zigzag challenge Given an array of integers numbers, your task is to check all the triples of its consecutive elements for being a zigzag. More formally, your task is to construct an array of length numbers.length – 2, where…

c# interview questions for experienced

c-sharp

Introduction to c# interview questions for experienced The following are the most commonly asked questions in C# interviews for the C# developers planning to enter an interview. Below, I listed some of the best interview questions for C# and .net.…

dotnet core logging

ILoggerFactory-ILoggerProvider-ILogger

 Dotnet core logging Introduction ASP.NET Core provides support for logs that enable developers to easily leverage the logging framework functionality. Installing Login for your application will require very few code changes. Once these are installed, the Logging system can be…

Palindrome challenge

Palindrome

The Palindrome challenge The palindrome challenge is one of the most popular coding challenges in different coding exams at most software companies, especially at the big tech companies like Google, Microsoft, Facebook, Amazon, and more. What is a palindrome? The word/number…

Software Architecture

Software architecture

Software Architecture definitions and illustration What is the software architecture Software architecture of a system is the set of structures needed to reason about the system, which comprise system elements, relations among them, and properties of both. Software/System architecture typically…