How To Use .NET 6 Hot Reload
What's Hot Reload And Why it's Useful?
A feature that will let you see the code change result without the need to restart the application is called hot reload. It's useful because developers don't...
How to Land a Programming Job in Less Than a Year
In the past decade, we had a huge amount of demand for programmers and other related skills. This change happened due to computerizing almost everything we had working manually and that trend still continues....
Background Job with Quartz.Net in C# and .NET Core
There are processes you want to run frequently and automatically in the background of your main application. There are many libraries dedicated to this problem, and Quartz.Net is one of the known ones out...
6 Best Side Hustles for Software Developers
In the internet era, you won't find people who aren't looking for side hustles to make more money, and who knows the internet better than software developers?
In this article, I want to list 6...
How to Pass the AZ-900 Exam in a Week
AZ-900 is the very first exam that you can take under Microsoft Azure certificates. I was looking for a small challenge that can bring accomplishment while gaining some knowledge, so I decided to give...
Reasons Why Blazor is Worth Considering for Your Next Project
I'm a developer who loves the C# programming language; I always wanted to be able to use the same language at the front-end and was jealous of the people who were using JavaScript for...
The Efficient Ways of String Concatenation in C#
In this post, I am going to write about the different ways you can concatenate strings in C# language and generate the results you want. Each one of these ways has its own use...
New Features in C# 8.0 : Part 1
In this two part article we will discuss some of C# 8.0 new features and enhancements. We will try to explain each feature in details and provide examples for it.
Contents
Why c#?
How to use c#...
4. Create Your Own ASP.NET Core React-Redux Boilerplate (Create React-Redux Application)
Content
Add Redux to React Application
Implementing Signup
Implementing Sign in
Add IE Support
Implementing Sign out
Add Redux to React Application
Redux is a predictable state container for JavaScript apps. From the very beginning, we need...
How to Disable Landscape Mode in React Native
You have an app that doesn't look good in landscape mode or for some other reasons you don't want to support that. Don't worry, there is a way to totally disable that mode for...