MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Jeremybytes.blogspot.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Jeremybytes.blogspot.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Jeremybytes.blogspot.com most likely does not offer any adult content.
Popular pages
-
Jeremy Bytes: "Very Bad Idea" prototype v0.1
One day, a couple years ago, Jeremy had a Very Bad Idea... A wearable keyboard for on-stage presentations. Here is the prototype in action...
-
Jeremy Bytes: 2020
byte-sized chunks of .NET
-
Jeremy Bytes: September 2019
Default implementation is really good for calculated properties; it's not so good for read/write properties. The code for this article is available on GitHub: jeremybytes/interfaces-in-csharp-8, speci...
-
Jeremy Bytes: 2019
When taking a closer look at C# 8 interfaces, we have a new capability: interfaces can have static members (including static fields). Static members give us the ability to run code from an interface w...
-
Jeremy Bytes: September 2020
When we use "await" in C#, we can use the typical try/catch blocks that we're used to. That's a great thing, and it makes asynchronous programming a lot easier. One limitation is that "await" only ...
-
Jeremy Bytes: January 2021
Go has concurrency baked in to the language -- concurrent operations are referred to as "goroutines". But concurrency is a little more complicated than running multiple operations concurrently. We...