fredericaltorres / NTService2023

Examples building Windows NT Service in C# using namepipe as communication mean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTService2023

Overview

C#/.NET client/server application examples using

  • Windows NT Service hosting model
    • I am using the NuGet package topshelf. to create the NT Service
  • Namepipe as communication mean

Simple.Windows.NTService

A Simple Windows NT Service doing nothing using the topshelf library

ClientServer.InterProcessCommunication

An example of a Windows Client Server application based on

  • Windows NT Service
  • Namepipe process communication

About

Examples building Windows NT Service in C# using namepipe as communication mean

License:MIT License


Languages

Language:C# 100.0%