Гость » 09 мар 2024, 16:50
Последнее сообщение Гость «
Гость »
I saw a wrong explanation in an explanation video, but it was explained correctly in the video. The codes are as follows friends.
public User Put( User user)
{ var editedUser=_users.FirstOrDefault(x-> x.Id==user.Id)...
Гость » 09 мар 2024, 16:50
Последнее сообщение Гость «
Гость »
I have multiple section in FlowDocument as follows. Since there are multiple blocks inside FlowDocument and FlowDocument is inside FlowDocumentScrollViewer the content can be scrolled. Here, I am trying to detect the block that is currently visible...
Гость » 09 мар 2024, 16:43
Последнее сообщение Гость «
Гость »
I'm creating a .net web api with stock details that I've scraped from both Yahoo finance and Google finance but I need some help.
The first thing I noticed is that no one is using unique classes or IDs...
1.
Yahoo finance market price value (when...
Гость » 09 мар 2024, 16:36
Последнее сообщение Гость «
Гость »
I have this code that gets a blob storage file, extract it, it works when I test saving the result on my computer.
Now in stead of saving the file on local computer, I want to upload the extracted result to another blob storage. My challenge relays...
Гость » 09 мар 2024, 16:23
Последнее сообщение Гость «
Гость »
I am a little rusty in .net. I have an old site that I haven't touched in maybe 8 years. I need to make a minor change to one of the .vb files. Rather than looking for the visual studio project, I logged into the site and adjusted what I needed in...
Гость » 09 мар 2024, 16:19
Последнее сообщение Гость «
Гость »
I'm trying to achieve the following:
Let's say I have a GET endpoint where I can send MongoDB query-like filters, something similar to:
_id: { $eq: 65ec2f531142aac1738c2203 } }
I want to make this dynamic query with MongoDB where I can receive...
Гость » 09 мар 2024, 16:13
Последнее сообщение Гость «
Гость »
Am new to this topic and trying to create a fallback functionality on failure of log4net. and ofcs I have gone through few posts that is related to this topic.
My Custom Log4net Asynch Failover Appender Skips Messages
Below is the simple...
Гость » 09 мар 2024, 16:04
Последнее сообщение Гость «
Гость »
I've been looking through one of our server event log's and have noticed that the following event is being repeatedly logged recently. We've had no issues reported by any users, but is this something I should be worried about? Thanks
Гость » 09 мар 2024, 16:00
Последнее сообщение Гость «
Гость »
In ASP.NET we have IHttpClientFactory which its main benefit to my understanding is that we ask the framework for HTTP client instances and the framework reuses its instances so the OS would not run out of ports.
I need to create various libraries...
Anonymous » 09 мар 2024, 15:53
Последнее сообщение Anonymous «
Anonymous »
I am new to Unity and I am working on a car game project. I have pretty much finished the game however I would like to implement a leader board system in order for the user to see how well they've done in the past. I have already written the code to...
Anonymous » 09 мар 2024, 15:51
Последнее сообщение Anonymous «
Anonymous »
When I created a new C# project this morning using Visual Studio, I realized there is no file in Debug folder although in previous projects, this situation does not happen. Is there any way I can do to fix this ( I have tried reinstalling Visual...
Anonymous » 09 мар 2024, 15:17
Последнее сообщение Anonymous «
Anonymous »
I just start to learn unity and currently following the tutorial. I'm curious when I following the last section of the tutorial, I got NaN value in one of the code, so I tried to logging it to know where's the NaN came from.
I've tried to use this...
Anonymous » 09 мар 2024, 15:08
Последнее сообщение Anonymous «
Anonymous »
I have a code that looks like this:
public static async Task SendRequest(Client client, DateTime startTime, int offset)
{
TimeSpan timeToWait = startTime - DateTime.UtcNow + TimeSpan.FromMilliseconds(offset);
await Task.Delay(timeToWait);...
Гость » 09 мар 2024, 15:03
Последнее сообщение Гость «
Гость »
Brief: I'm facing a problem with setting Global Query Filter using Claim added to signed user.
Error scenario: when signing in ef core is still not loaded so OnModelCreating function is triggered that contains the configuration of my entities where...
Гость » 09 мар 2024, 14:57
Последнее сообщение Гость «
Гость »
I have a table like this:
Column A Column B Peter Apple Peter Orange Peter Melon John Apple John Potato John Melon Suzane Kiwi Suzane Cucumber Suzane Orange
I need to select values from Column A and values from Column B where Column B contains...
Гость » 09 мар 2024, 14:53
Последнее сообщение Гость «
Гость »
Brief: I'm facing a problem with setting Global Query Filter using Claim added to signed user. Error scenario: when signing in ef core is still not loaded so OnModelCreating function is triggered that contains the configuration of my entities where...
Гость » 09 мар 2024, 14:45
Последнее сообщение Гость «
Гость »
Currently working on a game using XNA with MonoGame but have run into a visual error while trying to render the background where it'll appear above sprites when it should always appear behind.
The background render target will occasionally flicker...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения