Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [asp.net-core]

Ask Question

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.

172 questions
Filter by
Sorted by
Tagged with
2votes
0answers
51views

Here is the working fiddle: https://blazorfiddle.com/s/d04xl2ziI 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 ...
4votes
1answer
144views

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
2votes
1answer
180views

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

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 ...
2votes
2answers
597views

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
-1votes
1answer
304views

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 ...
1vote
4answers
285views

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
0votes
0answers
1kviews

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
2votes
1answer
1kviews

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
2votes
1answer
219views

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
2votes
0answers
200views

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
2votes
1answer
566views

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
2votes
1answer
185views

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 ...
1vote
1answer
195views

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 ...
3votes
1answer
327views

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 ...

153050per page
1
2345
12

Hot Network Questions

more hot questions
Newest asp.net-core questions feed

[8]ページ先頭

©2009-2025 Movatter.jp