استفاده از Worker برای تولید سرویس های ویندوزی با .net Core
302, Found
https://devblogs.microsoft.com/aspnet/net-core-workers-as-windows-services/ icon

در .Net Core 3.0 یک نوع قالب جدید  برنامه به نام Worker Service معرفی شده. در این مطلب نحوه استفاده از این الگو جهت نوشتن سرویس‌های ویندوزی نشان داده شده است.

استفاده از Worker برای تولید سرویس های ویندوزی با .net Core
اجرای Asp.Net Core 2.1 به صورت ویندوز سرویس
301, MovedPermanently
http://gunnarpeipman.com/aspnet/aspnet-core-windows-service/amp/ icon

ASP.NET Core 2.1 introduces new application host for Windows services. We can now run ASP.NET Core applications as Windows services with minimal effort. This blog post introduces how it is done and how to build and run Windows services on ASP.NET Core without any need for dirty hacks. 

اجرای Asp.Net Core 2.1 به صورت ویندوز سرویس
سی‌شارپ: تغییر وضعیت ویندوز سرویس با استفاده از کد نویسی
301, MovedPermanently
http://www.omidnasri.com/سی-شارپ-تغییر-وضعیت-ویندوز-سرویس icon

سرویس‌های ویندوز، یک نوع Windows Service می‌باشند که در فضاء جداگانه‌ای و به هنگام بارگزاری ویندوز در صورت فعال بودن سرویس اجرا می‌شوند. ممکن است در کنار نرم‌افزار، از ویندوز سرویس به عنوان ابزار کمکی به منظور آپدیت نرم‌افزار، اجرا دستوراتی در زمان‌های خاص و یا ... استفاده نماید... 

سی‌شارپ: تغییر وضعیت ویندوز سرویس با استفاده از کد نویسی
اجرای اپلیکیشن های ASP.NET Core بر روی Windows Subsystem for Linux
301, MovedPermanently
http://gunnarpeipman.com/2017/11/linux-on-windows-aspnet-core/ icon

Windows 10 has something called Windows Subsystem for Linux and this something enables us to run Linux applications on Windows 10 using Linux without need for Hyper-V or other virtual machines. When building multi-platform applications like my open-source TemperatureStation solution then having Linux right there for testing comes very handy. This blog post shows how to get Linux running on Windows, how to install .NET Core and how to run web applications on Linux. 

اجرای اپلیکیشن های ASP.NET Core بر روی Windows Subsystem for Linux