A set of technologies in the .NET Framework for building web applications and XML web services.
Fill bootstrap modal with data object's fields from AJAX and then send data to server
Hello, Last time I got help to read data object from AJAX and show its fields in the html. Now I would like to fill the bootstrap modal with the fields. I tried with asp-for but it didn't work. Algo I'd like to send the edited values to server. I attach…
Developer technologies | ASP.NET | ASP.NET Core
How does exception handling work in C++?
I am a beginner in Java and I want to understand exception handling clearly. Can someone explain how try, catch, and finally blocks work with a simple example? Also, what is the difference between checked and unchecked exceptions?
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.
Download Help Files In VS2013
Needing to locate site to download help files for Microsoft Windows 2013? Or I will just use the disc to upload help files. Sam
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Authentication cookies are not flowing from blazor to signalr
Summary I'm building a matchmaking service for a browser gaming platform using blazor web assembly, microsoft entra external id and signalr. To connect clients to the matchmaking service, I have created an instance of the Hub class and then added the…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
In MAUI if I want to convert from realmdb , please recommend me another best db in replacement ?
I want to migrate from realmdb (using it till now .NET 9.0) but for .NET 10.0 and above, I want Microsoft suggestion/recommendation on best db for replacing realmdb with .
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
memory question
i have a question, does after garbage collection stays the first button in memory or will it be cleaned up i thought HtmlButton bt = new HtmlButton(); bt = new HtmlButton();
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Exception from HRESULT: 0x8004A0E0
I am getting a System.Runtime.InteropServices.COMException (0x8004A0E0) in my C# Solid Edge automation. When this error occurs, the 3D model does not update correctly. Has anyone else faced this issue? I need help to solve it.
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 autoselect ActiveX textbox on powerpoint.
I am creating a PowerPoint presentation that includes a slide with an ActiveX text box, which allows me to edit the text while in presentation mode. However, I currently need to click the text box manually before I can begin typing. I would like the text…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
doEvenys ???
I need to parse and extract information from over 500 .html log files. Fnames is a list of the .html filenames at the start Where is the folder and searchtype is top directory only Fnames.AddRange(My.Computer.FileSystem.GetFiles(where, SearchType,…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Signing into 'GitHub' is my real big problem
Signing into "GitHub" is very much a problem for me
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.
AYUDA CON EL ERROR DE INSTALACION DE EL microsoft.visualcpp.redist.14 PARA INSTALAR LAS EXTENCIONES DE EL C#
PRESENTO ERRORES A EL INSTALAR LAS EXTENCIONES DE EL C# Y ME MUESTRA ESTE MENSAJE DE ERROR DE INSTALACION microsoft.visualcpp.redist.14
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.
Getting a “Not Found” error while following “Create a Web API with ASP.NET Core controllers.”
Hello everyone, I am following the “Create a Web API with ASP.NET Core controllers” tutorial. I haven’t made any changes and I’m sticking strictly to the tutorial. My folder structure and naming are also exactly the same. Here is my project path:…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
How string_agg function and WITHIN GROUP works
I got an answer from this url https://learn.microsoft.com/en-us/answers/questions/185006/how-to-find-amp-replace-separated-value.html?childToView=185666#answer-185666 there string_agg function used and WITHIN GROUP also used. please discuss the…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Unwanted DataGrid Column
Here is the XAML to create a DataGrid: <DataGrid x:Name="dgSettings"> <DataGrid.Columns> <DataGridTextColumn Binding="{Binding Path=Name}" Header="Propoerty"…
Developer technologies | 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.
I am facing the issue in CCF ARM template
{ "code": "BadRequestException", "message": "properties.contentSchemaVersion is required" } I have added the version in all the data
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
Code App SQL connection not working locally
Hello community! I went through the tutorial to connect code app to azure SQL: https://learn.microsoft.com/en-us/power-apps/developer/code-apps/how-to/connect-to-azure-sql The connector is configured to use managed identity I had to do some changes…
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.
visual C++ 2008 Express
How do I download visual C++ 2008 Express without a Visual Studio subscription
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.
Debugger not launching in vscode
I recently updated vscode to version 1.112.1, and all of a sudden I wasn't able to start debugging. Neither debugging via F5 (vscode launcher), nor via the debug button of cmake worked. Also my python debug configuration didn't work. I created a request…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
MAUI: An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll
I am facing below issue when running the MAUI iOS app to simulator: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.