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.
ContentsWhy c#?
How to use c#...
4. Create Your Own ASP.NET Core React-Redux Boilerplate (Create React-Redux Application)
ContentAdd 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...
3. Create Your Own ASP.NET Core React-Redux Boilerplate (Setup Authentication)
ContentEnable Entity Framework and add dbcontext to the project
Add OpenIddict to the project
Create authentication controllers
Configure authentication services
Run the applicationEnable Entity Framework and add dbcontext to the project
If you already...
2. Create Your Own ASP.NET Core React-Redux Boilerplate (Getting Started)
First, we will create an ASP.NET Core application, then we will set up Webpack and Babel. At the end, we will create a simple react-redux project.
ContentPrerequisites
Create ASP.NET Core MVC Application
Setting up...
1. Create Your Own ASP.NET Core React-Redux Boilerplate (Introduction)
This series of tutorial teaches you to create a new ASP.NET Core MVC web application with react-redux and JWT authentication in Visual Studio Code and use it as a template or boilerplate for our...
How to Stay Healthy as a Software Developer
How to stay healthy as a software developer? this question has been raised a few times for me during the last couple of years because I didn't have an active physical life. If I...