Using .Net Background Worker Service With FileSystemWatcher to Read Files
A quick tutorial showing how to use .Net worker service to watch a directory for new files and read them.
Continue readingHands On: "Involving or offering active participation rather than theory"
Programming, electronics, and slices of life
A quick tutorial showing how to use .Net worker service to watch a directory for new files and read them.
Continue readingGithub for this article Introduction The web socket protocol allows continuous two way communication between a client(web browser) and a server.This method of communications allows a server to push information to the client without the client having to do a request every time. It is an improvement of the old
Continue readingGithub for this article Introduction One of the most timely and repetitive tasks that you must endure when starting a web project is the creation of an authentication system. This includes a data store for storing the user information, a mechanism for the creation and logging in of the users,
Continue readingThe HealthCheck middleware is used to expose endpoints on your site that run a sequence of pre-written tests and provide you with quick diagnostic information about the health of your application.
Continue reading