.Net
Basic custom webhook application
I am trying to create a custom webhook application and can’t seem to figure out how to call it. At this point i just want it to prove that it is started and can receive Read more…
I am trying to create a custom webhook application and can’t seem to figure out how to call it. At this point i just want it to prove that it is started and can receive Read more…
https://github.com/Zaczero/LinqFasterer A set of fast LINQ-like extension methods for arrays and lists. It allows you to fine-tune your code for the maximum performance if used properly. LinqFasterer is designed to work well alongside LINQ, rather Read more…
I remember like 10 or so years ago there was no free version of Visual Studio, not even a stripped down “express” version, so I found myself using SharpDevelop instead. Now as I recall, SharpDevelop Read more…
I can’t say I didn’t see it coming. Ever since GitHub actions and GitLab CI started started to get the attention, some.projects moved to them at cost of Travis market share. It was too expensive Read more…
Just seems like not much is going on with the project… If you go to the github page there hasn’t been a commit in nearly a year. I tried (and failed) to get it to Read more…
Even though more and more people get access to the internet every day, not all of them have fast gigabit connections or unlimited data. Using the media query prefers-reduced-data we can keep our sites accessible Read more…
Hi All! Today we’re going to see how we can leverage Docker to scale and spin up multiple instances of a service on our machine. Read the full article here: https://www.davideguida.com/how-to-scale-your-services-with-docker-during-development/ no comments yet Be Read more…
I want an app to run Asynchronous but not Parallel. Like NodeJS and its event loop. I have a simple app with a basic mostly TrayIcon UI that is mostly configured through configuration files. It’s Read more…
I have a this class called CountVulneribilitesMethod() I am trying to write a unittest for each function of this class I am sligthly confused how to write unit test for async callback method PS: Please Read more…
Hey Everyone, Trying to find where these properties for SetServiceProperty are documented as I am unable to find them listed anywhere. https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.speechconfig?view=azure-dotnet Microsoft.CognitiveServices.Speech.SpeechConfig public void SetServiceProperty(string name, string value, ServicePropertyChannel channel); Looking to possibly move Read more…