Customize antiforgery failure response
I want to customize the response received by the client when CSRF token validation fails. I was looking at ASP.NET Core's source code and found the middleware I think is supposed to handle CSRF token validation. By looking at it I found that it sets an…
How to access at run-time the value of an IEnumerable<T>
Good day all: I'm developing a WEB API that returns a paged response to a jQuerydatatable end point. Because the code repeats itself, I encapsulated all the logic in the generic procedure below. The code works perfectly when I pass the class (entity) I…
WPF UserControl Page Binding Issue
Hello everybody, I have a really basic question actually about WPF binding in my code. The problem is that I have a WPF page which inherited from a base class which inherits from UserControl and the base class implements INotifyPropertyChanged…
WPF UserControl Page Binding Issue
Hello everybody, I have a really basic question actually about WPF binding in my code. The problem is that I have a WPF page which inherited from a base class which inherits from UserControl and the base class implements INotifyPropertyChanged…
How to get all screenshots with MAUI?
I'm trying to make a screenshot program using MAUI, but Screenshot can only get screenshots of the app.
How to get all screenshots with MAUI?
I'm trying to make a screenshot program using MAUI, but Screenshot can only get screenshots of the app.
Unknown .jsp file creation and deletion inside ApplicationInsights service of my .Net application
We have a very old .Net web application deployed in IIS. Its written in VB.Net and has Application Insights reference. We have notuced a strange file being created in one of the folders and the file being deleted on its own as well. The name of the file…
Can't deploy Visual Studio Net 9.0 project with Android
While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…
How to format text in <asp:TextBox>
Is there any way to make words bold, when using asp:TextBox? I know I can use html markup with asp:Label but I'm still hoping I can figure something out for the textbox. Can it be done?
How do I become a back-end developer?
I want to become a back-end developer with ASP.NET. How do I do that? I have some knowledge of C#. What should I do after that? What should I study? What types are there with ASP.NET?
How do I become a back-end developer?
I want to become a back-end developer with ASP.NET. How do I do that? I have some knowledge of C#. What should I do after that? What should I study? What types are there with ASP.NET?
provide a properly configured and signed bearer token and make sure that it has not expired visual studio
Hello, I am getting the error: "Provide a properly configured and signed bearer token and make sure that it has not expired" in Visual Studio. I have generated the proper key and added the correct details, but I am still not able to add the…
Blazor Tutorial is "out of date"?
This question has been deleted. This question has been deleted. This question has been deleted.
Apple Developer Account: Individual - error 'There was an error while trying to log in: Provide a properly configured and signed bearer token, and make sure that it has not expired learn more about generating tokens for API requests'
I have an issue when trying to sign in with my apple developer account on visual studio 2022 (v17.4.1). Firstly, I when trying to sign in as an 'individual account' I get this error ‘there was an error while loading your certificates: The Apple Developer…
Microservice Solutions with Ocelot on Azure
I am looking to deploy multiple microservices using Azure Kubernetes Service (AKS). All communication between these microservices is routed through an API Gateway. The services include: API Gateway (Ocelot) Auth API Core Service RabbitMQ These are all…
Sometimes click something in The WebView2 Page will open a new Microsoft Edge Window,could we show it in the Webview2 replace open a new window?
With local file WebView2: var env = await CoreWebView2Environment.CreateAsync(WebViewRuntimeFolder, DataFolder, opt)); await webView.EnsureCoreWebView2Async(env); I want whatever you click in the WebView2,The requested showed in the WebView2 Element,…
ASP.NET Gridview Header column not freezing properly
I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…
Render pdf files using dot core 3.1 on linux
I am facing following issue while rendering pdf file from application that's deploy docker container on linux. To run this dot core 3.1 on linux i've Installed libgdiplus, gdi+wine and font library as well. Is it possible to render pdf using RDLC…
Automating Teams Meeting Creation and Recording Upload to SharePoint: Issue with Recording Upload
Requirement: I am developing functionality to create Teams meetings as an organizer via an API with the following requirements: Create a Teams meeting as the organizer. Add two external users to the meeting. The organizer will not join the meeting. …
How to Implement Notification Badge on TabbedPage in .NET MAUI 8?
Hello, I have implemented a TabbedPage in my .NET MAUI application using AppTabbedPage.xaml. It contains 5 pages for tab navigation. One of the tabs is dedicated to notifications, and I need to display a notification badge on this tab. The badge should…