.Net
8 Extension Methods to Simplify Coding in 2020
I’m not a fan of creating extension methods that assume a string of a specific kind of string, such as a url or file path. The worst was last year’s: public static T To<T>(this string Read more…
I’m not a fan of creating extension methods that assume a string of a specific kind of string, such as a url or file path. The worst was last year’s: public static T To<T>(this string Read more…
Definitely adding this to the pile of side projects I wanna do in C# This guy has also a lot of other small projects, where you can learn much. Just checkout his YouTube channel guys. Read more…
CLRCRMCK Google and Amazon have been fined a total of €135m (£121m) by CNIL, the French data protection watchdog, over their use of advertising cookies and their automatic placement of cookies on the devices of Read more…
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic Read more…
Baeldung for reference https://docs.microsoft.com/de-de/dotnet/csharp/ Ah the Classic RTFM 😀 Wrong link, get it together: https://docs.microsoft.com/ko-kr/dotnet/csharp/ Read the Dokumentation https://metanit.com/sharp/tutorial/ Very good site for Russians 🙂 But I don’t think it’ll help certainly for you dotnetperls.com Read more…
Learn Development at Frontend Masters Black isn’t always slimming. When recently testing a dark mode option for one of my sites, I experienced first-hand the issue that Robin Rendle addresses in this article. All of Read more…
A jQuery plugin that takes a set of images and swaps the image paths as a frame-by-frame animation when scrolling down or up the webpage. Demo Download source
pxl.store – stock.adobe.com A group of former subpostmasters wrongly convicted of financial crimes by the Post Office have had their names cleared at Southwark Crown Court, with more set to follow. The group of six Read more…
In Tensorflow official guide ( TensorFlow Lite inference ) they load and use a tflite model like this: But there is no Run method in Interpreter class: Any ideas ? no comments yet Be the Read more…
Hi! Finally I decided to start learning c#. The final goal is to create my own game (with unity), and I’d like to know all the stuff necessary to achieve this dream. I wanna be Read more…