Microsoft Q&A

.NET Internet of things

22 questions

.NET: Microsoft Technologies based on the .NET software framework.
Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.

Browse all .NET tags

22 questions with .NET Internet of things tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Is there a Event handler available on .Net / c++ /c# for Wireless profile added event and deleted event?

I want to register a Windows app for listening to Wireless profile changes (Addition or Deletion) performed on Windows settings or by executing netsh commands from CMD. Is there any event handler available for the same? If yes, how to register for the…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
981 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,079 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
470 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
1,981 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2023-02-01T15:48:01.6966667+00:00
Shivanand Rao A V 20 Reputation points
commented 2023-02-03T04:14:04.5166667+00:00
Shivanand Rao A V 20 Reputation points
1 answer One of the answers was accepted by the question author.

crystal report 13 log on prompt on runtime

while running my crystal report web application I am stuck in log on loop unable to run crystal report. Recently I have migrated my project from crystal report 11 using visual studio 2002 to crystal reports 13, have made all the connection from oracle…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
981 questions
.NET Standard
.NET Standard
A formal specification of .NET APIs that are available on multiple .NET implementations.
492 questions
Microsoft Graph Reports API
Microsoft Graph Reports API
A Microsoft API that enables you to understand application and resource activity in your Azure Active Directory (Azure AD) tenant.
84 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,240 questions
asked 2022-12-20T05:22:47.2+00:00
Sandeep 21 Reputation points
accepted 2022-12-20T08:09:05.997+00:00
Sandeep 21 Reputation points
1 answer

How to add IoTHub in Networking port rules of a VM

I want to add the IoT Hub and Azure Container Registry in the Destination of Outbound port rule of a azure VM where IoT Edge runtime is installed, so that IoT Edge can send data only to specific IoT Hub. I tried by adding the hostname of the IoT Hub but…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
406 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
257 questions
asked 2022-11-11T09:44:13.01+00:00
Satyam Chauhan 192 Reputation points
answered 2022-11-28T09:50:30.08+00:00
Vishu Tyagi 1 Reputation point
4 answers

windows iot core dashboard does not download

can't download windows iot core dashboard || Please Help me !!

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
Windows 10 IoT Core
Windows 10 IoT Core
An Azure subscription offering that provides the essential services needed to commercialize a device on Windows 10 IoT Core.
239 questions
asked 2022-10-29T09:09:23.873+00:00
Suresh Bhati 1 Reputation point
answered 2022-11-14T02:16:34.02+00:00
Seeya Xi-MSFT 15,111 Reputation points Microsoft Vendor
1 answer

Azure block some requests to .NET 6 API

Hello, I'm migrating from ASP.NET Core 2.2 to ASP.NET Core 6 on Azure. I have several modified Raspberry Pi(StratoPI) that make request every 10 seconds to .NET Core portal after some operations response back. On localhost, everything works…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,832 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,323 questions
asked 2022-09-26T14:31:02.11+00:00
Simeon 1 Reputation point
answered 2022-10-03T09:53:56.183+00:00
Simeon 1 Reputation point
3 answers One of the answers was accepted by the question author.

UdpClient Class exsample appears to eat memory until it stops

I modified the example posted in doc UdpClient Class so it can operate in a loop. It runs a while and then it stops while I need it to run forever. The code to reproduce: …

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2022-09-16T10:47:02.863+00:00
Jan Flikweert 21 Reputation points
answered 2022-09-20T19:47:15.223+00:00
Jan Flikweert 21 Reputation points
2 answers

Azure IOT Hub Service Client SDK Issue --> Invoke Device Method fails after sixteen method calls

I am having issues with C# Microsoft.Azure.Devices Service SDK (current version 1.38.0) and experienced the same issue with former version1.77.1 I have a .NET 6 Core Web API project that is using the SDK to invoke device methods on the IOT Device (IOT…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,832 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
748 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
165 questions
asked 2022-08-07T11:27:14.133+00:00
OJB1 31 Reputation points
commented 2022-09-07T22:10:58.233+00:00
Sander van de Velde 16,126 Reputation points MVP
1 answer

Multicast client packet loss

I have some doubt regrading multicast client . I have developed a console application in which creating multicast client socket and receiving the data on given ip credentials . The multicast data frequency is too high . Have you heard about NSE…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2022-07-08T07:25:04.197+00:00
vikash gupta 1 Reputation point
answered 2022-07-12T08:49:24.103+00:00
Sander van de Velde 16,126 Reputation points MVP
1 answer

Is there any library in .NET Core for RFID read and write

Hello, I am working on a project which uses RFID smart card to access room, so when user access room his/her details should be read and stored in database, and also can put restriction on card like time and number of access per day. So is there any…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,563 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
168 questions
asked 2021-02-12T15:34:19.39+00:00
Naseer Naseer 6 Reputation points
commented 2022-03-31T02:28:12.8+00:00
duotai2018 1 Reputation point
1 answer

Connect Asp.Net Web App to hardware like temperature sensor to control it?

What should I know? I want to control temperature sensor with Asp.Net web app.

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-12-28T18:23:16.433+00:00
Arshad Nazeer 21 Reputation points
answered 2021-12-29T17:55:23.827+00:00
Sander van de Velde 16,126 Reputation points MVP
2 answers

Why my program sometimes not work only at startup?

Here is the code of my dotnet console App : using System; using System.IO.Ports; using System.Linq; using System.Threading.Tasks; namespace ConsoleApp1 { internal class Program { private static SerialPort SP1 = new…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,832 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
290 questions
asked 2021-11-05T03:35:11.607+00:00
melon NG 291 Reputation points
commented 2021-11-09T13:25:30.727+00:00
Sander van de Velde 16,126 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How can I connect serail port in linux by .net core?

There are two serial ports in my device, I have to get data from the A port, convert and transfer it to the B port. I want to develop it by .net core. In the windows system there is a port name(For example COM1/COM2). I need the port name to connect…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,563 questions
asked 2021-11-03T07:09:35.947+00:00
melon NG 291 Reputation points
commented 2021-11-04T01:19:43.277+00:00
melon NG 291 Reputation points
1 answer One of the answers was accepted by the question author.

.NET Framework Winforms App on Windows IOT

I have a Winforms application built on .NET Framework 4.7 running on client's desktops. Client would like to run it on a tablet running Windows IOT. I've found a couple of articles indicating it should run on Windows IOT Enterprise, but not Windows…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-10-05T19:28:57.893+00:00
AlphonseG 171 Reputation points
commented 2021-10-07T16:02:45.477+00:00
AlphonseG 171 Reputation points
1 answer

Develop .net core application on raspberry pi 4

I'm developing an application that collects electrical power data and events (which occurs in few milliseconds), I'm using .NET Core on Raspbian OS. My question: Is there any concerns should considered for Timing (process real time data without losing)…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-08-19T15:51:08.273+00:00
Walid.Yahia 6 Reputation points
answered 2021-09-06T10:52:58.157+00:00
Sander van de Velde 16,126 Reputation points MVP
1 answer

The requsted address is invalid in this context when i am trying to listing for specific IP

I am trying to connect the medical equipment with LAN cable. and i am using C# based windows application to receive the data which machine is sending when any blood sample runs in machine As per my requirement i need to use TCP listner to recevie the…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,563 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-05-07T12:40:36.173+00:00
pravin Gavande 1 Reputation point
commented 2021-06-07T11:08:34.11+00:00
pravin Gavande 1 Reputation point
0 answers

Available screen resolutions in Windows 10 IoT Core and 4K

To properly display the download process of the Window 10 IoT Core operating system on Raspberry Pi, you must be known to be acceptable for frame rate and screen resolution of monitor. They come from somewhere and most likely when you get an EDID of…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-04-12T08:26:59.937+00:00
Alxndr 1 Reputation point
5 answers

Windows 10IOT Users change system time

As per previous post: https://social.technet.microsoft.com/Forums/en-US/e4b338a8-110d-4cfb-9e6e-e0376de3d7f3/windows-10-set-time-privilege-missing?forum=win10itprogeneral In my application it is IMPERITIVE that Users be able to change the system…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,215 questions
asked 2021-03-02T18:03:38.773+00:00
Boyd Mills 1 Reputation point
commented 2021-03-15T06:15:59.113+00:00
Daisy Zhou 13,021 Reputation points Microsoft Vendor
0 answers

control remote switch from vb.net visual basic application via wifi

in windows 10 pc environment I want my vb.net app to control remote switch(es) over wifi lan. I hope to establish a dialogue to discuss what components and APIs would be involved in this project. I haven't used this forum, so I'm not sure where to view…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-02-16T20:32:39.09+00:00
Frank Brady 21 Reputation points
0 answers

Running .Net 5 WorkerService as daemon on Raspbian configuration issue

Created a WorkerService that runs well as a service on Windows. After changing the UseWindowsService() call to UseSystemd() (and the filepath to use for logging) and publishing I can alse execute it from the command line using ssh on my raspberry pi. I…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-01-20T12:34:29.023+00:00
Frank Sarlemijn 21 Reputation points
1 answer

How to connect ESPnow to C#

ESPnow is a protocol to connect one Espressif device to another over WiFi , such as ESP32 or ESP8266, WEMOS etc. the advantage is that it is not relying on local WiFi network, so no need to select a WiFi Network and register to it with a password. I…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
7,563 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
22 questions
asked 2021-01-13T10:50:58.357+00:00
YigalB 1 Reputation point
commented 2021-01-18T07:14:29.45+00:00
YigalB 1 Reputation point