.Net
Manage multiple Network Streams
hello, I’d like to make a method which receives a network stream, adds it to a list of previously received network streams, and listens to them all (and does things when one has available data) Read more…
hello, I’d like to make a method which receives a network stream, adds it to a list of previously received network streams, and listens to them all (and does things when one has available data) Read more…
Probably a dumb question but I’m looking for tools and resources that help design UIs with XAML. Any suggestions? Use the tools in Blend and Visual Studio to make real tools. That’s the best way Read more…
Nice! Is the code available anywhere? This is sweet! I have a specific use for this…thanks! Nice tool, if you need more of a console gui ( think System.Windows.Forms on the console) Check out Terminal.Gui Read more…
GitHub: Repository YouTube: Presentation no comments yet Be the first to share what you think! C# devs null reference exceptions source
Natalia Lisovskaya – stock.adobe Gousto, the recipe box subscription company, has deployed PagerDuty to help it manage soaring demand for meal kits during the coronavirus pandemic. The company provides an online service where customers can Read more…
Hi!, I found out that it is really hard to find a good discord server where I can find job offers or post an offer for developers… Because of that I decided to create a Read more…
vectorfusionart – stock.adobe.co Thomson Reuters has confirmed the completion of a large-scale migration of thousands of servers and hundreds of its revenue-generating apps to the Amazon Web Services (AWS) cloud. The multi-national media conglomerate said Read more…
See my video: https://youtu.be/mYjuh245GJ4 no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hello! I am looking for some help from some contributors for a project I have started called Simple Home. Simple Home is a smart-home/IOT platform project, intended to simple yet powerful alternative to thinks like Read more…
There are 2 projects in my solution, Project A for UI and Project B for business logic. A depends on B. The issue I have is that A has a textbox for log but B Read more…