If i'm starting with the linerenderer materials and the first place is empty without any material the linerenderer is pink and then i'm trying to add the Defaul
I have a question. Since I was making my game(2D) in UNITY to work for PC, and now I want to switch platform for ANDROID. So my question is, can I put both cont
Layout page,Datatable Js and css added here Here is Category Index Page Datatable is working here Here is Product Index Page Datable is not working even though
I'm have try drawing color picker by Ellipse LinearGradientBrush. <Ellipse Width="200" Height="200"> <Ellipse.Fill> <VisualBrush Tile
I want to return C# class object instead of using JObject in here. Could someone can tell me how to use it. private async Task<JObject> GetReceiptById(str
UPDATE There has been quite a few changes in the code, but the problem still persists. I was able to delete from the customer table (and the entire row on the D
Web application has asp.net core identity implementation, in security testing of our application vulnerability is found-authentication bypass via response manip
The thing is that like in Django which you can add model properties without changing the model class using the @property decorator. I'm trying to achieve same w
I wrote the following code that successfully downloads a photo from the link. But I want to set a cancellationToken for the request that can be activated by pre
Hello Now I am trying to use Ocelot gateway Normally I have one api in different server such as https://server_domain.net/kpiDashboardApi without gateway if I
I have a hard time understanding the difference between those 3 things when creating a project using Xamarin.Forms or MAUI. I know what these are - INotifyPrope
I am trying to deal with a problem of with interfaces and implementations. See code below. public interface IMachine { string Name { get;
How can I shorten this code and avoid copying, what do you advise? The method is used to move the camera in space using buttons private void HandleMovementInpu
I need to be able to save and load answers that are entered by the User in a simple calculator program. Where should I put the code to read and write in the fol
am trying to find out why my C# 'hello world' program isn't running after installation and set up. this is my code below using System; namespace mysharpproject
I am working on a report in crystal-report which its columns are the days of month and as you know the number of the days changes every month. So my question is
In a .xaml file, I have a number of Textbox objects that are linked to data paths as such: <TextBox Text="{Binding Path=Var1}"> These variables (like Var
I have a program where I am assigning several variables from within a function. When I do the assignments manually it seems to work, but if I write a helper fun
I have a Automapper setup that was working on the v10 version but since i updated it to the latest v11, it wont work anymore. I have no clue what could be the i
I have code that generate order of obstacles: using UnityEngine; using System.Collections.Generic; public class GroundSpawner : MonoBehaviour { public G