menu

Recent questions tagged .net

1 vote
1 answer
How do I capitalize field names in JSON in ASP Net core? I have a class: class Step { public int idStep { get; set; } public string StepName { get; set; } public int GlassCount { get; set; } publ ...
by xasya89
asked Mar 7, 2021
2 votes
1 answer
How do Anticheat's ObscuredTypes work? Good afternoon! I've told you 20 times already that I'm making my own game, and now I want to protect it from swapping values in RAM. I've seen clips where they just ...
by iDmitriyWinX
asked Mar 6, 2021
1 vote
2 answers
Where do I store temporary form data when the user fills it out? Colleagues, good time! I'm working on a web project where the user has to fill out a survey form in 6 steps, with lots of instances, checkboxes and pictures. I have a qu ...
1 vote
2 answers
How to automatically initialize object properties? Good afternoon. There is an array of POCO objects with properties. There are seven of these properties so far, but there may be more. From this array, I selectively crea ...
by oZ-Zo
asked Mar 2, 2021
1 vote
1 answer
How do I fix incompatible .NET versions? I created a project with business logic, then created a project with the interface of the program, in the interface project I made a link to the project with business lo ...
1 vote
2 answers
Authentication and authorization in net core what do you use? To be honest, I'm tired to attach an identity server to my project. For some reason, they are sure that their server should be freestanding. Separate joke is the logout ...
by firedragon
asked Feb 26, 2021
3 votes
1 answer
How do I solve this problem in net core 3.1? After uploading the project to windows hosting gave the error "HTTP Error 500.0 - ANCM In-Process Handler Load Failure", on the hosting site the solution to this problem ...
by gamma06
asked Feb 26, 2021
2 votes
1 answer
How to write an mpeg stream parser in c There is a link to the streaming video. I need to write an mpeg stream parser using the capabilities of the .net platform. I couldn't find which way to dig, I tried to g ...
by keeper_of_the_comp
asked Feb 24, 2021
7 votes
6 answers
What hosting can I put a telegram bot written in .net core on? I recently wrote a bot for telegram. I would like it to work all the time, not just while the program is running on my computer. What are some free hosts for .net core? ...
by DGash
asked Feb 23, 2021
1 vote
1 answer
Xamarin+Android: why does SendAsync hang when debugging on the device? I just started to try Xamarin, no experience. Debugging, for technical reasons, I can only on the device. I wrote a simple code to communicate with my site, but SendAsyn ...
by MaxFloat
asked Feb 23, 2021
1 vote
1 answer
How, using the log4net appender, to write to the file in Cyrillic? Good afternoon, dear colleagues. The project uses log4net. There was a need to write in a log response to API, which sends a message in Cyrillic. In the response heade ...
by meridbt
asked Feb 22, 2021
1 vote
1 answer
1 vote
2 answers
How do I make a permanent random variable call? The randomPer variable constantly outputs the same thing... Only if the console is restarted there will be a new variable and so constantly. Restarting is not an option. ...
by PavelVlas
asked Feb 16, 2021
1 vote
4 answers
Visual basic.net is dead? The actual question is in the header ...
1 vote
1 answer
Which versions of CoreCLR are compatible with each other? Question out of curiosity. Different versions of the .NET Framework had good compatibility of versions with each other. As a rule, uncomplicated programs could work on n ...
by ATauenis
asked Feb 14, 2021
1 vote
1 answer
How do I add an element to an array correctly? For the function to work, an array must be passed to it in this form: var ids = new long { 181105378, 252264908 }; But in this case, the elements are added to it at on ...
by andrey_levushkin
asked Feb 13, 2021
1 vote
1 answer
How do I make friendly urls correctly? I want to make instead of the standard url address like site.ru/Home/Info/Page a convenient link in which there will be no controller and no action, i.e. to get it like ...
by Wintego
asked Feb 13, 2021
1 vote
1 answer
How do I disable SSL when using WebClient? Greetings, stranger! I wrote a little console application to work with the telegram bot. And it works fine on my laptop. But on the PC, which I want to use as a server ...
by rocket_media
asked Feb 12, 2021
1 vote
2 answers
Why doesn't In Memory Database autogenerate int property? In Memory Database does not autogenerate int property, what? I'm trying to detect a simple intrinsic value builder.Property(x => x.SerialNumber).ValueGeneratedOnAdd( ...
by netcore
asked Feb 12, 2021