25,404 questions with .NET-related tags

Sort by: Updated
1 answer

How to make a responsive side nav like Gmail with Bootstrap 5?

Hi,How can I make my side menu in a Blazor Server application like Gmail's left menu, where only icons are displayed at first, and expanding the menu displays names, without narrowing the main body section? I have included my current menu and CSS…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,492 questions
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,539 questions
asked 2024-08-30T08:17:57.5333333+00:00
Cenk 991 Reputation points
commented 2024-08-30T12:35:04.8+00:00
Cenk 991 Reputation points
4 answers

Why I cannot reference iOS binding library

I created a .net8 MAUI project and an Android and an iOS binding libraries. I can see that in the iOS binding library, the generated classes are created. There are also no errors. But when I tried to reference the classes in the iOS binding library in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-20T12:33:07.19+00:00
Wei Wen 1,101 Reputation points
commented 2024-08-30T12:08:05.3666667+00:00
Wei Wen 1,101 Reputation points
0 answers

How to Set Initial Two Tab left align and last Two Tab Right Align in MAUI TabbedPage

I have a TabbedPage in MAUI .Net API 34 Visual Studio 2022 I am loading Collection Class Data in TabbedPage with Content ItemTemplate. I have more than 7 records in collection class repository. Initially I am loading Two record and then on next Tab…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-29T08:30:09.68+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:28:54.43+00:00
Faiz Quraishi 60 Reputation points
0 answers

How to Keep smooth Navigation in self TabbedPage call on each Tab click Currentpagechanged event

I am using .Net MAUI 8 API 34 . I have multiple records in collection to load on TabbedPage. On Page Load I am binding only first three and then on CurrentPageChanged event of TabbedPage means when click on any Tab ,when CurrentPageChanged fire I am…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-21T18:14:33.6333333+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:23:01.6833333+00:00
Faiz Quraishi 60 Reputation points
1 answer

How to avoid multiple selected index change Event in TabbedPage on OnCurrentPageChanged

I have a TabbedPage in MAUI with API level 34 <TabbedPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" > <TabbedPage.ItemTemplate> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-17T04:20:14.7466667+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:20:36.28+00:00
Faiz Quraishi 60 Reputation points
0 answers

Undefined symbols for architecture arm64 Error, while using Native libraries in MAUI iOS

Hi, We are working on MAUI.iOS migration project from Xamarin.iOS. In Xamarin.iOS we have used few iOS Native libraries(.a files). The Xamarion.iOS project was working fine. But we used the native libraries in MAUI.iOS project we are getting below build…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-30T10:22:37.5066667+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft Vendor
edited the question 2024-08-30T10:48:24.69+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Sending input field to an EndPoint

Hello, I display a table where each line gives a start and end time for the appearance of an object. I want to be able to modify the values ​​on a line and transmit the new value to the server to update this record. I can not transmit the updated…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,492 questions
asked 2024-08-29T12:25:46.9766667+00:00
Boucourt 105 Reputation points
accepted 2024-08-30T10:24:51.3933333+00:00
Boucourt 105 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to read/store/retrieve data from Excel spreadsheet from Share point site to WPF application?

Hi, I have connected to Share Point site referring the following blog: https://www.c-sharpcorner.com/article/sharepoint-csom-for-net-standard/ I have created a sample test spreadsheet in the Documents Library named *testSpreadSheet.xlsx * I have a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,791 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,566 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,791 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,566 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,802 questions
asked 2024-08-20T15:12:24.4533333+00:00
Lakshmanan B 81 Reputation points
accepted 2024-08-30T10:24:39.5966667+00:00
Lakshmanan B 81 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to read/store/retrieve data from Excel spreadsheet from Share point site to WPF application?

Hi, I have connected to Share Point site referring the following blog: https://www.c-sharpcorner.com/article/sharepoint-csom-for-net-standard/ I have created a sample test spreadsheet in the Documents Library named *testSpreadSheet.xlsx * I have a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,791 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,566 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,791 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,566 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,802 questions
asked 2024-08-20T15:12:24.4533333+00:00
Lakshmanan B 81 Reputation points
accepted 2024-08-30T10:24:39.5966667+00:00
Lakshmanan B 81 Reputation points
1 answer

Picker does not gain focus on iOS

Hi I am currently migrating our Xamarin app to MAUI. But there are multiple problems, we face time after time. The most we can solve by some workarounds. But this time, I don´t know if there is a workaround. The problem is, when tapping on our…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-08T11:50:53.3066667+00:00
Maximilian Grabner 5 Reputation points
commented 2024-08-30T10:07:43.3033333+00:00
Maximilian Grabner 5 Reputation points
1 answer One of the answers was accepted by the question author.

localized short date for datagridview column headertext c#

I need to assign a date (short format) as a datagridview column header text. I have tried many things, including: DateTime headerdt; headerdt = myDateTimePicker.Value.AddDays(7); dataGridView1.Columns[3].HeaderText =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,802 questions
asked 2024-08-26T20:40:50.9533333+00:00
Darryl Hoar 181 Reputation points
commented 2024-08-30T09:48:12.5033333+00:00
Jiale Xue - MSFT 43,986 Reputation points Microsoft Vendor
0 answers

datepicker events

I would like the object to become invisible again when the user clicks cancel, or to become invisible returning the selected day when he clicks ok but I couldn't figure out which event to use for these two buttons

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 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,802 questions
asked 2024-08-29T08:22:39.2533333+00:00
MacSlacky 61 Reputation points
commented 2024-08-30T09:34:55.9166667+00:00
MacSlacky 61 Reputation points
0 answers

Install Android API 34

I am looking to update one of our Xamarin Form mobile apps, but not move to MAUI. I am looking for a quicker update and deployment before moving this app to MAUI. My question is, can I update Visual Studio 19 (I am not upgrading this) so that Android API…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2024-08-29T23:27:27.34+00:00
Henry Egal 0 Reputation points
commented 2024-08-30T09:26:11.6266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 73,846 Reputation points Microsoft Vendor
0 answers

.NET WPF Project in C#,validations and checks seem to be working in developer PC but get skipped in user PC

Hi, I have a .NET WPF C# application running on 4.7.2 framework .i had a working stable application for 6 years with users using by click once ,downloading the wpf application and some users using RDWeb .Suddenly from past 3 months all checks and…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
asked 2024-08-30T07:24:40.84+00:00
vamsi krishna 20 Reputation points
commented 2024-08-30T09:20:06.3766667+00:00
Hongrui Yu-MSFT 1,515 Reputation points Microsoft Vendor
0 answers

.NET WPF Project in C#,validations and checks seem to be working in developer PC but get skipped in user PC

Hi, I have a .NET WPF C# application running on 4.7.2 framework .i had a working stable application for 6 years with users using by click once ,downloading the wpf application and some users using RDWeb .Suddenly from past 3 months all checks and…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
asked 2024-08-30T07:24:40.84+00:00
vamsi krishna 20 Reputation points
commented 2024-08-30T09:20:06.3766667+00:00
Hongrui Yu-MSFT 1,515 Reputation points Microsoft Vendor
1 answer

WPF: Drag & Drop virtual folder from WPF to File Explorer

Hi, I am developing ADB Explorer, a UI for ADB in WPF. I am trying to implement support for Drag & Drop to Push / Pull files between PC and a device connected via ADB, and while accepting files dragged into the app is quite easy since I can just use…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
asked 2024-08-24T08:50:24.6533333+00:00
Alex SSB 20 Reputation points
commented 2024-08-30T08:30:54.1+00:00
Hongrui Yu-MSFT 1,515 Reputation points Microsoft Vendor
1 answer

WPF: Drag & Drop virtual folder from WPF to File Explorer

Hi, I am developing ADB Explorer, a UI for ADB in WPF. I am trying to implement support for Drag & Drop to Push / Pull files between PC and a device connected via ADB, and while accepting files dragged into the app is quite easy since I can just use…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 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,751 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,802 questions
asked 2024-08-24T08:50:24.6533333+00:00
Alex SSB 20 Reputation points
commented 2024-08-30T08:30:54.1+00:00
Hongrui Yu-MSFT 1,515 Reputation points Microsoft Vendor
1 answer

RedisTimeoutException under high load: Timeout awaiting response

I'm experiencing a RedisTimeoutException when running commands to my Azure Cache for Redis P1 instance, but only when my .NET Web API server is under high load. Here are the details of the exception: Timeout awaiting response (outbound=1647KiB,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
244 questions
asked 2024-08-28T12:11:44.8333333+00:00
dev-thakku 0 Reputation points
commented 2024-08-30T08:12:32.4733333+00:00
ShaktiSingh-MSFT 14,801 Reputation points
0 answers

MainActivity base.OnCreate() crush

The app is running on MAUI. When the app is in the background, the movement differs between the task being turned off and the state where it is not. If the task is in the background and the task is turned off, when the push notification comes, when the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-30T07:09:25.5466667+00:00
水元 翼 0 Reputation points
0 answers

MainActivity base.OnCreate() crush

The app is running on MAUI. When the app is in the background, the movement differs between the task being turned off and the state where it is not. If the task is in the background and the task is turned off, when the push notification comes, when the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,757 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,337 questions
asked 2024-08-30T07:09:25.5466667+00:00
水元 翼 0 Reputation points