4,133 questions with ASP.NET Core tags

Sort by: Updated
0 answers

Draw on Canvas by sketch jQuery plugin not work in Mobile

In ASP.NET MVC project,I am using this jQuery plugin to make free drawing over a canvas. It work fine on computer, but in Mobile or IPad not work properly, In Mobile or IPad, when I draw something and if I touch canvas again with pin, the old drawing…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,240 questions
asked 2022-04-09T05:53:20.917+00:00
mostafa ahmed 21 Reputation points
commented 2022-04-09T09:39:20.7+00:00
AgaveJoe 26,181 Reputation points
1 answer

32-bit COM Assembly Doesn't Work With x86/AnyCPU Target Platform in Visual Studio 2022

I have a web app which has list of projects, all under single solution. Many of them refers the COM DLLs which is 3rd-party provided. Project X1 refers 32-bit COM DLL and its target platform set as AnyCPU, whereas the start-up project's target platform…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,240 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,571 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2022-03-04T05:28:15.48+00:00
Ashish Vora 1 Reputation point
commented 2022-04-09T03:05:57.533+00:00
Albert Kallal 4,646 Reputation points
1 answer One of the answers was accepted by the question author.

Logs are not generating on publish

I configured Microsoft Logger in Blazor Wasm with Asp.net core web APi but after publishing to server the logs are not generating in logs folder. on local I seen logs running in console Windows after running the project but not on server. I also…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 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,373 questions
asked 2022-04-05T16:39:21.997+00:00
Prathamesh Shende 376 Reputation points
accepted 2022-04-08T13:16:23.447+00:00
Prathamesh Shende 376 Reputation points
1 answer

Razor Class Library wwwroot content access

I have a Razor Class Library which contains some razor views, and some content within its wwwroot folder. When I import the compiled DLL file into a .NET Core web project using Visual Studio (Add Project Reference), all works well. However, if I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-04-05T00:33:07.347+00:00
James Todd 1 Reputation point
commented 2022-04-08T11:44:25.647+00:00
James Todd 1 Reputation point
1 answer

.Net Core 3.1 to .Net 6 breaks model validation

Good morning, I have a MVC view that was working fine in .Net Core 3.1. The view is essentially three sections. An input box for the name, a row of radio buttons, and field of checkboxes. This worked perfectly fine. I made no changes to my ViewModels,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-03-11T16:00:38.73+00:00
Michael Mastro II 51 Reputation points
commented 2022-04-08T05:48:08.07+00:00
Zhi Lv - MSFT 32,006 Reputation points Microsoft Vendor
2 answers

Asp.Net Core 5.0 SignalR with SQL Dependency

Hello everyone and thanks for the help in advance. I am porting older Asp.Net 4.5 application to .Net Core 5. A few of these applications have SignalR with SQL Dependency notification which I ahve been unsuccessful in porting to the new platform. IN…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,240 questions
asked 2022-03-01T20:28:42.117+00:00
Kmcnet 691 Reputation points
commented 2022-04-08T05:40:46.943+00:00
Zhi Lv - MSFT 32,006 Reputation points Microsoft Vendor
2 answers

Web api azure 400 Bad Request

A strange thing happens to me, I have published an api with swagger, in a post method I have a body with some properties that are a string, in my api I check if one of them is null, in my local everything works fine, both in swagger and postman, but when…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,815 questions
asked 2022-03-18T14:31:52.947+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
answered 2022-04-08T04:50:08.63+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
1 answer One of the answers was accepted by the question author.

MVC - Checkbox list value not passed home controller with existing list

I have a checkbox populated based on the List “DayList”, in Timesheet.cshtml @if (Model.TimeSheet.DayList != null) { for (var i = 0; i < Model.TimeSheet.DayList.Count(); i++) { @azzedinehtmlsql .HiddenFor(x =>…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,240 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,190 questions
asked 2022-04-05T22:07:43.897+00:00
Shri-6058 326 Reputation points
accepted 2022-04-08T04:32:02.013+00:00
Shri-6058 326 Reputation points
2 answers

asp.net core 3.1 HttpClient Error while copying content to a stream.

we have old file server with post and get requests to work with files. Now we need to bind our web server with old file server. But i'm getting Error while copying content to a stream. when PostAsync. What i'm doing wrong? [HttpPost] public async…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2020-12-10T08:08:20.82+00:00
astheras 1 Reputation point
answered 2022-04-08T01:59:23.347+00:00
Nijil N 1 Reputation point
1 answer

error al depurar con visual studio 2012

Me sale el siguiente mensaje al ejecutar el visual studio 2012

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-04-07T18:30:59.5+00:00
Gian gutierrez blas 1 Reputation point
answered 2022-04-08T01:55:43.09+00:00
Zhi Lv - MSFT 32,006 Reputation points Microsoft Vendor
0 answers

WebApplicationFactory for Multiple Interconnected web applications

Hello, I almost have similar scenarios (like the link below)... Let me explain first: I have WebAPI Application1 which has DoSomethingUsingBarApi() to communicate to WebApi of Application 2. I want to test the round trip. 1) My First Web…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
326 questions
asked 2022-04-07T17:43:59.96+00:00
Chandresh Sanghavi 1 Reputation point
2 answers

VS 2022 stable does not have emmet in razor

Hi, i just installed Visual studio 2022 and it doesn't have emmet in "cshtml" files. Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2021-12-19T08:36:42.113+00:00
Abbas Sheikhider 1 Reputation point
commented 2022-04-07T16:16:40.317+00:00
Mike953 1 Reputation point
1 answer One of the answers was accepted by the question author.

How to lock page while loading data correctly

In my ASP.NET Core MVC project when the user fills the form and hits send button, a message is shown to the user and the button is locked. The problem is even without filling the form on hitting the button it shows the message. I have client-side…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-04-07T04:42:12.467+00:00
amin khosravi 21 Reputation points
commented 2022-04-07T16:12:11.35+00:00
amin khosravi 21 Reputation points
4 answers

ViewBag in asp.net core

Do you know how to activate ViewBag in PageModel (x.cshtml.cs files) of asp.net core 3.1? Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-04-01T12:06:37.027+00:00
S A 81 Reputation points
answered 2022-04-07T14:34:10.677+00:00
S A 81 Reputation points
7 answers One of the answers was accepted by the question author.

How to declare in the View?

How to declare in the View? @{ var kvp = ViewData["kvp"] as KeyValuePair<int, string>[]>; }

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-04-01T12:31:43.653+00:00
S A 81 Reputation points
answered 2022-04-07T14:31:07.613+00:00
S A 81 Reputation points
0 answers

Getting "Unknown socket error" intermittently while making a call to .Net 5.0 API deployed on AWS ECS Cluster

Hi Community Members, I have 2 API's (A1 & A2) developed in .Net 5.0. Both are deployed on separate Amazon ECS cluster. A1 has 6 concurrent ECS tasks that performs operations like downloading excel files from S3, process them and then make a GET call…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 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,190 questions
asked 2022-04-07T13:14:27.263+00:00
Ashish 1 Reputation point
12 answers One of the answers was accepted by the question author.

Access directories and subdirectories in ASPNET CORE MVC

Hi, I want to access all the files and subdirectories of a file table (Sql). I can access the root directory "WebApiUploads_Dir" and return all the files on my interface. However, I don't see all the subdirectories and I would like to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-03-22T12:33:21.863+00:00
sblb 1,166 Reputation points
answered 2022-04-07T10:29:48.173+00:00
sblb 1,166 Reputation points
5 answers

Dependency Injection Using IdentityUser

I got a razor page, I got the following code that I'd like to translate to C# code. @inject SignInManager<IdentityUser> SignInManager @inject UserManager<IdentityUser> UserManager How do I translate to C# code? Should I have it coded…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 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,190 questions
asked 2022-03-08T14:49:17.71+00:00
lesponce 176 Reputation points
commented 2022-04-07T01:09:35.097+00:00
Zhi Lv - MSFT 32,006 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Convert Decimal to Date Value

Hi. I have a program in MVC. It gets data from AS400 such as birthday and display it but in decimal like 06051985. I want it to be displayed in 06/05/1985. How will I do it and where (View, Model, Controller?). Thanks.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,240 questions
asked 2022-04-06T23:07:29.637+00:00
kynaplt1665 21 Reputation points
accepted 2022-04-06T23:49:40.143+00:00
kynaplt1665 21 Reputation points
3 answers

.NET Core WCF Web Service with Cookies

Hi I have an app that calls a webservice and its been added as a reference but it needs to send the cookie information to be able to access the methods. Does anyone know how to do that? Thanks.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,337 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
asked 2022-03-31T17:21:49.4+00:00
Cris 21 Reputation points
answered 2022-04-06T19:37:56.367+00:00
Cris 21 Reputation points