python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ASP.NET Core MVC - Javascript library loads but its functions aren't recognized
I am creating an ASP.NET Core MVC application (.NET version 5) where I am trying to use a Javascript library called FullCalendar. I added the library's Javascript using a CDN link in a script tag at t...

David200337
Votes: 0
Answers: 1
download file failed using response ASP.NET 5
I have the following code to download the file
jquery
function DownloadExcel() {
var laundrys = new Object();
$.ajax({
type: 'POST',
url: '@Url.Cont...
ardiansah
Votes: 0
Answers: 1
Implementing OAuth 2.0 + openID token with ASP.NET5
I have the following code which seems to not do anything when I run the project.
I expect a browser redirect to happen to http://localhost:5000 requesting the "code" authorization flow.
Inst...
Alon S
Votes: 0
Answers: 1
How Can I Get a single JSON object in an ASP.NET Core 5 Web API using a stored procedure in SQL Server with Entity Framework Core 5.0?
I’m trying to create a service that responds with a JSON of a single instance of an object.The idea is that from a user ID (id_user) it returns a single record from the user table like this:
{
&qu...
Jefferson Pardo
Votes: 0
Answers: 0