asp.net-core
How do I create a MVC Razor template for DisplayFor()
I have a couple of properties in my view model that are display-only but I need to retrieve their values using jQuery to perform a calculation on the page. The standard Html.DisplayFor() method just w[详细]
2023-02-26 07:31 分类:问答How to export/generate XML file with METADATA in ASP.NET Core using C#?
I need to get data from database, massage it into list of objects, then finally generate an XML file with a METADATA tag (expected result), I think those DATA PACKET, METADATA, etc.. tag is not manual[详细]
2022-12-07 21:47 分类:问答Why does the application still stop after setting the BackgroundService Exception Behavior.Ignore option?
In asp.net core 6, I set an option so that when an exception occurs, the application does not stop services.Configure(hostOptions =>[详细]
2022-12-07 21:24 分类:问答How to use @ inside href of anchor tag in ASP.NET MVC?
In my static website 开发者_如何学JAVAwhich is built in ASP.NET MVC, I\'m using social media accounts in a Razor view. I\'m getting an error as shown below when using this code:[详细]
2022-12-07 20:57 分类:问答Is it possible to add multiple DbContext Factories for the same DbContext to the services collection?
Is it possible to add more than 1 DbContextFactory, for the same DbContext, to the services collection in an ASP.NET Core application?[详细]
2022-12-07 19:43 分类:问答.net core 6- JWT authentication with keycloak realm url
I want to i开发者_C百科mplement the jwt authentication with the keycloak URL in .net 6. I have a URL where get the certificate and other things. So anyone can help me with how I can implement that thi[详细]
2022-12-07 18:19 分类:问答Load large file in SQL Server
I am trying to upload large files (regardless of file type) into SQL Server database. But when I upload a large one (at least 13.2MB or more) it appears the next error message:[详细]
2022-12-07 18:01 分类:问答2 openid connect in asp.net core application
I\'ve been trying to add second identity provider to my web app, but have a problem with the configuration.[详细]
2022-12-07 17:46 分类:问答