Skip to main content

Questions tagged [asp.net-core]

ASP.NET Core is a lean, composable and cross-platform framework for building web and cloud applications. It is fully open source and available on GitHub, and is currently in version 1.1.0. ASP.NET Core can be run both on .NET and .NET Core, and can be hosted on Linux and MacOS under .NET Core.

2 votes
0 answers
51 views

Here is the working fiddle: https://blazorfiddle.com/s/d04xl2zi I started a new project where they are using .net 8 blazor server interactivity. (I'm a bit new to blazor) they were interested in a ...
Bryan Dellinger's user avatar
4 votes
1 answer
144 views

I'm working on commands for creating and updating FinanceAgreement records in a .NET application. The goal is to streamline and clean up the document-handling logic. Problem Description: In our ...
nop's user avatar
  • 819
2 votes
1 answer
180 views

I might add more methods, but currently I have this design: So connectionString comes from IOptions pattern. Then for each ...
LonelySemicolon's user avatar
-3 votes
1 answer
110 views

I am new to coding, and I am doing my best to write efficient and robust code. I am also trying to incorporate design patterns into my code. Could you please take a look at my repository and let me ...
Thomas Charles's user avatar
2 votes
2 answers
597 views

I have a Web API and for some requests we are sending requests to a third party API that requires request authentication. It's a simple bearer token, which I'd like to reuse across requests, because ...
Prolog's user avatar
  • 273
-1 votes
1 answer
304 views

Can someone help me optimize this code especially the LINQ query. It takes 8-12 seconds just to return a response when I'm calling the endpoint. Its super slow, and my whole endpoint call is taking ...
Kraust123's user avatar
1 vote
4 answers
285 views

I inherited a very long and messy C# function with a task to make it more readable and Clean Architecture Pattern friendly. The primary goal of a function is to send an API request to an endpoint and ...
Vedran Knezevic's user avatar
0 votes
0 answers
1k views

My ASP Core web application was recently upgraded from NET6 to NET7. Almost zero problems except one, which still puzzles me. With the "old" NET6 version, once an user log then app in (...
Mario Vernari's user avatar
2 votes
1 answer
1k views

I've been using this extension in almost all of my projects. What's your opinion? Do you think there is something else to add or to be improved? The idea is to ignore all default ASP.NET messages that ...
nop's user avatar
  • 819
2 votes
1 answer
219 views

In my current solution, a user triggers my web API from a web application of mine first, then my web API calls a 3rd party web service, and the results/codes are displayed on the web application. In ...
raysefo's user avatar
  • 267
2 votes
0 answers
200 views

I have a multi-page form to submit and update an application for an event built using ASP.NET Core MVC. Each page of the form consists of the display information managed by the organizer (1) and the ...
pikachu's user avatar
  • 126
2 votes
1 answer
566 views

I have a multi-page form to submit and update an application for an event built using ASP.NET Core MVC. Each page of the form consists of the display information managed by the organizer (1) and the ...
pikachu's user avatar
  • 126
2 votes
1 answer
185 views

There is a need to authorize the Users based on their Roles, particularly a set of roles that should allow all GET operations and a second set that should allow all POST operations. Eg: All Get ...
One Developer's user avatar
1 vote
1 answer
195 views

In my Azure DevOps Project, I have a Git repository that I would like to copy to another Azure DevOps Project. In other words, I should be able to copy the original repo into other Azure DevOps ...
One Developer's user avatar
3 votes
1 answer
327 views

I'm working on an application that exports and imports work items from Azure DevOps. To import work items into Azure DevOps, I have written the following code. Would you be able to review and make ...
One Developer's user avatar

15 30 50 per page
1
2 3 4 5
12