26,195 questions with .NET-related tags

Sort by: Updated
2 answers

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
asked 2024-11-21T11:56:42.16+00:00
iKingNinja 80 Reputation points
answered 2024-11-21T21:39:46.24+00:00
iKingNinja 80 Reputation points
1 answer

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 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.
11,053 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
346 questions
asked 2024-11-21T12:22:44.3566667+00:00
Jose Daniel Navarro Brito 61 Reputation points
commented 2024-11-21T21:25:03.1466667+00:00
Jose Daniel Navarro Brito 61 Reputation points
1 answer One of the answers was accepted by the question author.

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
asked 2024-11-16T21:04:03.78+00:00
isa turgut 0 Reputation points
edited a comment 2024-11-21T20:10:13.4233333+00:00
isa turgut 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
asked 2024-11-16T21:04:03.78+00:00
isa turgut 0 Reputation points
edited a comment 2024-11-21T20:10:13.4233333+00:00
isa turgut 0 Reputation points
2 answers

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.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
asked 2023-12-06T16:30:40.78+00:00
iweir man 0 Reputation points
answered 2024-11-21T20:02:33.6966667+00:00
Harry 0 Reputation points
2 answers

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.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
asked 2023-12-06T16:30:40.78+00:00
iweir man 0 Reputation points
answered 2024-11-21T20:02:33.6966667+00:00
Harry 0 Reputation points
1 answer

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…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,337 questions
Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 questions
asked 2024-09-30T12:35:35.13+00:00
V, Sivasankari 0 Reputation points
commented 2024-11-21T19:50:34.1766667+00:00
Pavan Minukuri 520 Reputation points Microsoft Vendor
0 answers

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…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,225 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
asked 2024-11-21T08:43:20.9+00:00
Huseyin Unsal 0 Reputation points
commented 2024-11-21T16:58:08.09+00:00
Huseyin Unsal 0 Reputation points
2 answers

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?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 questions
asked 2024-11-21T04:47:07.1933333+00:00
Coreysan 1,736 Reputation points
answered 2024-11-21T16:55:54.23+00:00
Bruce (SqlWork.com) 67,251 Reputation points
1 answer

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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 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.
11,053 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 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.
11,053 questions
asked 2024-11-21T16:17:29.8633333+00:00
Kashmitha Madushan 0 Reputation points
answered 2024-11-21T16:36:48.2166667+00:00
Bruce (SqlWork.com) 67,251 Reputation points
1 answer

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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 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.
11,053 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 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.
11,053 questions
asked 2024-11-21T16:17:29.8633333+00:00
Kashmitha Madushan 0 Reputation points
answered 2024-11-21T16:36:48.2166667+00:00
Bruce (SqlWork.com) 67,251 Reputation points
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
asked 2024-11-21T15:42:01.7566667+00:00
Bhuwan 721 Reputation points
1 answer

Blazor Tutorial is "out of date"?

This question has been deleted. This question has been deleted. This question has been deleted.

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
9 questions
asked 2024-11-19T16:42:14.25+00:00
Compton MacKenzie 0 Reputation points
answered 2024-11-21T15:32:07.7366667+00:00
Compton MacKenzie 0 Reputation points
6 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,225 questions
asked 2022-11-22T08:48:18.217+00:00
Brian Kekana 26 Reputation points
commented 2024-11-21T14:09:19.7133333+00:00
AKS 0 Reputation points
1 answer

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…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
465 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,639 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,165 questions
asked 2024-11-16T17:25:33.21+00:00
Naeem Ahmad 0 Reputation points
commented 2024-11-21T14:01:51.0333333+00:00
anashetty 820 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
816 questions
asked 2021-10-27T02:51:14.067+00:00
GuoLearn 251 Reputation points
commented 2024-11-21T13:50:05.2633333+00:00
Rahul Khandelwal 0 Reputation points
1 answer

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"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,520 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.
11,053 questions
asked 2024-11-19T09:44:51.4+00:00
BeUnique 2,212 Reputation points
commented 2024-11-21T13:23:42.83+00:00
Jalpa Panchal-MSFT 555 Reputation points Microsoft Vendor
0 answers

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,945 questions
asked 2024-11-21T13:07:14.1966667+00:00
Muhammad Shahan 0 Reputation points
0 answers

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. …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,388 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,370 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
927 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
346 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,369 questions
asked 2024-11-19T13:55:51.1333333+00:00
Lal Krishna 0 Reputation points
commented 2024-11-21T12:44:23.44+00:00
Lal Krishna 0 Reputation points
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,650 questions
asked 2024-11-21T11:40:49.8533333+00:00
nandu kathmandi 1 Reputation point