c# tag

485 questions


1 answers
47 views
0
I'm trying to move objects by keystroke in Unity, but how do I stop processing until keystroke?

If it is a game that is supposed to move frame by frame like action, I think it would be good to add a function of movement processing to Update and loop the function at the frame update interval, but...

2 years ago

3 answers
34 views
0
Is there an option to use the var keyword in the code cleaning settings in StyleCop and should I use the var keyword? [Closed]

Do you want to improve this question?Update your question, Edit this post to be answered with facts and quotes.Closed 7 years ago.7 years agoThere is an option to use the var keyword in StyleCop's cod...

c#
2 years ago

2 answers
146 views
0
Page transitions in selenium webdriver

After logging in using WebDriver and logging in at the login screen, I would like to transition to another page on that browser page, but I am troubled that it does not.The following sourceslogin func...


1 answers
85 views
0
How to Pass Multiple ViewData.Models to View in C#MVC4

If I use multiple models to view the view, how do I pass it over?public ActionResult Index() { using(var context=new testDBEntities()) { // First Model ViewData.Model=(from u in context.test1data)...

2 years ago

1 answers
91 views
0
Upload multiple ASP.NET CURL binary data

ASP.NET MVCC#Inheriting apiController to create WebAPI.Previously, during development, one type of binary data was included in the requested body for POST.curl --data-binary@filenamecontroller post (b...

2 years ago

1 answers
110 views
0
How to enable scrolling when listView.IsEnabled=false

Creating WPF with C# (.net5) in VisualStudio 2019.Check boxes and text are placed in the listView in the screen, and the input is made possible.Among them, we control the activation/inactivity of the ...

2 years ago

1 answers
35 views
0
If you write the code, it says that the entry point does not contain the main method.

Start the following codeSeverity level code description project file line suppression stateError The CS5001 program does not contain the appropriate static 'Main' method at the entry point. Project 26...

c#
2 years ago

1 answers
123 views
0
The visual studio cannot connect to the server.

Using Visual studio 2017, I tried to write and verify programming with a simple WebFormApplication to verify connectivity with SQL Server, but the test connection and build went well, but when I actua...


1 answers
74 views
0
I want to set content and script for each area in ASP.NET MVC.

Developed in ASP.NET MVC5 (Visual Studio 2013 Update 4) environment.Content (e.g., css) and Script (e.g., Javascript) usually create and expand folders directly under the project.Is it possible to pla...

2 years ago

4 answers
35 views
0
About Open Source Encryption

in open source programsEncrypting sensitive data using a common key encryption method such as AES If you publish key, IV with the source Encryption is meaningless.I thought about setting up a simple P...

c#
2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.