I'm fumbling through my first exploration into docker containers with .NET. My local development environment is good to go - I've got my dev certs created and s
Working on .Net Core MVC and IText7, I'm filling a Pdf form (empty form PDF is already saved on server). What I want is, Whenever I send request to the link (ca
Running into some weird stuff.. Trying to hit my api from my angular app. Since We need to use windows authentication we need to setup a proxy.conf for angular
I'm on raspian, and issue dotnet-dump collect -p (processID Here) And I'm getting writing full to /home/UserID/core_date_time WriteDump failed - HRESULT: 0X0000
I'm on raspian, and issue dotnet-dump collect -p (processID Here) And I'm getting writing full to /home/UserID/core_date_time WriteDump failed - HRESULT: 0X0000
The following code comes from Stylish F# 6: Crafting Elegant Functional Code for .NET 6 listing 9-13: let randomByte = let r = System.Random() fun () -&
I have a scenario that our Azure environment can't connect to on-premise, but on-premise can connect to Azure. So a service call from Azure to on-premise to be
i have problem i can't pass params to backend use fech or ajax call , but from another PC i can pass params, here is a sample from code Backend : [HttpPost]
I'm trying to divide my application into multiple containers: frontend (Angular), backend (.NET) & database (MySQL). I've set up all containers and they are
I have quite a number of C# Dlls that were made in .NET 4.6 Framework and need to get upgraded to .NET Core 6 - that part is relatively straightforward. However
I am trying to run the Dotnet version 6 app on macOS latest version I searched everywhere, it was always required to install the certificate although I had a va
I'm using the following code to decrypt some strings I reicive but I'm getting the following error: BlockSize must be 128 in this implementation. I would like t
I updated the title to be more relevant. I have two objects and wish to use EF Core to map them to a database using code first. I have shortened them a bit for
I'm creating a .net core console application where some of the libraries are using SignalR. I have installed "Microsoft.AspNetCore.SignalR.Core" from nuget pack
I am trying to upload two files from Azure Function which I have received through multipart/form-data var formdata = await reqstring.ReadFormAsync(); var frontf
I have a websocket server application that I recently upgraded from .NET Core 2.1 to 3.1, however, since then the negotiation seems to fail. This is the error t
I have this issue where some of the projects I created for.Net6 throws the error shown in the image attached In this instance the project was running fine, sud
I am currently working with .NET Core 3.1 and Swashbuckle library. I have made several endpoints with requests decorated with attributes and proper swagger desc
I am using MVC aspnetcore dotnetcore 6.0 I do an authorization with a LoginController. When it is success i want to redirect the user into HomeController. But R
I'm trying to build a quiz application and i want to insert the user's answers after the quiz is submitted. this is my question model: public class Question {