134 questions with Developer technologies | .NET | F# tags

Sort by: Updated
1 answer

How to set ZKTECO USB fingerprint Reader as Windows Biometric Login terminal

Hi I have ZKTECO USB fingerprint Reader ZK9500R & i want to use it with my PC for Secure Biometric Login please Guide

Developer technologies | .NET | F#
asked 2023-02-01T17:22:41.46+00:00
jamal sultan 0 Reputation points
answered 2023-02-01T20:23:46.85+00:00
taha mousnia 0 Reputation points
0 answers

How to find pc is hacked or not

i nee to know my pc is haced or not

Developer technologies | .NET | F#
asked 2023-01-31T16:58:00.2033333+00:00
Abhinavkrishna V s 0 Reputation points
0 answers

How to go from 2004 to 21h2

Hi so i tried resetting my pc to go back to 21h2 but for some reason it made my winver go to 2004 when it originally was at 21h2 how do i go back to 21h2? My winver is currently at 2004

Developer technologies | .NET | F#
asked 2023-01-24T02:33:11.2266667+00:00
Jas 0 Reputation points
2 answers

The program does not run for me

It doesn't run this code for me and gives me these errors. `module Configuracion_ventanas_Consola_CF open System // Título de la ventana. Console.Title -> "Título de la ventana"; // Tamaño de la ventana, x, y…

Developer technologies | .NET | F#
asked 2023-01-22T14:07:24.03+00:00
Metaconta 66 Reputation points
answered 2023-01-22T19:01:55.0066667+00:00
Santhi Swaroop Naik Bukke 595 Reputation points
1 answer One of the answers was accepted by the question author.

window settings

Hello: I have the code in C# and I want to adapt it in F#. What it does is configure the window in the console, enter a text and indicate its coordinate. Some help? C# code: using System; namespace Configuracion_ventanas_Consola_CS { …

Developer technologies | .NET | F#
asked 2022-03-17T05:20:24.347+00:00
Metaconta 66 Reputation points
accepted 2023-01-22T14:03:44.7466667+00:00
Metaconta 66 Reputation points
0 answers

Unable to map SharePoint site in file explorer due to trusted site issue

Hi All, I'm Unable to map SharePoint site in file explorer due to trusted site issue. I have added SharePoint site that is "domain.sharepoint.com" via GPO in edge policy. After gpupdate i see the SharePoint site is listed in trusted site zone…

Developer technologies | .NET | F#
asked 2023-01-14T18:19:29.56+00:00
Madan shekar 0 Reputation points
2 answers

i everyone i have a probleme to update gridview with contextmenu

hello to all I would like to please create a gridview with a contextual menu which will have the effect of recovering the information of the column on which we click, to recover all this information and display it in another gridview or in order to to be…

Developer technologies | .NET | F#
Developer technologies | ASP.NET | Other
asked 2022-10-17T11:07:37.233+00:00
david 237 41 Reputation points
commented 2022-10-19T16:33:46.293+00:00
Bruce (SqlWork.com) 78,236 Reputation points Volunteer Moderator
0 answers

F# and Visual Foxpro Sintaxis

Could someone give me an example of F# Visual Foxpro Syntax. Thank you very much.

Developer technologies | .NET | F#
asked 2022-10-07T16:29:44.577+00:00
DSanchez 1 Reputation point
1 answer

which vs of visual studio supports .net core 3.1 vs

which vs of visual studio supports .net core 3.1 vs

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | .NET Runtime
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Setup
Developer technologies | .NET | F#
asked 2022-06-23T10:53:58.12+00:00
Harshali Choudhary 1 Reputation point
answered 2022-06-23T13:05:50.097+00:00
Bruce (SqlWork.com) 78,236 Reputation points Volunteer Moderator
0 answers

Defining ACI instance in C# with automatically generated Public IP

Hi - I've got two implementations for an Azure container Instance, one which automatically creates a public IP in the Container Instance Overview blade (or uses a default setting I'm not aware of) and one which does not allow me to set the public IP to…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
Developer technologies | .NET | F#
asked 2022-04-25T14:51:18.817+00:00
Christopher Dunderdale 1 Reputation point
commented 2022-04-27T16:27:59.75+00:00
shiva patpi 13,366 Reputation points Microsoft Employee Moderator
0 answers

Visual Studio Build tools 2022 did not follow the correct Build Hierarchy

I have a solution with multiple projects. The solution can be build correctly in the Visual studio 2022 Profesional IDE. I want to build this solution on a (Jenkins) buildserver. On the buildserver I installed the Visual Studio Build tools 2022. When I…

Developer technologies | .NET | F#
Community Center | Not monitored
Developer technologies | C#
asked 2022-03-08T10:47:51.76+00:00
Alfred Doorn 1 Reputation point
commented 2022-03-10T09:22:33.663+00:00
Tianyu Sun-MSFT 34,451 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

What is the update cycle for .NET runtime on Azure Web Services? When will 6.0.3 be installed?

We run our app in an Azure WebService, which currently has .NET runtime 6.0.1 installed. When will 6.0.3 be available (including a fix for F# task CEs)? Or more generally, what is the update cycle for .NET runtime versions on Azure WebApps?

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | F#
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,977 questions
asked 2022-03-09T08:24:42.753+00:00
Urs Enzler 41 Reputation points
commented 2022-03-09T16:22:29.98+00:00
Urs Enzler 41 Reputation points
2 answers

Discriminated union with list of named fields in tuple

Hi, In C# I can create a list of tuples with named fields, such as: new List<(Guid stageId, Guid formId)>() Is it possible in F# to declare a Discriminated Union with list of tuples with named fields, for example: type Assignment = …

Developer technologies | .NET | F#
asked 2021-04-27T21:12:23.187+00:00
0-gravity 1 Reputation point
answered 2022-01-19T03:48:21.583+00:00
Billy Anderson 1 Reputation point
0 answers

Statement for colour

Hello, I have a question about if statement in LinQ. i have a statement: <cell class="iv-report-cell-left"><db:value-of select="Client" /></cell> How can i add a statement such as: if…

Developer technologies | .NET | F#
asked 2021-02-24T10:30:01.417+00:00
Anonymous