.net tag

160 questions


1 answers
100 views
0
Differences in Drawing by Version of .NET Framework

The .NET Framework 4.0 and 4.5 and 4.6 seem to have different drawing processes.I'm not sure what the difference is.Don't you know what the differences are?

2 years ago

1 answers
97 views
0
Error when attempting to deploy dnvm to use Omnisharp-atom in atom-editor

I would like to know how to successfully plug OmniSharp-atom into atom.We followed the instructions on the site below.https://note.nkmk.me/c-sharp-mac-atom-omnisharp/MONO installation completed succes...

2 years ago

1 answers
47 views
0
I want to allow ASP.NET site users access to files on the IIS server.

File upload control is pasted to ASP.NET web page.There is a mechanism for saving to a fixed-name file on an IIS server.Also, if there is a file saved in the previous operation, we have already done t...

2 years ago

1 answers
49 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
37 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
115 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
39 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
42 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
51 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
82 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
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.