csharp

Recent in

csharp

What is a Façade Design Pattern?
web-development

What is a Façade Design Pattern?

https://hackernoon.com

A facade design pattern provides a single entry point to a subsystem, hiding its complexity from the client. In our example, we can create a facade that provides a unified interface to the inventory, payment, and shipping subsystems.

Sukhpinder SinghFeb 28, 2023
An Easy Guide to Learn EF Core Migrations
programming

An Easy Guide to Learn EF Core Migrations

https://hackernoon.com

EF Core is an object-relational mapping (ORM) framework that allows developers to interact with databases using .NET objects. One of the essential features of EF Core is its ability to handle database migrations.

Sukhpinder SinghFeb 21, 2023
How to Build The Flames Love Calculator Game in C#
csharp

How to Build The Flames Love Calculator Game in C#

https://hackernoon.com

The Flames Love Percentage Game is a fun way to calculate your love percentage with your partner, crush, or someone you’re interested in. In the game, the letters in the word “FLAMES” are used to determine the relationship between two people. To create the Flames game in C#, we’ll create a console application that prompts users to enter their partner name to calculate love percentage.

Sukhpinder SinghFeb 17, 2023
Analyzing Your Code With SonarQube Running via Docker Image
docker

Analyzing Your Code With SonarQube Running via Docker Image

https://hackernoon.com

SonarQube is an open-source tool that helps developers inspect the code quality of their projects. It provides code analysis, code coverage, and code duplication detection. Docker is a platform for building, shipping, and running container applications.

Sukhpinder SinghFeb 17, 2023
Accessing the Record Type in C# for Earlier .NET Versions
How to Tame the “Async Void” in C#
c

How to Tame the “Async Void” in C#

https://hackernoon.com

Async void is (probably) the root of all evil, but it can be used to solve problems with your C# code.

Dev LeaderJan 31, 2023
Origin of Interface in Object Oriented Programming
programming

Origin of Interface in Object Oriented Programming

https://hackernoon.com

Program to Interface is a fundamental principle in Object Oriented Programming to build Software Applications that can change more easily and quickly. Interface is mostly viewed as a useful feature to write more maintainable code.

Pathik DesaiJan 24, 2023
A Better Implementation of Enhanced Repository Pattern in .NET C#
dotnet

A Better Implementation of Enhanced Repository Pattern in .NET C#

https://hackernoon.com

Learn how to implement a better enhanced "Repository" pattern following Best Practices to satisfy extended requirements like throttling. The most interesting part of the requirements was related to the Repository to be implemented. Some code implementation exists for demonstration purposes only.

Ahmed Tarek HasanJan 18, 2023
How Generics Differ in Java and C#
java

How Generics Differ in Java and C#

https://hackernoon.com

Java and C# implement Generics support very differently. Type Erasure method used in Java results in limitations on Generics usage compared to C#. C# compiler as well as the Runtime (CLR) understands Generics.

Pathik DesaiJan 11, 2023
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!