dotnetomaniak.pl - Artykuły z tagiem topshelf

Rozwijanie usługi systemowej stworzonej z domyślnego szablonu w Visual Studio nie jest prostym zajęciem. Szczególnie debugowanie takiej aplikacji sprawia sporo problemów. Nie można z poziomu IDE uruchomić usługi i jej debugować. Trzeba podpinać się pod działający proces. W przypadku gdy chcemy zdebugować start usługi, musimy posiłkować się różnymi dziwnymi konstrukcjami, które zatrzymają start usługi do momentu podpięcia się debugera. W dzisiejszym wpisie będę...

Źródło: plawgo.pl
Dziel się z innymi:
Topshelf – tworzenie usługi systemowej - Blog Daniela Plawgo

Windows 1904 dni, 22 godziny, 51 minut temu danielplawgo 159 źrodło rozwiń

Dawid Sibiński 0 comments .NET, C# Hello again 🙂 Visibly this is going to be my first technical post here. I hope you’ll find it useful.Windows Services Recently I came up with a need to create an application, which executes some tasks in the background based on file system’s events. “That’s easy”, one would say. “Build Windows Service app”, he would add. Sure, that was also my first idea. I think that’s very common that we want to create an application without any GUI, which pur...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Building Windows Services using Topshelf – Dawid’s blog

Windows 2641 dni, 14 godzin, 25 minut temu dsibinski 96 źrodło rozwiń

In the previous post about Topshelf and Quartz.NET I mentioned that there is a chance to configure the inversion of control container instead of manually pointing which implementation we want to use. In this post, I will explain how to do just that, using a few popular inversion of control containers – Ninject and StructureMap. If you prefer any other container, please let me know. I’ll do my best to include it here. Plain projec...

Topshelf and Quartz.NET with dependency injection | mpustelak.com

Sztuka programowania 2640 dni, 10 godzin, 8 minut temu Mateusz Pustelak 198 źrodło rozwiń

I often work on applications whose sole task is to execute a script at certain time or day. You may approach it in several ways, eg.: Task Scheduler (Windows), SQL Job (if it is a SQL task) or CRON in Linux. You may also write application, which would run in background and execute a script at certain time. The only question is – do you really want do it? In this post, I would like to introduce other solution to tasks like this. ...

Scheduled jobs made easy - Topshelf and Quartz.NET | mpustelak.com

Programowanie rozproszone 2647 dni, 22 godziny, 7 minut temu Mateusz Pustelak 294 źrodło rozwiń

Usługi Windows to wygodny sposób na uruchamianie naszych aplikacji przy starcie, zapewnienie im automatycznych restartów jak również możliwość impersonacji na wybrane konto. Choć Visual Studio pozwala na stworzenie specjalnego typu projektu do celów utworzenia usługi Windows to jednak jest to szalenie niewygodne - zarówno pod kątem tworzenia i debugowania jak i instalacji takowej usługi w systemie docelowym. Znacznie wygodniejszym rozwiązaniem jest użycie biblioteki TopShelf.

Źródło: luktom.net
Dziel się z innymi:
Topshelf czyli usługi Windows z górnej półki - luktom.net

Narzędzia 2935 dni, 41 minut temu luktom 231 źrodło rozwiń

Najaktywniejsi w tym miesiącu