python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Authorization and Authentication with Clean Architecture using Asp.Net Core Identity
I'm learning about Clean and Vertical Slice Architecture for the first time and I'm having trouble understanding where Authorization and Authentication would fit in if we are using ASP.NET Core Identi...
Stix
Votes: 0
Answers: 0
How Implement CRQS in DDD
If someone tries to implement the CQRS pattern without repository in DDD, in which layer should it be done? Infrastructure or Application Layer?
Mamink
Votes: 0
Answers: 1
An unhandled exception occurred while processing the request. - configuration program.cs?
i have communication problem while retrieving data from the database
ContractDataService
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Ta...
Falcon
Votes: 0
Answers: 1
The separation of concerns (Clean Architecture) when using React combined with Redux
I have a problem and I'm recently researching about Clean Architecture. That is:
I know that when I want to use Redux in React I will have to do like this:
ReactDOM.render(
<Rea...

maitrungdong
Votes: 0
Answers: 1