Category: Web Development
ASP.NET Core Web API – .NET Core Service Con...
Posted by Marinko Spasojevic | Updated Date Aug 31, 2020 | C#, Web Development | 35
ASP.NET Core Web API – Creating MySQL Databa...
Posted by Marinko Spasojevic | Updated Date Jan 18, 2020 | C#, Web Development | 18
HTTP – Overview of the Basic Concepts
Posted by Vladimir Pecanac | Updated Date Sep 10, 2020 | HTTP, Web Development | 9
Authentication in Blazor WebAssembly Hosted Applications
by Marinko Spasojevic | Updated Date Jan 22, 2021 | Blazor, Blazor WebAssembly, C#, Web Development | 0
We have already covered the authentication process for the Blazor WebAssembly standalone...
Read MoreDeploying Blazor WebAssembly into Azure Static Web Apps
by Muhammed Saleem | Updated Date Jan 19, 2021 | Blazor, Blazor WebAssembly, Continuous Delivery, DevOps, Web Development | 0
In this article, we are going to learn about Azure Static Web Apps, which is a great solution for...
Read MoreDownload Files with ASP.NET Core Web API and Angular
by Code Maze | Updated Date Jan 14, 2021 | Angular, C#, Web Development | 0
After successfully learning how to upload files, the logical next step is to learn how to download...
Read MoreCreating Serverless Apps with .NET using Azure Functions
by Muhammed Saleem | Updated Date Jan 12, 2021 | C#, HTTP, Web Development | 0
In this article, we are going to learn how to create Serverless Applications on the cloud using...
Read MoreHow to Use Query Strings in Blazor WebAssembly
by Marinko Spasojevic | Updated Date Jan 7, 2021 | Blazor, Blazor WebAssembly, C#, Web Development | 0
In this article, we are going to learn how to use query strings in Blazor WebAssembly. We are...
Read MoreUsing the API Gateway Pattern In .NET to Encapsulate Microservices
by Code Maze | Updated Date Jan 5, 2021 | C#, Design Pattern, HTTP, Web Development | 6
In this article, we are going to look at how the API Gateway pattern can be used to encapsulate...
Read MoreHow to Sign in with Google Using Angular and ASP.NET Core Web API
by Marinko Spasojevic | Updated Date Jan 5, 2021 | Angular, C#, Web Development | 2
Up until now, we have been working with our local authentication and authorization...
Read More2-Step Verification with Angular and ASP.NET Core Identity
by Marinko Spasojevic | Updated Date Jan 4, 2021 | Angular, C#, Web Development | 0
With 2-Step Verification process, a user after entering valid credentials needs to enter an...
Read MoreUser Lockout Functionality with Angular and ASP.NET Core Identity
by Marinko Spasojevic | Updated Date Dec 30, 2020 | Angular, C#, Web Development | 0
If a user enters the wrong credentials several times, this could mean that the user forgot the...
Read MoreAngular Email Confirmation with ASP.NET Core Identity
by Marinko Spasojevic | Updated Date Dec 28, 2020 | Angular, C#, Web Development | 2
One important part of the user registration functionality is an email confirmation. With it, we...
Read MoreHow to Implement Angular Password Reset Functionality with ASP.NET Core Identity
by Marinko Spasojevic | Updated Date Dec 23, 2020 | Angular, C#, Web Development | 0
It is always a good practice to provide the possibility for the users to reset their password if...
Read MoreAngular Role-Based Authorization with ASP.NET Core Identity
by Marinko Spasojevic | Updated Date Dec 21, 2020 | Angular, C#, Web Development | 4
Having roles is always a good practice to increase security for our applications and protect some...
Read More