visual-studio tag

144 questions


2 answers
112 views
0
Questions about how to manage your own classes [closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 4 years ago.4 years agoC++, Python, etc. are classified to make it easy for you to...


1 answers
138 views
0
ASP.NET Web API Cannot Connect to Azure Redis Cache

I'd like to access Azure Redis Cache from ASP.NET Web API.I implemented the controller by referring to this official document and blog, but I can't connect.How to use Azure Redis CacheUsing Azure Redi...


1 answers
129 views
0
Faster reading and writing of text data

We currently have a text file between the two applications.The text file contains the following descriptions:The number of lines is small, and there are currently only 198 lines.This is what the desig...

2 years ago

2 answers
64 views
0
How to write code that only runs when debugging python in visual studio

Is there a way to write code that only runs when debugging python in visual studio?With c++, I can use macros...Environmentvisualstudio 2019python 3.6

2 years ago

2 answers
114 views
0
About Windows EXE Executable Release

Compiled with Visual Studio (C#), I have a question about the release of the Windows EXE executable.Boot to Task Scheduler as a batch system, but Due to frequent system fixes, releases are required ea...

2 years ago

2 answers
144 views
0
Descriptions for logging that exist in a class.

We are developing it in .NET Framework 4.0.Logging descriptions are scattered throughout the class.Also, the log output description in the class makes the class unusable for general purposes.As the re...


2 answers
67 views
0
Using NativeMethods/SafeNativeMethods/UnsafeNativeMethods

Visual Studio's code analysis tool is warning against old P/Invoke code created by Euler.CA1060 'MyClass.WriteFile(...)' is a P/Invoke method and must be defined in the class named NativeMethods, Safe...

2 years ago

2 answers
133 views
0
Information About Installing OpenCV and CUDA

We are currently trying to build an environment for GPU programming using OpenCV.However, there are some problems and the installation (strictly lib, dll creation) will fail. If you know the cause, pl...

2 years ago

2 answers
76 views
0
I'd like to display an image of Python's matplotlib graph in the GUI created by VisualStudio(C#).

What I want to do is follow the title, and I would like to know how to display images of matplotlib graphs on the screen created by VisualStudio's .NETFramework.The flow is Click the button on the GUI...


1 answers
128 views
0
Understanding SSH Key Roles in AzureDevOps

I'm building AzureDevOps for version management in my company.So I have a user SSH key registration, but is this SSH key only used when I first clone locally from AzureDevOps?Or is it used to maintain...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.