169 questions
I would like to read the configuration file in the relative path from the current folder on several web programs at asp.net in C#.For example folder configuration below, I would like to be able to see...
If you set parameters using the Query Builder editor in VisualStudio, Is there a way to exclude the @code from the WHERE clause or cover everything?SELECT code, unit priceFROM COMMODITY MASTERWHERE co...
.NET applications are struggling with how to manage information that needs to be used in applications but cannot be shown to users.For example, DB connection information is required for applications, ...
If you have a library (dll) that is shared between WPF and Windows Forms, you can use theIs there any way to determine if the EXE that called the library is WPF, form, or console?You can also use refl...
It is written in C#.NET.If there is a code like the one below, I would like to use a conditional expression (IF statement) in the middle. Is it possible to write it down?If possible, how do you write ...
Thank you for your help.ASP.NET MVC has multiple controllers that inherit a common basic class, all configured with the same ActionFilter.public class BaseController:controller{ public MemberParam mPa...
I'm running a VB.NET program on my PC and importing Excel files.The program, which takes about 40 minutes until the middle of November, will take about 3 hours.The Excel file to be imported is edited ...
I would like to implement the process of receiving command line arguments in VB.NET.Environment.GetCommandLineArgs to examine the arguments one by one.Environment.GetCommandLineArgs Method (System)Is ...
I'd like to change the contents of the tag on vb.net, but I can't.When you first load the form, set 1 to the picturebox1 tag.When the form first appears, picturebox1 displays 1.png.Then click pictureb...
If ASP.NET Core v1.1 is numeric, there is a validation string that is automatically added. Is there a way to change it to Japanese?[Example]■ View model (excerpt) public class SampleViewModel{ Display...
« | - 16 - | » |
© 2024 OneMinuteCode. All rights reserved.