.Net
Insecure Binary Serialization: 2018 Redux
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
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
Sergey Tarasov – stock.adobe.com The Gaia-X project has become a lot more serious. What started about a year ago as a Franco-German undertaking has mushroomed to take in 181 members from 18 countries and, interestingly, Read more…
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
Hello, im making like a step by step program, that should open program automatically, but using Process.Start mess with almost every program i open using this, like for example, i launch another program, that program Read more…
I created a data grid in a tab and set an event that whenever you double click on the grid, it would switch to another tab. The event handler gets triggered correctly. The thing is Read more…
Composer is a terrible benchmark for JIT. Composer is highly IO and network dependant and doesn’t do a lot of math or loops. JIT is completely useless for this case, and the volatility of networks Read more…
I’m writing a simple web scraper (console app) for fun, and because it’s a cool way to learn in and outs of a language. I have it more or less working, but my problem is Read more…
chungking – stock.adobe.com Amazon Web Services (AWS) is supporting a Denver-based aviation startup in its goal to cut flight times for air passengers by reintroducing commercial supersonic aircraft. Boom Supersonic claims it is on a Read more…
I am self taught and I am trying to follow more advanced tutorials. Although I understand each line of code individually, I don’t understand the bigger picture as there is often 10+ scripts all feeding Read more…
Currently working on a project where a Website and a WPF app should get and update data to SQL server database through asp net core REST API, with use of EF Core. Our problem is Read more…