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.
SignalR Chat Issue: I’m currently building chat system using SignalR in ASP.NET Core (.NET 9) for communication between a user and an admin. user message should be received instantly by the admin via SignalR
this is my browser where i want to inspect the error from
Developer technologies | C#
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.
Best Practices for Video-to-Audio Conversion in Microsoft-Based Projects
I’m working on a project where I need to manage media content for offline access, especially converting video resources into audio format for learning purposes. While exploring solutions, I came across the trusted Yolk.fm video to audio downloader, which…
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 can I add a tab to file explorer from a c# program?
How can I add a tab to file explorer from a c# program?
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.
validation control
how to supress the errir message of the normal valudation controls and only show the error messages from the summary control? <%@ Page Language="C#"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
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 can I optimize this ASP.NET Core + EF Core + PostgreSQL CRUD API?
Hi everyone, I've been building a REST API using ASP.NET Core with Entity Framework Core and Npgsql (PostgreSQL), and I'd love some feedback on how to optimize it. I'll share the full structure below — it's a fairly standard CRUD setup with two…
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.
ReportViewer winform Preview print win10 print content is not centered
I used ReportViewer to load the rdlc report and preview and print, but the contents did not display in the center when the resolution of win10 system was 125%, but the contents displayed in the center normally when I switched to the 100% resolution and…
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.
Issue to add task code to the class
Hi, I want to add the task code like into the following. What to adjust?
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.
Using visual studio code for WPF c# app development?
Can I use visual studio code to create and develop c# based WPF windows applications ? If so, what else do I need to install alongside visual studio code and how?
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.
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.
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 fix an error that affects the interface to not open
how to fix an error that affects the interface to not open
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.
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.
How to implement ICustomGameControllerFactory?
internal class Program { static void Main(string[] args) { Test().Wait(); } class CustomGameController: IGameController { public Headset Headset { get; set; } public bool IsWireless => true; public User User { get; set;…
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.
can i learn c# in azure devops server
what is the benefit of free subscription in azure as i need to learn c# and servers
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.
I need help creating a payroll system that includes Weekly wages and annual salary
I need help creating this payroll system for an assessment for my computer class It requires a C# code using Visual Studio 2019: Windows Form App (.NET Core) All information for this task is included here: Document and develop a computer…
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.
Incomplete login to a GMail account using OAuth 2.0
I am using this code (from here): const string GMailAccount = "******@gmail.com"; var clientSecrets = new ClientSecrets { ClientId = "XXX.apps.googleusercontent.com", ClientSecret = "XXX" }; var codeFlow = new…
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.
scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
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.
C# bool anomaly?
Winforms .Net Framework4.8 in VS 2022 Community 17.14.28 I’m querying SQLite v3.46.1 with the ExecuteScalar<T> command using the NuGet System.Data.SQLite and Dapper packages. This line of code runs fine: bool testVar =…
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.
GetDirectoryName('')" cannot be evaluated. The path is not of a legal form.
Good day, trying to compile my Windows Forms app - getting the error in the subject field... Thx
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 update Sharepoint list item hyperlink column
I'm trying to update hyperlink column with the following request PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields Content-Type application/json Request body: { "OriginalImageLink": { …
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.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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.
.NET MAUI Android – HttpRequestException (UnknownHostException) – Unable to resolve host intermittently in production
Hello, I am using .NET MAUI (Android) with HttpClient This issue occurs in different scenarios. For example, one scenario is: StartPage → SplashActivity → MainActivity → Home → Atlas → Notification → Home (Card_Click) → after a few minutes, a…
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.