by Owen Briggs | Jul 11, 2023 | Advanced C# Programming
In order to efficiently handle large data streams in C#, we must understand the different options available for file I/O. The .NET framework provides several classes such as File, BinaryReader, BinaryWriter, StreamReader, StreamWriter, and FileStream, each with their...
by Owen Briggs | Jul 11, 2023 | SharpJournal
Discover the applications and benefits of Lidar technology in drone applications for precise data collection and analysis. Lidar (Light Detection and Ranging) technology has revolutionized drone data collection and analysis. By utilizing lasers to measure distances...
by Owen Briggs | Jun 23, 2023 | Advanced C# Programming
Welcome to our article on implementing custom collection classes with C# Generics. In this article, we will explore how to create type-safe and expandable collection classes using the power of C# Generics. By leveraging the implementation of ICollection and...
by Owen Briggs | Mar 15, 2023 | SharpJournal
In lean management production, Gemba walks play a crucial role. Creating a checklist is one easy way to organize what you want to mark off through your Gemba walks. Using checklists may help you manage your projects and ensure everyone is on the same page. A...
by Owen Briggs | Mar 7, 2023 | SharpJournal
Creating a Hybrid Clinical Trial Virtual clinical trials gained traction during the covid-19 pandemic when on-site studies became hazardous. Researchers were forced to move some of their research off-site, and they learned about the benefits along the way. This kind...