.Net
What are Probabilistic Data Structures? (and Bloom Filters)
This video is 100% animated in C# code using WPF. It was tons of work so I hope you’ll like it. Bloom Filter source code is in the video description but you can grab it Read more…
This video is 100% animated in C# code using WPF. It was tons of work so I hope you’ll like it. Bloom Filter source code is in the video description but you can grab it Read more…
Want to build rich, modern, Pythonic REST services? Friend-of-the-webinar (1, 2, 3, 4, 5) Michael Kennedy joins us to discuss FastAPI, the “high performance, easy to learn, fast to code, ready for production” web framework. Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hi I installed php 8.0 onto my raspberry pi that has Ubuntu 20.04 installed along with ondrej/php repository so I could install php 8. However what I have noticed that when I try to get Read more…
Love FluentValidators but one feature I believe is missing. A lot of time my validations requires some lookup in a database or conversion from string “SALE” => OprationTypeEnum.Sale. Is it possible to carry additional “context” Read more…
Learn Development at Frontend Masters We made one! It’s open source if you want to make it better or fix things. There are quite a few purpose-built fonts for writing code. The point of this Read more…
https://channel9.msdn.com/Series/CSharp-Fundamentals-for-Absolute-Beginners I found this in the sidebar. I started taking the courses. About 1/2 of the way through the course he references files you should have downloaded, that are no longer hosted. Does anyone know Read more…
How does your DbTicket class look? Added the class; thank you. C# devs null reference exceptions source
We use the binaryformatter often as an easy way to clone objects. Is that still allowed? Because it’s fast and always works, with enheritance/polymorphism. C# devs null reference exceptions source
Hello ! I liked your article, i didn’t know about lazy iter. You might be interested into something I built recently : https://github.com/loophp/collection Let me know what you think ! Members Online source