Skip to main content
0 votes
1 answer
41 views

I am struggling with some algorithm to handle re-ordering of a C# data table based on a a column value. So, datatable, among other columns, has a RANK column. Through GUI, user can change the rank and ...
NoBullMan's user avatar
  • 2,252
0 votes
1 answer
44 views

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Pinegenegrator : MonoBehaviour { public GameObject pinePB; private float cd; public float ...
Minh Tiến Thái's user avatar
1 vote
1 answer
51 views

Below functionality is taking more time iteration, It's required to optimize code to improve the Performance to fetch data . can you help me how to optimize ? private List<ApplicationMenuItemDTO>...
user3683619's user avatar
0 votes
1 answer
117 views

static void Main(string[] args) { int[] numbers = new int[5]; int sum = 0; int i; Console.WriteLine("Input 5 elements in the array :"); for (i= 0; i < numbers....
red's user avatar
  • 3
0 votes
1 answer
63 views

I have XML like "<root><name>john</name><info>{\"age\":25,\"city\":\"NYC\"}</info></root>" When I used JsonConvert....
ritush love's user avatar
0 votes
2 answers
277 views

This is the tag <AntDesign.ProLayout.BasicLayout Logo="@("assets/logo.svg")" MenuData="_menuData"> When i remove the logo parameter like this: <AntDesign....
Martin Katumba's user avatar
0 votes
0 answers
108 views

I am creating a server for Rage MP, which is a client application for the online game GTA 5. To achieve this, I am using a bootstrapper to create a C# server. My goal is to create custom attributes ...
Locker's user avatar
  • 101
-1 votes
1 answer
315 views

I hope I will have the chance to find an appriate solution for my problem here .I'm trying to import the data from an excel file in my c# program, I don't know why but I can't see the value at that ...
elcapo's user avatar
  • 9
0 votes
2 answers
528 views

I have this component that goes into a form like <NumberWithNAAndAmberRanges2 @bind-BindNumber="LocVM.ChartDayStartMinute" NaName="Not Applicable" NaAllowed="true&...
Cain H's user avatar
  • 101
-1 votes
1 answer
84 views

I have created many Forms in Visual Studio using c#. After create them I want to test those Forms one by one. But after I tested the first Form, I want to test the second Form. But it not working, it ...
KONG's user avatar
  • 1
0 votes
1 answer
3k views

I am getting 401 Unauthorized while trying to access endpoints like clients like Insomnia, curl or regular get methods like httpContext.GetAsync(url);, but can access the endpoints through regular ...
Balaji's user avatar
  • 3
0 votes
1 answer
78 views

For referenece, I have attached the code for Customer Modal, Customer controller (Post request) and postman response, Customer Controller: (post Req) [HttpPost] public async Task<...
Harinder's user avatar
0 votes
1 answer
98 views

I have this script for my enemies health that I use for all my enemies. When the enemy dies I need it to disable the enemies movement. I have multiple different enemy movement scipts because some ...
Kurt Jensen's user avatar
-3 votes
1 answer
102 views

Does static method retain its result when shared across different users ( multi user environment ) static method private static async Task<IEnumerable<GetEmpResult>> GetEmpResultByEmpId(...
Earth's user avatar
  • 3,591
0 votes
0 answers
166 views

I am reading a csv file exported from another system and creating a record in microsoft dynamics crm using C#. However the status is different between the 2 systems so i have to read the statuses from ...
MVC_Nhibernate's user avatar

15 30 50 per page
1
2 3 4 5
243