Posts

Showing posts from June, 2020

Making Anonymous Chat Website with SignalR

Image
        Hi Everyone! I attended a webinar that explained the usage of SignalR in a project. I have been interested in this and decided to make a project with SignalR. I wanted to make something different on the internet.          First of all, I would like to explain what SignalR is. Before the definition of it, we have to mention about this real-time application and why we should use it. For example; In messaging application, we can see the recieved message without refreshing the page. Lets look at the definition of SignalR;          It is an open-source .Net library to develop real-time project. While client-server communication is refreshing each request in normal http connection, in SignalR there is a non-stop connection between client and server. Thanks to RPC (Remote Procedure Calls) feature in SignalR, it calls the Javascript on the clintside in our browser on the server side. If there is any change, serve...

Automatically Closing Computer

Image
        I  have developed it finally! Yes, I coded and published my project that I postponed. Thanks to this software, you can not only set the time but also enter minutes to close your computer. In the case of falling asleep while watching movies, it will prevent me from getting up with a headache due to fan noise.          I developed it in 2011. However I lost my source code and I developed it again. It has a modern design and open-source now.         Its source code is available  on github for keen people :)                       You can download with this link.