net tag

169 questions


1 answers
52 views
0
Is there a way to read configuration files from multiple applications in the IIS worker process with relative path specification?

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...

2 years ago

2 answers
40 views
0
How to Delete or Target All Parameters Created in the SQL Editor

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...

2 years ago

1 answers
124 views
0
How to store information that cannot be shown to users in .NET applications

.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, ...

2 years ago

2 answers
43 views
0
I would like to decide whether it is WPF or form from the DLL side at the time of execution.

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...

2 years ago

2 answers
45 views
0
Is it possible to include a conditional expression during List type initialization?

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 ...

2 years ago

1 answers
53 views
0
In ASP.NET MVC, I want to set the controller properties from ActionFilter.

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...

2 years ago

1 answers
90 views
0
Understanding Excel File Operations in VB.NET Programs

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 ...

2 years ago

1 answers
86 views
0
In VB.NET, write a brief description of the process of receiving command line arguments (like Getopt in Perl)

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 ...

2 years ago

1 answers
63 views
0
Unable to Change Tag Contents on vb.net

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...

2 years ago

1 answers
53 views
0
I want the Validation string to be in Japanese.

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...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.