How to get nullable non-primitive parameters working with .NET Core 8 ASP.NET WebApi
Given controller code:
Build Failed in .net 8 WebAPI
Build Failed in .NET 8 WebAPI – Need Assistance with Error Resolution
Can validation results for attribute-based validations be merged with ones for custom validations?
When there are multiple invalid properties that are decorated with data annotations and validated with custom validation, I want to obtain validation results for all the invalid properties rather than just the first invalid one (as what is produced by the following code).
How to send post call with payload in body from javascript to webapi with windows auth enabled
I am creating a webapi in c# where it’s expecting payload in body. The windows auth is enabled on IIS.
How to organize ASP.NET Web API project
I have fairly large API project. I want to rework it to be more clear and structured.
Introducing Generics in a Application(C#)
There is this application, let us call it “Invertory System Api“. this application has a lot of CRUD for database, and it is separated between Services and Repositories, it is using UoW(unit of Work) Pattern in the repositories. The application has Requests, Responses, and DTos
ASP.NET CORE WEB API webRootPath issue
I have created the new asp.net core web api project using dotnet8.
I wanted to use wwwroot as my web root path.
I added this line in my program.cs:
Convert FromSqlRaw List Items to String Type
I am very new to learning APS.NET Core Web API and I am having trouble with a result I am getting from a stored procedure I am running using FromSqlRaw