I had something happen today that I had never experienced before.
By way of background, I had simply moved a fairly small block of code out of a method and put the code in a function the method could call. As soon as I ran the app, I'd reach the...
I'm trying to set the app icon for my maui app. Specifically working with android. My appicon is just a plain white svg while appiconfg has the actual app design.
Whenever I run the app, the app icon appears just plain white. Like appicon is being...
I want to create a new user using a CRUD Operation, with some information and a profile picture, but when i try to upload the picture it says that it is invalid
This is my model for the create page
using System; using System.Collections.Generic;...
I want to construct a website which contain open chat system, download and upload documents and gain tasks from user which can be completed by professionals and also add a payment system.
I want to the code and working procedure of this system....
Background: I'm using the C# .NET COM API to retrieve data from a source using an API, then loading that data into a spreadsheet using the .NET Excel interface. I'm also using the Excel interface to create a View Sheet , which I have conditional...
I have a duration say 400 seconds. Now in this duration I have to position sub durations like 5 seconds, 90 seconds, 20 seconds, 40 seconds as randomly as possible. See image below
I am not able to come up with any logic in C# coding. One...
I have two ASP.NET MVC applications with session configurations. When I log in from app1, that login is successful. After logging in from app2, it overwrites app1's session cookie and successfully logs in app2. But refreshing the app1 result...
I've recently embarked on the journey of game development and, as i'm sure many have, ran across Brackeys' videos. I watched and did as he said for his THIRD PERSON MOVEMENT in Unity video, and I keep getting an error...
I am trying to use Address Validation API C# client libraries. From this page, it is required to provide credentials in Application Default credentials (ADC). I am given Google API Key, but it is not clear how I use it to configure ADC. Does anyone...
I'm trying to Authenticate My Web Application using SAML token , I understand All the theory part but cant find any good resource for Asp.net SAML Example for asp.net c#. how to setup IDP(identity provider)locally for testing ,how to bypass my...
I tried to call the function below to flip my character game object, and it works just fine, but only if the animator component is disabled. For some reason if the animations run the transform will not change. I've been looking for hours for other...
I'm trying to create a daemon using Microsoft Graph API v1.0.
I've registered my app with application permission Calendars.ReadWrite and User.Read.All with granted admin consent.
I get the access token correctly and I call GetUserId that returns the...
var outputParameter = new SqlParameter { ParameterName = @ReturnMessage , SqlDbType = SqlDbType.VarChar, // Adjust SqlDbType based on your column type Direction = ParameterDirection.Output, Size = -1 }; var...
I used Custom Control class to create a panel that can hold many layers of controls separately, but I needed to add an in-editor usable button like Add Layer or Remove Layer . I looked over default controls and found that TabControl has like two...
I have a C# console program which starts calculator and simulates key presses. How do I programmatically press Enter?
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); // Activate an application window. public static...
{ approverSpv : { id : 176, isApproved : true }, approverManager : { id : 176, isApproved : true } } And I want to read those Approver id. Here are my Classes
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения