Anonymous » 02 мар 2024, 14:33
Последнее сообщение Anonymous «
Anonymous »
I have a ListView which correctly sends the selected items on SelectionChanged to my ViewModel. When an item or items are selected, the SelectionChanged property sends the selected items. But when unselecting an item or several items, it does not...
Anonymous » 02 мар 2024, 14:32
Последнее сообщение Anonymous «
Anonymous »
Iam created a new asp.net core web api using visual studio 2022 and asp.net version 8.0. my problems are asp.net core web api iis publish succesful but only get data weatherForecast api(this is sample api). but my new api data not get. my database...
Anonymous » 02 мар 2024, 14:27
Последнее сообщение Anonymous «
Anonymous »
I have an application based on Josh Smith's MVVM Demo, with the business logic replaced. The user clicks links that dynamically generate tabs. Each tab has a view and viewmodel. The tab views contain child views one of which contains multiple...
Anonymous » 02 мар 2024, 14:23
Последнее сообщение Anonymous «
Anonymous »
I'm trying to make a gameobject teleport another gameobject
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Teleport : MonoBehaviour { public Transform teleportPoint; private void...
Anonymous » 02 мар 2024, 14:20
Последнее сообщение Anonymous «
Anonymous »
I'm trying to extend the identity entities however am experiencing an issue with my entity which extends from IdentityUserRole, giving a runtime error of:
Unable to create a 'DbContext' of type ''. The exception 'The entity type 'IdentityUserRole'...
Anonymous » 02 мар 2024, 14:20
Последнее сообщение Anonymous «
Anonymous »
I want to align datagridview columns to right but I dont want to change width of column of my datagridview which I set. I've got eight columns second column's property resizable is set to true the rest is resizable = false. When I expand...
Anonymous » 02 мар 2024, 14:01
Последнее сообщение Anonymous «
Anonymous »
I am a beginner in the ASP.NET Core. Now, I am building diploma project EducationManagementSystem for teachers . Of course, I understand, that it's a difficult project for beginners, but in the process of development I ran into a problem. So, the...
Anonymous » 02 мар 2024, 13:58
Последнее сообщение Anonymous «
Anonymous »
I want to display data from two tables Purchase bill and Purchase bill details purchase bill is the main table and when we pass purchase bill id want to get purchase bill item details from sub-table. I have pasted the code what I have tried.but this...
Гость » 02 мар 2024, 13:47
Последнее сообщение Гость «
Гость »
Some context: I am working on a networking solution. This includes an ID system (the SharedID class) so that the client can easily refer to any shared object by specifying the ID.
I want to keep track of all objects (this part is easy), but...
Гость » 02 мар 2024, 13:27
Последнее сообщение Гость «
Гость »
I want to align datagridview columns to right but I dont want to change width of column of my datagridview which I set. I've got eight columns second column's property resizable is set to true the rest is resizable = false. When I expand...
Гость » 02 мар 2024, 13:19
Последнее сообщение Гость «
Гость »
I'm newbie in asp.net webform. I have so many problems that's almost I got solution from StackOverflow. But Now I'm facing an issue and can't get any desired solution, So, I'm writing this question. I want a textbox to autocomplete with JQuery...
Гость » 02 мар 2024, 13:17
Последнее сообщение Гость «
Гость »
I want to display data from two tables Purchase bill and Purchase bill details purchase bill is the main table and when we pass purchase bill id want to get purchase bill item details from sub-table. I have pasted the code what I have tried....
Гость » 02 мар 2024, 13:03
Последнее сообщение Гость «
Гость »
So I'm working around to add the new passkey technology to my .NET website. I was able to register the passkey, and save the public key to the database. However, I'm stuck with the authentication part. Google says core of the authentication is...
Гость » 02 мар 2024, 13:02
Последнее сообщение Гость «
Гость »
I currently have an API request that I make with Avalonia C# and I manage to return the entire JSON as a result but cannot retrieve each element in a foreach. Here is the current code:
// Get servers infos private async Task GetServersInfos() {...
Гость » 02 мар 2024, 12:55
Последнее сообщение Гость «
Гость »
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.
Гость » 02 мар 2024, 12:54
Последнее сообщение Гость «
Гость »
I am using a singleton that runs across multiple scenes (Dont Destroy on Load) that has access to methods and variables used to save & load values using player prefs. Everything works out well except for the currentAmount which is an int variable....
Гость » 02 мар 2024, 12:46
Последнее сообщение Гость «
Гость »
I am trying to make a FakeDbContext with a FakeDbSet for unit testing.
But I get the following error (see below). I am extending DbSet so normally IDbAsyncEnumerable should be implemented. And when I implement it, it says that it has no use....
Гость » 02 мар 2024, 12:46
Последнее сообщение Гость «
Гость »
In my application I have an entity called Board. This board has a list of the Column entity. When I am trying to get a specific Board and include the Columns with EF Core, I am geting the Sequence contains more than one element. Error.
Гость » 02 мар 2024, 12:37
Последнее сообщение Гость «
Гость »
Is there an easy way, without looping over all the items in an array manually, to convert to a SelectList from an array of strings for a drop down menu?
Гость » 02 мар 2024, 12:23
Последнее сообщение Гость «
Гость »
PC1 has Zenon runtime installed PC2 has application written in C# .NET application wants to connect to Zenon runtime SCADA present on remote system and fetch Project, variables .
How programatically(C#.NET) I can connect to zenon runtime on remote...
Гость » 02 мар 2024, 12:17
Последнее сообщение Гость «
Гость »
I have a class with Microsoft.AspNet.Identity.UserManager injected, and I want to expect the userManager.CreateAsync(user, password) method to return a Task where the IdentityResult.Succeeded = true. However, the only available constructors for...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения