Using ChatGPT library for grammar checker API
In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with ASP.NET Core step-by-step
All technologies, only pure source code
In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with ASP.NET Core step-by-step
In this new series of posts, I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity.
If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or passwords in your source code.
In this new post, I’ll show you how to add security header to our website to be ready for a penetration test. Quick and easy to implement.
This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document REST API endpoints.
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large files. Here I explain how
In this post will be on improving on the application’s behaviour following clean architecture handling errors, adding logging, authenticating users
I want to show you how adding an UI built in Blazor using the API we have created in the other posts in a real application
In testing the application code I’m going to be showing you how we can effectively test the different parts we’ve created in the so far
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a project in a clean architecture
I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
I’m going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to complete solution
Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source code
Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the same models
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the infrastructure
We will learn how to use Datatables in ASP.NET Core with Server-Side Processing with a simple real-world implementation to understand better
I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core
In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows us to have reusable components.
In this post I talk about the integration with external providers in the AdminLTE project such as Microsoft, Facebook, Google and Twitter
How to run a website built with ASP.NET Core on a Windows machine with IIS and create a self-certificate to test your application properly
I continue to add more features to the integration of AdminLTE with Identity and IdentityServer in AdminLTE in an ASP.NET Core project
This article talks about multi-tenant applications and discusses how multi-tenant applications can be architected and implemented in ASP.NET 5
I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on GitHub #aspnetcore #adminlte #mvc #gravatar #breadcrumbs #navigation
I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch