4,346 questions with ASP.NET Core tags

Sort by: Updated
2 answers

The package Microsoft.AspNetCore.SignalR is deprecated. May I know the latest package for the same.

The package Microsoft.AspNetCore.SignalR is deprecated. May I know the latest package for the same.I am panning to work with .Net 6.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2022-08-08T06:12:37.23+00:00
Manjunath Cycle 1 Reputation point
commented 2024-06-12T06:21:28.59+00:00
Chandan Jha 0 Reputation points
3 answers

In .Net 8 Blazor web app template application how I can use azure active directory authentication

Hello, As we know when we create an application using Blazor Web App Template in .Net 8, we get project one for Server and another one for Client. so how azure authentication will apply/configure in this application. More simply I just wanted know…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,480 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,582 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,370 questions
asked 2024-01-17T05:24:28.51+00:00
Kuldeep Y 41 Reputation points
commented 2024-06-11T17:50:45.47+00:00
AD 0 Reputation points
2 answers

Use WWF - Windows Workflow Foundation or Similar Workflow tools in current latest .NET CORE application?

Dear Team - WWF - Windows Workflow Foundation in current/latest .NET CORE application My current project is much secured and contains NATIONAL SECURE DATA, so customer is bit hesitant to go with Workflow tools like ELSA Workflow etc as those are…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2024-06-10T17:51:21.7533333+00:00
Einstein Ravi 0 Reputation points
commented 2024-06-11T17:20:27.2066667+00:00
Michael Taylor 50,591 Reputation points
0 answers

How to Github azure/publish action fails to start app?

Hello, I've spent 3 days going around in circles. have a repo that contains a SOURCE/ folder within which is a *.sln that in turn references an App.Host/App.Host.csproj which is a .net 8.0 asp.mvc app, which locally it builds and runs. …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2024-06-11T02:54:04.7366667+00:00
skysaz 0 Reputation points
commented 2024-06-11T03:32:43.7266667+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
3 answers

What is a good way of track link clicks in Asp.Net Core 7 MVC app in Application Insights?

I have an MVC app with several <a> tags, and I want to have a way of tracking link clicks, preferably without doing redirects (i.e., without changing link addresses). Is there any way this can be done? and the link clicks are tracked on Application…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,971 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2024-05-20T07:49:05.8166667+00:00
Astha Gangwar 0 Reputation points
answered 2024-06-10T05:03:54.9066667+00:00
Fei Han - MSFT 306 Reputation points Microsoft Vendor
0 answers

When running the webserver, "System.Net.Sockets.SocketException (97): Address family not supported by protocol" message is displayed.

Hi experts: I use asp.net core 8 write a web server app in visual studio 2022, when running on some embedded Linux system, will report the error "System.Net.Sockets.SocketException (97) : Address family not supported by protocol.". The whole…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
asked 2024-06-07T09:31:14.17+00:00
Yiming Chen 0 Reputation points
edited a comment 2024-06-10T02:07:28.9066667+00:00
Zhi Lv - MSFT 32,076 Reputation points Microsoft Vendor
1 answer

Confused about how to use Microsoft.AspNetCore.SystemWebAdapters while trying to port from old ASP.NET website to new ASP.NET Core web app

https://stackoverflow.com/questions/78589165/confused-about-how-to-use-microsoft-aspnetcore-systemwebadapters-while-trying-to Can some one tell me how to approach this?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,397 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,582 questions
asked 2024-06-07T21:23:00.4833333+00:00
Sameer Ranade 0 Reputation points
answered 2024-06-10T00:49:04.55+00:00
Bruce (SqlWork.com) 60,391 Reputation points
1 answer One of the answers was accepted by the question author.

How to save individual files per JSON array

I am writing my own API to talk to CyberArk's API. I have one part complete where it imports a text file containing a list of safes per each line. Example: "safeListFromCyberArk.txt" PasswordManager Test002 Test003 The method opens the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2024-06-07T20:43:53.1233333+00:00
muttBunch 100 Reputation points
commented 2024-06-07T23:27:04.2166667+00:00
muttBunch 100 Reputation points
4 answers One of the answers was accepted by the question author.

Blazor HeadContent

I have some Open Graph meta tags that I add within the HeadContent. The problem is that I must add all those tags on every page. <HeadContent> <meta name="description" content="@metaDescription" /> <meta…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,480 questions
asked 2024-06-03T17:10:50.0233333+00:00
Kuler Master 266 Reputation points
answered 2024-06-07T17:47:39.4833333+00:00
Bigg Boss 18 Online 0 Reputation points
1 answer

Signalr gives 405 Method Not Allowed

Trying to deploy my website to Azure, Signalr gives the following errors on the browser: Failed to load resource: the server responded with a status of 405 (Method Not Allowed) For this call: hubs/presence/negotiate?negotiateVersion=1:1 …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,290 questions
asked 2022-04-12T13:08:26.77+00:00
OrenA 21 Reputation points
answered 2024-06-07T14:45:33.5133333+00:00
James Mitchell 0 Reputation points
0 answers

DriveItem AdditionalData Patch method with error in Graph Api

I'm creating an API with ASP.NET Core that accesses a list/drive with the graph api and at some point I need to update an item that was created in the drive library to add an ID (which is a custom column), but I'm getting an invalid request error, can…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,397 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
314 questions
asked 2024-06-06T17:08:51.2033333+00:00
Bruno Bispo 0 Reputation points
3 answers One of the answers was accepted by the question author.

REST interface, server for GET,PUT,POST,DELETE

Hello, My goal is to control a Rest Server from a WPF C# desktop app. Get, Push, Pop, Delete should be tested. The server does not require extensive logic, only test data. Later, the customer REST server is connected. How can I achieve this? How should I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,397 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,582 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
314 questions
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 360 Reputation points
accepted 2024-06-06T16:18:48.6133333+00:00
Noah Aas 360 Reputation points
0 answers

How to use SystemWebAdapter SessionClient to share only registered keys and ignore the others

I am learning how to migrate a large .net framework application to .net core and am happy with the tooling provided by SystemWebAdapters and RemoteAppClient. The framework application uses session state extensively and it looks like the default behaviour…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2024-05-15T08:37:39.3666667+00:00
Rob de Bruin 5 Reputation points
commented 2024-06-06T14:49:16.5+00:00
Kyle Fuller 5 Reputation points
0 answers

WPF app not starting silently

Hi Folks, I have this strange problem: I created a new WPF project, when I press the Run button the app seems to start for bit, by briefly flashing a white screen and then immediately exists. There are no errors flagged other than a return code of 0, I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,706 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
963 questions
asked 2024-06-05T08:40:27.6333333+00:00
stephen Makumbi 5 Reputation points
edited a comment 2024-06-06T14:35:11.9833333+00:00
stephen Makumbi 5 Reputation points
0 answers

How to log or audit for any weak cyphers, encryption, or hashes in use?

How can I activate or run an audit on my Windows Server 2016, 2019, and 2022 Application, Web, and Database servers to verify if any weak cyphers, encryption, or hashes are in use? I'm about to apply the following enforcement using the Group Policy…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,526 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,775 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,274 questions
asked 2024-06-06T08:05:15.2366667+00:00
EnterpriseArchitect 5,036 Reputation points
edited the question 2024-06-06T08:05:59.47+00:00
EnterpriseArchitect 5,036 Reputation points
1 answer

Why does our Azure Function App with an Elastic Premium Plan take 8x longer to run a CPU-intensive .exe than our local machine or Azure App Service web job?

We've created Azure Function using .NET 6.0 Isolated. That function internally executes a .exe process to generate data regarding the application. The .exe file is CPU-intensive and 48MB in size. This .exe takes roughly 1 to 2 minutes to run on both my…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,573 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,290 questions
asked 2024-06-06T07:10:23.5566667+00:00
Jay Chotaliya 0 Reputation points
answered 2024-06-06T07:28:56.2533333+00:00
innovation gadget 155 Reputation points
2 answers

how to fix: Asp.Net Core : There Was An Error Running The Selected Code Generator

Hi, I have installed visual studio 2019, when I try to add controller to my ASP.Net app it gives me this error: \ There Was An Error Running The Selected Code Generator. Try rebuilding the app

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2023-02-21T11:17:26.74+00:00
Mufaro Tapera 0 Reputation points
answered 2024-06-05T20:00:36.24+00:00
Mohamed EL YONOUSI 0 Reputation points
1 answer

Connecting to windows ftp server

I've been working on a project using a cognex camera and need to use FTP to transfer files. I've struggling with getting my FTP servers working and connecting to them the last couple days. I created an ftp server on windows using the steps highlighted in…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,575 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
314 questions
asked 2024-06-05T16:06:11.77+00:00
ULStudent:ELVIS.NZEKWE 5 Reputation points
answered 2024-06-05T17:52:30.28+00:00
AgaveJoe 27,496 Reputation points
2 answers One of the answers was accepted by the question author.

Problem in bitmap to vector image converter

Hi, I want to make an app that converts a bitmap image to SVG format. Below you can see my code: @page "/" @using Microsoft.JSInterop @inject IJSRuntime JsRuntime <h1>Convert Bitmap to Vector</h1> <input type="file"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,480 questions
asked 2024-05-27T14:06:14.7366667+00:00
Saeed Pooladzadeh 251 Reputation points
accepted 2024-06-05T13:22:49.33+00:00
Saeed Pooladzadeh 251 Reputation points
1 answer

Will Microsoft use ASP.NET ?

Iam a Asp.net developer i have a doubt that will microsoft uses ASP.NET MVC or not or any other asp.net versions.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2020-12-12T09:51:15.423+00:00
Narendra chinnu 1 Reputation point
commented 2024-06-05T12:50:17.36+00:00
Shree Adrejaa 0 Reputation points