文件名称:windowsservicedemo:这是关于如何在您的应用程序中使用 Windows 服务的演示。 完整的分步文档可以在我的博客上找到
文件大小:51KB
文件格式:ZIP
更新时间:2024-08-01 06:28:36
C#
窗口服务演示 这是关于如何在您的应用程序中使用 Windows 服务的演示。 完整的分步文档可以在我的博客上找到: :
【文件预览】:
windowsservicedemo-master
----Demo.Console()
--------Program.cs(3KB)
--------Demo.ConsoleConsumer.csproj(3KB)
--------Properties()
--------App.config(405B)
----WindowsServiceDemo.sln(3KB)
----Demo.Domain()
--------Demo.Domain.csproj(2KB)
--------HttpJob.cs(2KB)
--------JobUrl.cs(413B)
--------Properties()
--------IJobRepository.cs(340B)
----Demo.Infrastructure()
--------Demo.Infrastructure.csproj(3KB)
--------Logging()
--------ConfigurationService()
--------HttpCommunication()
--------Properties()
--------DatabaseConnectionSettingsService()
----Test()
--------Program.cs(473B)
--------Properties()
--------Test.csproj(3KB)
--------App.config(182B)
--------Service1.Designer.cs(867B)
--------Service1.cs(449B)
----README.md(193B)
----.gitignore(3KB)
----Demo.WindowsService()
--------HttpJobRunnerInstaller.Designer.cs(3KB)
--------Program.cs(2KB)
--------HttpJobRunner.Designer.cs(892B)
--------Demo.HttpJobRunner.csproj(6KB)
--------HttpJobRunnerInstaller.cs(408B)
--------_installer.bat(385B)
--------Properties()
--------App.config(182B)
--------HttpJobRunner.cs(5KB)
--------_uninstaller.bat(305B)
----Demo.ApplicationService()
--------Demo.ApplicationService.csproj(4KB)
--------Properties()
--------DatabaseConnectionService()
--------Messaging()
--------JobServices()
--------Constants.cs(364B)
----Demo.Repository.MongoDb()
--------Demo.Repository.MongoDb.csproj(3KB)
--------packages.config(141B)
--------JobRepository.cs(2KB)
--------Properties()
--------Extensions()
--------MongoDbRepository.cs(1KB)
--------DatabaseObjects()