23,990 questions with .NET-related tags

Sort by: Updated
3 answers

How to add more Columns in a Listiview

Good Day all i have a Listview and i want to have atlest 3 columns so that i have data in the way i marked in black instread of one column This is in asp.net webforms

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-06-20T19:36:40.707+00:00
Vuyiswa Maseko 351 Reputation points
commented 2022-06-22T02:03:19.43+00:00
Lan Huang-MSFT 25,716 Reputation points Microsoft Vendor
1 answer

How to set up server variables for URL Rewrite through Appcmd for site

Hi, I am currently trying to create the rewrite URL for my site using Appcmd.exe. I have managed to create the rules, conditions, patterns as like below. system("C:\WINDOWS\system32\inetsrv\appcmd.exe set config ""Check""…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
asked 2022-06-21T14:29:47.407+00:00
Jagadeesh Mohan 1 Reputation point
answered 2022-06-22T01:47:09.537+00:00
Bruce Zhang-MSFT 3,736 Reputation points
2 answers

property binded in custom control not updating

Hi guys, I have created a custom Switch (derived from Grid) and I have binded the property IsVisible to a bool. Now I'm saving the values internal in my component that I use in a grid multiple times in the same page. So when I save the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
asked 2022-06-17T11:32:21.997+00:00
vanKraster 181 Reputation points
commented 2022-06-22T01:07:35.14+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
3 answers

Self-Hosted Blazor and Custom Certificates

I'm investigating the idea of using Blazor WASM to build a retail application that would run on an office Intranet. The application would be installed on a given machine, to be accessed via browser from any of several machines on the LAN. The biggest…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,396 questions
asked 2022-02-11T15:06:41.97+00:00
Jeff Bowman 101 Reputation points
commented 2022-06-21T22:47:03.553+00:00
Jeff Bowman 101 Reputation points
2 answers

Azure Synapse : Run more Spark Application on a cluster than number of nodes

Have the Spark Pool with following config "Medium (8 vCores / 64 GB) - 3 to 3 nodes". From within a pipeline P1 i'm running multiple concurrent pipelines P2s (using Foreach). P2 pipeline contains single notebook, N1. When running P1, it spawns…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,396 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
asked 2021-12-22T17:55:06.087+00:00
Bitchiko Tchelidze 6 Reputation points
answered 2022-06-21T20:12:34.84+00:00
Richard Luis Díaz 1 Reputation point
1 answer

How can I run javascript codes, css files and javascript files into wkhtmltopdf in asp.net core api project?

I use the Chart.js library to draw charts, but I use the wkhtmltopdf library to convert pdf. But my javascrip codes and css codes are not working. How can I make it work?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-06-17T14:40:58.073+00:00
levent koman 1 Reputation point
answered 2022-06-21T19:41:48.813+00:00
Bruce (SqlWork.com) 56,766 Reputation points
1 answer

<span asp-validation-for can not trigger if html is appended.

If I use jquery.html(""); append html <input type="text" asp-for="MyValue" /> <span asp-validation-for="MyValue" ></span> it can not validate for it.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
asked 2022-06-21T10:05:44.497+00:00
mc 3,701 Reputation points
answered 2022-06-21T18:38:12.243+00:00
Othusitse Seth Dylan Phefo 1 Reputation point
1 answer

How to use EF Core in a N-Layer application

Hi ! I don't know if there is some official best practices for this, but I need a bit of help. We have an application split into 3 layers : Data Access Layer (DAL), Business Logic Layer (BLL) and Presentation Layer. In other applications, we use…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 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.
10,278 questions
asked 2022-06-06T15:49:53.913+00:00
Olivier Richard 21 Reputation points
answered 2022-06-21T18:12:56.703+00:00
dramacool 1 Reputation point
2 answers One of the answers was accepted by the question author.

Convert DateTimeOffset to Date format in aspnet core

Hi, In the class FilePath I've a class public class FilePath { [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:yyyy/MM/dd}")] public DateTimeOffset Created { get; set; } } This…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
asked 2022-06-20T19:28:58.027+00:00
sblb 1,166 Reputation points
accepted 2022-06-21T16:34:45.057+00:00
sblb 1,166 Reputation points
1 answer

Implement Service Mesh in Microservices

Hello Team, The question that I am going to put here , it might be very trivial but facing some issues. Please provide your insight. I am designing an architecture of a system that has 10-15 microservices and I am planning to implement these in…

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.
299 questions
asked 2022-06-21T08:22:02.193+00:00
Manish Kumar Singh3 1 Reputation point
answered 2022-06-21T14:54:10.587+00:00
Bruce (SqlWork.com) 56,766 Reputation points
1 answer One of the answers was accepted by the question author.

When will Maui be available in VS 2022?

Having read many posts it seems like Maui is only available in beta versions of VS? Confused.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
asked 2022-06-21T13:37:40.193+00:00
Lloyd Sheen 1,386 Reputation points
commented 2022-06-21T14:53:25.25+00:00
Lloyd Sheen 1,386 Reputation points
1 answer

Dependency Conflicts after Upgradation

I've upgraded my Webform application from 4.8 .NET Framework to .NET Core 6.0. Now the main issue is that my system is not reading the .dll which were used in the older version, for e.g System.Web is unavailable in the newer version. Is there any…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,189 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-06-21T07:00:31.06+00:00
Saad 1 Reputation point
answered 2022-06-21T14:30:36.26+00:00
Bruce (SqlWork.com) 56,766 Reputation points
1 answer

Theme 'default' cannot be found in the application or global theme directories.

Hello everyone. I have been getting this error. I have already had a file named "default" in my App_Themes folder yet i still got the error. Is there any way to solve this problem.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,628 questions
asked 2022-06-21T07:44:57.127+00:00
Muaz 1 Reputation point
answered 2022-06-21T13:50:27.927+00:00
Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
2 answers

Buttons not appearing serverside, but run in Visual Studio

I have an ASP.NET Web Application that lets the user scan a barcode into a TextBox, which once the scan completes it searches a SQL Server database and updates a Label with some additional information. This works fine. My manager has asked me to add…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-06-20T19:55:23.887+00:00
Randall Donaldson 1 Reputation point
answered 2022-06-21T13:44:44.137+00:00
Randall Donaldson 1 Reputation point
1 answer

OnTextChanged event is not working in my web page

Hi, i develop one small application to scan barcode i activate AutoPostBack =true but still i need to press enter key or tab to fire trigger. below is my 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,272 questions
asked 2022-06-18T08:52:28.08+00:00
Hiteshkumar Patel 21 Reputation points
commented 2022-06-21T12:19:36.597+00:00
Hiteshkumar Patel 21 Reputation points
1 answer One of the answers was accepted by the question author.

Android Deep Linking (Intents) Support in .NET MAUI

I am currently trying to add deep linking support (via Intents) to an Android application written using .NET MAUI. I have added an activity XML element under the application element in my AndroidManifest.xml: <?xml version="1.0"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
asked 2022-06-20T16:02:40.277+00:00
Devin Michael 21 Reputation points
accepted 2022-06-21T10:14:00.11+00:00
Devin Michael 21 Reputation points
1 answer

Entry in MAUI is blank in Android but has borders in iOS.

Entry/ Editor control is not uniform in MAUI iOS and Android versions of the same app. How to make it uniform.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
asked 2022-06-17T21:08:11.143+00:00
Parvez ali 6 Reputation points
commented 2022-06-21T07:43:02.667+00:00
Riccardo Minato 6 Reputation points
0 answers

Passing viewmodel properties as parameters in ValueConverters in .Net MAUI

I am trying to create a custom converter in .Net MAUI app but I am not able to pass ViewModel properties as parameter. This is my Xaml code. - <Button.BackgroundColor> <Binding Path="Category">…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
asked 2022-06-20T09:21:51.86+00:00
Parvez ali 6 Reputation points
commented 2022-06-21T07:35:31.86+00:00
Riccardo Minato 6 Reputation points
0 answers

Blazor Server - How to handle situation when user is faster then SignalR?

I have a complex Blazor server app and I run into situations that user interact with the form and while the server is trying to manipulate the DOM via SignalR, the user manage to do other things in the form. When I debug the app or using PC in the LAN,…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,396 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-06-20T21:03:34.777+00:00
Yaron Amar 1 Reputation point
commented 2022-06-21T07:28:12.8+00:00
Qing Guo - MSFT 886 Reputation points Microsoft Vendor
0 answers

how to import an animated fbx/obj file into my WPF project?

I'm trying to import an animated obj or fbx file to my WPF project. ps: I already managed to import a static obj file but I need it with animation.

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,676 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.
10,278 questions
asked 2022-06-20T16:12:41.287+00:00
Yasmine_nj 1 Reputation point
commented 2022-06-21T07:19:51.757+00:00
Hui Liu-MSFT 40,266 Reputation points Microsoft Vendor