menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
c#
Recent questions tagged c#
1
vote
1
answer
How do I terminate the application so that IIS Express does not start it on a new request?
How do I terminate the application so that IIS Express does not start it on a new request?
There is a standard ASP.NET Core application that implements a simple REST API. The form has an exit button. The output function does everything possible ))) I know i ...
iis
c#
by
Fly3110
asked
Sep 21, 2021
1
vote
1
answer
About the new operator in c#?
About the new operator in c#?
решено, ++++++++++++±+++++++++++++++±+++++++++ ...
c#
by
NOblo
asked
Sep 20, 2021
1
vote
2
answers
How do I write a program to sort text into words?
How do I write a program to sort text into words?
I need to write a program that works like this: user input - word1 word2 word3 The program creates a variable string text then the variable string words and the va ...
c#
by
Shroud228
asked
Sep 20, 2021
1
vote
1
answer
How do I add multiple numbers for a calculator?
How do I add multiple numbers for a calculator?
I'm writing a calculator in C# (UWP), I can't figure out how to add/subtract/split/etc multiple numbers, not 2. Now I have this code (it can only count 2 numbers, if you ...
c#
by
Ryuk124
asked
Sep 20, 2021
1
vote
3
answers
How do I calculate the number of iterations of a cycle in 1 second?
How do I calculate the number of iterations of a cycle in 1 second?
Greetings, a rather trivial problem has appeared, but I have been puzzling over it for half an hour. I need to count how many times the loop goes through in 1 second, t ...
c#
by
RoxxelRoxx
asked
Sep 20, 2021
1
vote
4
answers
C# .net 3.1 program closes randomly, where to go?
C# .net 3.1 program closes randomly, where to go?
In fact, not so long ago I was finalizing a project. The program shuts down arbitrarily after a certain amount of time. Where to look? ...
c#
by
Rasse
asked
Sep 20, 2021
1
vote
1
answer
Unity animations playback delay?
Unity animations playback delay?
There is an object with three animations: rest, run, jump. The character has a collider at his feet, which checks whether the character is on the ground or not. If the ...
c#
unity
by
piffo
asked
Sep 20, 2021
1
vote
1
answer
How do I enable CORS in asp.net core?
How do I enable CORS in asp.net core?
I enabled CORS on the server asp.net core, but it still does not want to handle requests from my browser, but in Postman everything works fine Maybe someone has encount ...
javascript
asp.net
c#
by
SimonMiler
asked
Sep 20, 2021
2
votes
1
answer
How do I play the StoryBoard animation in a Tapped event?
How do I play the StoryBoard animation in a Tapped event?
There is an application UWP, it navigates through pages displaying different content. In a separate xaml file drew the animation of pressing the screen (about as on thi ...
c#
xaml
by
zhuravlevkk
asked
Sep 20, 2021
4
votes
3
answers
How to parse Word/Excel in .NET Core on Linux?
How to parse Word/Excel in .NET Core on Linux?
I made an ASP.NET Core project, how do I save and read the data in Excel(xlsx) format? In Word(docx)? Is there a solution that works equally on WIndows, Linux, macOS fo ...
c#
by
cursor_pointer
asked
Sep 20, 2021
1
vote
1
answer
How do I access all the GO components in Unity?
How do I access all the GO components in Unity?
I can't access all the components attached to the camera. The GetComponents method doesn't work, it asks you to type the parameter, and when I do, it says ErrorUnityEn ...
c#
by
sindenlightogun
asked
Sep 20, 2021
1
vote
1
answer
How do I track changes in a folder?
How do I track changes in a folder?
C# after pythona, something does not go )) I go to the off-site documentation to find FileSystemWatcher . I insert the code, it does not work, the question is HOW? C ...
c#
by
goryaginevg
asked
Sep 20, 2021
1
vote
1
answer
How do I make my own path to a directory in Windows Explorer?
How do I make my own path to a directory in Windows Explorer?
The point of the question is the idea of creating your own addressing to files, both from your own C# application, and the possibility to use this addressing by other ap ...
windows
c#
uri
by
spark108
asked
Sep 20, 2021
1
vote
6
answers
Where do I start learning C#?
Where do I start learning C#?
Hello, I'm a newbie in IT, and I would prefer to start my way with gamdev. I already figured out what it takes and chose to learn C# since I will be making 2D games with ...
it-education
c#
unity
by
Mordred769
asked
Sep 20, 2021
1
vote
1
answer
How do I process received JSON in unity - it throws an error?
How do I process received JSON in unity - it throws an error?
Guys, help out unintelligent, I ran into a problem that, send a post request to the server, the server generates the key, and sends it in JSON, however, no matter how mu ...
json
c#
unity
by
tentrun
asked
Sep 20, 2021
1
vote
4
answers
What is "!="?
What is "!="?
I don't understand this line: if (Row_Text_Box.Text != "" && Col_Text_Box.Text != "") What does it mean != ? ...
c#
by
ALmA113_03
asked
Sep 20, 2021
1
vote
2
answers
Why is a simple c# file detected as a Trojan?
Why is a simple c# file detected as a Trojan?
I decided to master c# and cobbled together a simple program that outputs text in the console. I decided to make fun of it and give it to a friend, saying that your PC i ...
viruses
c#
antiviruses
by
ShiyanoTetsu
asked
Sep 20, 2021
1
vote
1
answer
How do I zoom in on a number when I click?
How do I zoom in on a number when I click?
Hi! I apologize for the silly wording in the title, That's what I want to do - but I can't figure out how: there are 2 buttons ( bt1 , bt2 ) bt1 - responsible for in ...
c#
by
AlexsandrLomaev
asked
Sep 20, 2021
2
votes
2
answers
How do I set up routing between projects in ASP.NET Core 3.*?
How do I set up routing between projects in ASP.NET Core 3.*?
Hello, everyone! There is a main Project.WebApp project in ASP.NET Core 3.1, as well as another Project.Blog, which is in the Features folder. It was decided to divide ...
c#
by
skany
asked
Sep 20, 2021
3
votes
6
answers
C# or Python on Linux and Windows?
C# or Python on Linux and Windows?
Hi! I have a task to make a small database application. I want to use SQLite, because the application there is essentially CRUD. I can't decide what language to use so ...
linux
python
windows
c#
by
ruslan-smirnov
asked
Sep 20, 2021
Page:
« prev
1
2
3
4
5
...
316
next »