Relative Content

Tag Archive for service

Is it bad practice to have FooObject and FooObjectSummary?

I have a service where users can upload/download/replace/delete files. These files have about a dozen attributes that are saved to a SQL Database. Periodicaly throughout their session they will have to download a summary (FileName, size0in-KB, and ID) of a subset of files.

Is it bad practice to have FooObject and FooObjectSummary?

I have a service where users can upload/download/replace/delete files. These files have about a dozen attributes that are saved to a SQL Database. Periodicaly throughout their session they will have to download a summary (FileName, size0in-KB, and ID) of a subset of files.

Android Design – Service vs Thread for Networking

I am writing an Android app, finally (yay me) and for this app I need persistant, but user closeable, network sockets (yes, more than one). I decided to try my hand at writing my own version of an IRC Client.

How to make service robot with coding

Code for service robot using obstacle detection and 5 line channel sensor. The process is, after input the table number through numpad and press ok button, the robot will start to move and go to the exact table number. When the robot reach the table number, it has 5 second delay before popping the message “COMPLETE ORDER?”through LCD screen. After pressing button the robot will go back to it’s origin or home base

Are You Best Dentist in Dumdum?

Are you searching for the best dentist in Dumdum to entrust your dental health with? Look no further than Smiley Dental Clinic, your premier destination for top-notch dental care in the heart of Dumdum. With a commitment to excellence and a passion for creating beautiful, healthy smiles, Smiley Dental Clinic stands out as a beacon of quality and professionalism in the field of dentistry.

Adding a CLI to a windows service

I have a windows service that I would like to extend and add a CLI to it similar to docker or elastic-agent so I have a question about what kind of approach I should use for the *.exe to communicate with the same *.exe running as a service?