Build a Dictionary App using Uno Platform - Banner

Build a Dictionary App using Uno Platform

This tutorial will help you build a dictionary app using Uno Platform. Along the way, you will also learn about Uno Platform and its amazing features. Before starting with the …

Read More
Book Review - Tools and Skills for .NET 8

Book Review: Tools and Skills for .NET 8

This is a review article for the book, so take your time to read the review and let me know your thoughts about this book. .NET Developers, Mark J. Price …

Read More

Book Review: .NET MAUI Cross-Platform Application Development

This is a thorough review for the book titled: .NET MAUI Cross-Platform Application Development Second Edition Build high-performance apps for Android, iOS, macOS, and Windows using XAML and Blazor with …

Read More
Book Review: Web Development with Blazor

Book Review: Web Development with Blazor

📢 .NET Developers, Introducing you this amazing book to start learning Blazor today. A practical guide to build interactive UIs with C# 12 and .NET 8 Third EditionIt is a …

Read More
C# constructors

6 Types of Constructors in C#

Constructors in C# are an essential and core concept and functionality when writing code in the object-oriented approach. They help you instantiate and build your objects in the way you …

Read More
Book-review-Software-Architecture-for-.NET-8-and-C-12

Book Review: Software Architecture for .NET 8 and C# 12

This is an in-depth review article on book: Software Architecture for .NET 8 and C# 12 Ready to take your development job to the next level? Introducing you this cooperative …

Read More
Book Review - Apps and Services with .NET 8

Book Review: Apps and Services with .NET 8

This is an in-depth review article on book: Apps and Services in .NET 8 by Mark J. Price: A book for Intermediate .NET Developers Presenting to you this book to …

Read More
Pattern Matching in C# - Featured Image

Your Quick Guide to Pattern Matching in C#

Pattern matching in C# is a feature used to test expressions for some conditions while testing their types. Generally, Pattern matching is a functional programming feature that already exists in …

Read More
12 Shorthand Operators in C# Every Developer Should Know About

12 Shorthand Operators in C# Every Developer Should Know About

In this article we will get introduced to 12 Shorthand Operators in C# Every Developer Should Know About, these operators are widely used in all projects. Of course there are …

Read More
swagger openapi configurations in ASP.NET Core Web API

Swagger OpenAPI Configurations in ASP.NET Core Web API

Swagger can help you document your APIs by representing your API definition in a JSON format, which is called the OpenAPI Specification document, OpenAPI was originally part of Swagger project …

Read More