Category "c++sharp"

Where is "SetPassword" or "ChangePassword" in SQLiteConnection class?

I'm just learning how to encrypt/decrypt SQLite database. I found a way to encrypt, as in this post SQLite with encryption/password protection This page's bes

How can Outlook addin detect when an account is removed

I get accounts from Outlook like below. Outlook.NameSpace ns = null; Outlook.Accounts accounts = null; Outlook.Account account = null; string

Why are all the methods in Assembly-CSharp.dll empty?

I have recently decompiled the GameAssembly.dll from Among Us using Il2CppDumper-v6.7.6 My problem is that while i have the file Assembly-CSharp.dll open with

Combine Json and file upload in a controller

I'm trying to send a form with Angular to a controller that contains json and a file. [HttpPost("Save", Name = "SaveReportRequest")] public ActionResult<Repo

visual studio is running, but localhost can't connect

I have vs 2015, and a asp.net mvc 5 website. It was running fine until a while back, but just today I noticed it stopped working. When I start debugging, visual

Adding new Excel file to SharePoint - irgnore ask for check-in

I am adding a new excel file to a SharePoint Library. The Library requires check-in or check-out. When closing the excel workbook, a dialog pops up in the backg

C# Discord Embed Emoji Scraping

So I have set up a program that the goal of which is to run through every possible ID and test that ID to see if there is a discord emoji URL associated with it

c# Get name of variable(s) during object deconstruction

Given this code: var (c, d) = new Test(); This it possible to get the variables names from the Deconstruct method? public class Test { public void Decon

IBMMQDotnetClient vs IBMXMSDotnetClient

I am working on a project, which needs to connect to IBM MQ using c#, and considering which NuGet package is the best one. However, there are 2 NuGet packages I

How to customize all response in .Net Core?

Im using .Net Core to write a json api server, so I need customize all response to like: public class Result { public int Code { get; set; } public stri

Get windows 10 default like icons

I'm currently building a wpf application and am looking for a "generic" looking set of icons like they are used in windows explorer, they can be something betwe

Kendo UI datepicker incompatible with Chrome 56

After updating Chrome to version 56.0.2924.76 (64-bit), our Kendo datepickers stopped working. All datepickers were bound using ViewModels, and now they don't s

Reload Serilog JSON Configuration on changes in .NET Core 2.1

I'm currently working on a ASP.NET Core 2.1 application and I use Serilog for logging. I want to reload the application settings file for my Serilog implementat

gRPC with C# - "2 UNKNOWN: Stream remove"

I have created very simple gRPC server. It's a template project from Microsoft. csproj <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup&

How to set the base path or the ApplicationPath for ASP.NET MVC application

I have an ASP.NET MVC web application which I want to put behind NGINX reverse proxy. Currently the web application is served from the domain's root, i.e., http

Access private appointments in a shared calendar from Outlook add-in

I develop an Outlook VSTO add-in in C#. I need to read existing appointments from shared calendars to see busy time slots. I have the publishing editor permissi

Kestrel error: address already in use (dotnet core)

Summary: it works as dotnet run, but it doesn't work as dotnet myappname.dll. My linux skills are limited, but I am trying to go by the book so I don't mix thi

How do I clone existed complicated rows to the work sheet using openxml

I need to clone exists rows to the work sheet dynamically. ex. I wanna copy row 28, 29 and insert into 30, 31, or 32,33, or more maybe, it depends on the data r

Textbox text disappears when transparency turned on and control loses focus

I have researched creating a custom winforms Textbox that allows a transparent background. I read the StackOverflow post: Link to post. In that post dkiefer

Setting connection string with username and password in ASP.Core MVC

I am working on my first ASP.NET Core MVC application.What is the right way to specify the connection string in a ASP.NET Core MVC application with a sql server