Posts

Usage of ASP.Net Core 3.1 with JWT

          Hi everybody, I am going to try to explain the definition of JWT and how to use in our .Net Core project. Lets look at the definition.          What is JWT?          JWT(JSON Web Token), is a standard of RFC7519. is designed to communicate with client-server as a JSON object. Generally, it is a way to use for authentication. We can list the advantages of using JWT as follows;      U ses JSON,     Transfer on URL     Not necessary to use cookies     Method and logic is easy and fast to verification     Uses each client that can make a request HTTP with generated token     Not need th HTTP session for web applciation and  be appropriate for usage of stateless     E nsuring data integrity         As you can see on below, there is three section in genrated key. These sections is coded with Base...

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.          

Zaman Ayarlı Bilgisayarı Kapat

          En sonunda yazdım! Evet günlerdir ertelediğim programı sonunda yazmış ve yayınlamış bulunmaktayım. Bu programda isterseniz belirlediğiniz saatte isterseniz belirlediginiz dakika kadar sonra bilgisayarınız otomatik olarak kapanacaktır. Benim en çok film izlerken uyuyup kalmam sonucunda bilgisayarın açık kalması ve fan sesinden dolayı bas ağrısıyla kalkmalarıma engel olacak.  715 kb. Buradan İndirebilirsiniz