Secure Webhooks
Security is always a tricky one. Especially when it comes to webhooks, it can be difficult to make sure that the payload being received is a valid one. For some...
»Security is always a tricky one. Especially when it comes to webhooks, it can be difficult to make sure that the payload being received is a valid one. For some...
»No doubt about it. Tracing is very important when working on a project.
Not only will it make tracking down bugs easier, it will also make it a lot easier...
»The Distinct
method is one of the really useful methods in the System.Linq
namespace. Internally, it's really simple, too. It will just iterate your collection and add them all...
Writing to the Console
can provide a lot of useful information while developing. While this can easily be done by using the static Console
class, I prefer using the Trace
...
After one year of work, we've finally did it!
Achievement unlocked, green bar of marvel!
»