A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
WPF Cannot Find Image Resource
In WPF I have added 2 images and I have included them in the solution explorer. It compiles well but when running, when it is initializing, a message appears saying that the images have not been found. I have cleaned, I have deleted .vs and .obj and it…
Developer technologies | Windows Presentation Foundation
Developer technologies | 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.
Supporting older iOS Version in MAUI
We have been developing an application and I was using the latest VS with .NET 7 and the latest Xcode (14.1) but unfortunately when I do a release it was working only with 16 or higher as my colleagues told, but some people have old iphone and their…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Razor Visual Studio Syntax Highlighting is no longer working
Hi I updated my visual studio to begin working with .NET 8. However, in doing so the syntax highlighting on my .razor pages has stopped working. Any advice on how to resolve this?
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Authentication using azure Entra ID in .NET 8 Blazor web app deployed on IIS Server
Azure Entra ID Authentication is not working in .net 8 blazor web app when deployed to IIS
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
xmlns:pages="clr-namespace:Xamarin.CommunityToolkit.Sample.Pages" Is not getting Identified
I am training on the Xamarin CommunityToolKit but i faced an issue that the compiler is throwing an error as reference is not found i have updated to the Xamarin ComminityTookKit latest version. But the issue is still…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
How can I change the Windows title bar to a specific color like purple?
I have a purple title bar (Primary color) How can I achieve the same on windows?
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Troubleshooting 403.14 Forbidden Error with Default Blazor Template deployed as Azure App Service
Background: I'm a relatively novice programmer and I've been experimenting with creating my own Blazor app and hosting it on Azure for the first time. I've had success creating SWAs on Azure before with Blazor, but my current project is a small demo of a…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
.Net Maui, use gestures on tabbed page
Hi, I have a tabbed page with 2 tabs, on one tab I have and image that I would like the user to be able to use touch to pinch zoom and pan the image around. I use this to show the image: <Grid x:Name="imageView"…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Developer technologies | 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.
Dropbox on .NET Maui
I am trying to get Dropbox to work in .net maui. I have it working fine in xamarin.ios, it open a browser and get them to login, then when the go back from the browser, the app is receives the redirect in appdelegate.cs to get the auth token and use it…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Developer technologies | 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.
Creating a Custom Controls Library for .NET MAUI
I want to create a controls library for .NET MAUI with over 30+ highly customizable controls. I am unsure whether to use Microsoft.Maui.Graphics or Templated/ContentView to create hand-drawn controls. I'm also concerned about the maintenance of…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
make first letter capital of the word
Hi Expert, how to make first letter capital of the word create table main13( First_lastname Nvarchar (100)) insert main13 values('18 - EW MEMBER; OLD MEEMBER'), ('18 - VOYGER'), ('1 - ONE DAY') EXPECTED Output
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Change "Current Code Page" in VS Debug Console to 437 (OEM - United States)
How can I change the code page in my Microsoft VS Debug Console to 437 (OEM - United States) ? Current code page is : 936 (ANSI/OEM - Simplified Chinese GBK) Microsoft Visual Studio Community 2022
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
How to overcome SharePoint list view threshold with CAML query?
I have a few large document libraries with more than 5000 documents. I'm using the following CAML query to get the document list <View Scope='Recursive'> <ViewFields> <FieldRef Name='Column_A' /> <FieldRef…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Developer technologies | 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.
free wpf pdf reader (open pdf within my .net application , not in browser)
i want to develop a pdf reader. But the pdf should open within my application. i dont want to allow editing, copying of pdf.
Developer technologies | .NET | F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
How Can I Add Microsoft Windows SDK for .NET in a WPF Project?
Hi there, I want to add Microsoft Windows SDK in my existing WPF project. Now comes into the story that why I need it? Actually, I have an existing WPF project from my office, where Windows SDK is already been there and that project is working as…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Windows development | Windows App SDK
Developer technologies | 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.
Failure in testing prediction service due to nconsistency with schema.
#Error when testing the endpoint despite the test data has the same input data schema {'error': {'code': 400, 'message': "Input Data Error. Input data are inconsistent with schema.\nSchema: {'input1': '1:Dataset'}\nData: {'WebServiceInput0':…
Developer technologies | .NET | F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
How to connect multiple computers to the database in Windows Form C#
I have a Windows Forms application that I want to install the database on one computer and install the Windows Forms application on several other computers that are all connected to the same network so that any user who adds information to the database…
Developer technologies | 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.
how to install visual studio 2010 ultimate on windows 11 and can we open the .net framework 4.0 solution in 2022 visual studio?
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
not able to set Target database when Schema Compare of SSDT is used
I am going through this link [https://learn.microsoft.com/en-us/sql/ssdt/how-to-use-schema-compare-to-compare-different-database-definitions?view=sql-server-ver16 in visual 2022, windows 11. After selecting TradeDev as the source, I am not able to select…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
How to modify the default configuration properties of a project?
I want to set up my default project property settings. When conducting my projects, I tend to modify the property settings, such as changing the output directory and intermediate directory. But it's so annoying to change every time. How can I modify the…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.