Гость » 03 мар 2024, 10:23
Последнее сообщение Гость «
Гость »
I have a C# console application that must be run every minute to check data, therefore I use a task scheduler. However, the time available to repeat the task is limited in the Windows 11 task scheduler.
Гость » 03 мар 2024, 10:16
Последнее сообщение Гость «
Гость »
I am working on a small scale game engine and have reached a point where I would like to destroy a Game Object (destroy meaning all references to an object become null). This is important because even if I remove the object from the list of objects...
Гость » 03 мар 2024, 10:08
Последнее сообщение Гость «
Гость »
so I've been working on something for the past few days and currently at the point of implementing the server, but having a little problem finding the correct avenue for getting access to accounts
Гость » 03 мар 2024, 10:08
Последнее сообщение Гость «
Гость »
What are the differences between these examples?
//example A public class Product { public string Name { get; set; } = Limited Edition Item } //example B public class Product { public string Name { get; set; } => Limited Edition Item } //example C...
Гость » 03 мар 2024, 10:01
Последнее сообщение Гость «
Гость »
I should consume a rate limited rest service on cloud that allows 120 requests per minute.
I am using dotnet core background application that runs and consume this service on kubernetes multiple pods. So I use a kafka queue to collect requests to...
Anonymous » 03 мар 2024, 09:48
Последнее сообщение Anonymous «
Anonymous »
I have an IEnumerable of an item class defined like this:
class Checkup { public Guid SubjectGuid { get; set; } public Guid DoctorGuid { get; set; } public DateTime Date {get; set;} } For example I have the following data set:
Anonymous » 03 мар 2024, 09:35
Последнее сообщение Anonymous «
Anonymous »
I have very weird issue below is a service which called by controller, it's returning different result without any change on passed parameter or on the data set
so for example in first run it shows me the found result as 15 and not found is 25,...
Anonymous » 03 мар 2024, 09:25
Последнее сообщение Anonymous «
Anonymous »
I have these entities in my business:
class Team { public int Id { get; set; } public string Name { get; set; } public List Members { get; set; } } class Member { public int TeamId { get; set; } public int UserId { get; set; } } The business rule...
Anonymous » 03 мар 2024, 09:02
Последнее сообщение Anonymous «
Anonymous »
I the code below I have a TSql query which has Or condition in its join. If I want to convert it to Linq in C# how can I rewrite it.
SELECT P.Id AS ProductId FROM generalinv.InventoryTypeProductTypeMapping AS ITM INNER JOIN master.Product AS P ON...
Anonymous » 03 мар 2024, 08:48
Последнее сообщение Anonymous «
Anonymous »
I am creating a new .NET 6.0 application in Visual Studio 2022. When I run the default HomeController, the application is throwing a runtime exception saying index.cshtml was not found. But in the Views folder, I am able to see that file....
Anonymous » 03 мар 2024, 08:24
Последнее сообщение Anonymous «
Anonymous »
As you all probably know, our step-by-step Debugging efforts can take a sizeable amount of time. It often serves us to take that time while our App is running and 'waiting' for us to eventually hit the 'Continue' button.
Anonymous » 03 мар 2024, 08:02
Последнее сообщение Anonymous «
Anonymous »
I've deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I've fired up dnx web and it is listening to port 5000 and works fine when accessing from local computer.
How do I get it to listen to non-localhost requests?
Anonymous » 03 мар 2024, 07:53
Последнее сообщение Anonymous «
Anonymous »
I have an MVC application -->MyApp, I have a controller --> mycont. When I enter my site as /MyApp/Mycont/index, it goes to the index page as expected. When I type my site as /MyApp/Mycont, I get a 403 access denied message.
Here is my route...
Anonymous » 03 мар 2024, 07:44
Последнее сообщение Anonymous «
Anonymous »
I am working on a small scale game engine and have reached a point where I would like to destroy a Game Object (destroy meaning all references to an object become null). This is important because even if I remove the object from the list of objects...
Anonymous » 03 мар 2024, 07:28
Последнее сообщение Anonymous «
Anonymous »
I am receiving and object from a JS calendar via JSInterop in Blazor. I have a C# interface and class that represents the JS object. A few properties are not being deserialized. In Particular the End Property.
Anonymous » 03 мар 2024, 07:26
Последнее сообщение Anonymous «
Anonymous »
I have a class like this:
public class MyFolderRefresher { public async Task OnRename(RenamedEventArgs e) { // do something } } public class MyDisposableListOfFileSystemWatchers : IDisposable { private List _mWatchers; private MyFolderRefresher...
Anonymous » 03 мар 2024, 06:57
Последнее сообщение Anonymous «
Anonymous »
Blazor has a callback AsyncEventHandler struct that is used for declaring events in a component. Here’s a useful discussion about how to get called by the event.
I’ve found that the method assigned to an AsyncEventHandler can return void or Task....
Anonymous » 03 мар 2024, 06:54
Последнее сообщение Anonymous «
Anonymous »
Im a newbie at unity, i have some eror when i want to build my file. I've some eror with graddle. I check console :
Starting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details
Configure project...
Anonymous » 03 мар 2024, 06:50
Последнее сообщение Anonymous «
Anonymous »
Blazor has a callback AsyncEventHandler struct that is used for declaring events in a component. Here’s a useful discussion about how to get called by the event.
I’ve found that the method assigned to an AsyncEventHandler can return void or Task....
Anonymous » 03 мар 2024, 06:22
Последнее сообщение Anonymous «
Anonymous »
Update
I have determined (a) what the problem was, (b) how to fix it, and (c) how to simplify the diagnostic process whenever something similar pops up again.
However, none of that information will ever be made available by me on StackOverflow...
Anonymous » 03 мар 2024, 06:06
Последнее сообщение Anonymous «
Anonymous »
i have the following error message:
Unable to create a 'DbContext' of type ''. The exception 'No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения