Skip to main content

All Questions

Tagged with
0 votes
0 answers
5 views

How do I Copy Metronic(8.2.6) Files into my Asp.net Core project?

I'm a beginner at metronic,and now i have metronic8(8.2.6) Files. I create asp.net core admin Project,and want use Metronic for UI.but i don't know how to copy Metronic's JS/CSS etc files into my ...
JeanLi_DEV's user avatar
0 votes
0 answers
42 views

How can I improve performance and increase the speed of processing data so that it takes short time read and process 500,000 records

I'm having a .net core console application that reads parts of the JSON files stored in a folder the part of the JSON that I'm reading contains greater than 500,000 records in it, I'm able to read all ...
Janeth Jackson's user avatar
0 votes
1 answer
19 views

How to validate token without kid

Microsoft.IdentityModel.Tokens.SecurityTokenSignatureKeyNotFoundException: 'IDX10503: Signature validation failed. Token does not have a kid. Keys tried: '[PII of type 'System.Text.StringBuilder' is ...
Somesh Banjare's user avatar
0 votes
1 answer
27 views

Error during XSLT transformation: An error occurred while loading document 'https://ex.com/example.xml'. See InnerException forcomplete description

I keep getting an error during XSLT transformation: An error occurred while loading document 'https://www.example.com/myxml/example.xml'. See InnerException for a complete description of the error. I ...
Tom McDonald's user avatar
  • 1,782
0 votes
1 answer
37 views

Token Request Failing and Returning error invalid grant

These are the IdentityServer logs: 2024-07-04 21:06:57.551 -04:00 [DBG] Start key discovery request 2024-07-04 21:06:57.552 -04:00 [INF] Request finished HTTP/1.1 GET https://localhost:44322/.well-...
Matt Perejda's user avatar
-3 votes
1 answer
32 views

why don't Show EF Core 6, AppDbContext onModelCreating in modelbuilder.HasDefaultSchema("Schema name"); [closed]

why dont Show EF Core 6, AppDbContext onModelCreating in modelbuilder.HasDefaultSchema("Schema name"); i tried different methods, I almost asked the AIs too, ChatGPT, Bing etc. but somehow ...
Muhammadabdulloh Komilov's user avatar
0 votes
1 answer
25 views

Locale "ar-KW" is not getting listed CultureInfo.GetCultures(CultureTypes.AllCultures) in Windows10 .NET 8 Blazor WASM

I'm trying to list all the cultures available in a dropdown so that end user can choose a language-REGION locale code. I have <BlazorWebAssemblyLoadAllGlobalizationData>true</...
fingers10's user avatar
  • 7,619
0 votes
0 answers
23 views

Why Microsoft don't publish the list of tags on DockerHub repository

Does anyone knows why Microsoft don't use the "normal" repository style on DockerHub ? Why we can't browse the versions and tags ? All the other official images (and unofficial) can be ...
saad's user avatar
  • 887
-1 votes
0 answers
81 views

How to insert large object with existing relations into a db using EF? [closed]

I am working with a .NET 6 API, and I have a large object that needs to be inserted into a database through an endpoint. The object itself will be split into 4-5 different tables. This object will ...
dezox's user avatar
  • 177
0 votes
3 answers
39 views

Change cache-control max-age-48000 to cache-control max-age=48000 in response header

I need to change the hyphen to equal to for my cache-control max-age I am not getting where it is coming from kindly help me with it. I checked iis config as well but nothing found there. Thanks in ...
Sabah Nevrekar's user avatar
0 votes
0 answers
40 views

How to preserve large database query results on the server for future processing

I have an ASP.NET Core Razor pages application that displays data in a Javascript chart. In some scenarios, this chart can have up to 1 300 000 datapoints / database rows. Depending on the selected ...
kj49's user avatar
  • 45
0 votes
0 answers
29 views

Bypass Fiddler configuration not working for non-browser

I need exclude an URL from the Fiddler settings, which should be routed internally and not via proxy. Fiddler is configured to act as system proxy and is monitoring all connections. For this I'm using ...
martinoss's user avatar
  • 5,448
-1 votes
1 answer
40 views

In .net core I want to get API through the two tables

In .Net core I have two tables with Buyer, and the relation table as RicePrice: public class Buyer { [Key] public int Id { get; set; } public int Quantity { get; set; ...
Karthick1211's user avatar
-1 votes
0 answers
40 views

How does a Task understand that it has already been executed if the thread is released?

For example, if I asynchronously contact the database with a request. How should a Task understand that it has already been completed and change its status? Do I understand correctly that when I ...
Madiyar's user avatar
0 votes
1 answer
43 views

How can I render a Razor Page (PageModel) to HTML?

As weird as may sound, is it possible to render a Razor Page (a PageModel derived class) to Html? To give you an idea of why I'd need this, I'm looking for ways to try nest Razor Pages. For example, ...
WriteEatSleepRepeat's user avatar

15 30 50 per page
1
2 3 4 5
426