Logo
    Search

    .net

    Explore ".net" with insightful episodes like "Using Diagnostic Observers to Decouple Logging and Observability Code" and "How to Improve Your ADO .NET Performance - 10 Proven Ways - Part 1" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    Using Diagnostic Observers to Decouple Logging and Observability Code

    Using Diagnostic Observers to Decouple Logging and Observability Code

    This story was originally published on HackerNoon at: https://hackernoon.com/using-diagnostic-observers-to-decouple-logging-and-observability-code.
    Using DiagnosticSource and IObserver implementation to decouple logging code; improving the method adapter to properly handle event data binding.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #logging, #.net, #observability, #c-sharp, #diagnostic-observers, #decouple-logging, #observability-code-decoupling, #diagnosticsource-guide, and more.

    This story was written by: @dmitriislabko. Learn more about this writer by checking @dmitriislabko's about page, and for more stories, please visit hackernoon.com.

    This article reviews the observability feature in Microsoft libraries provided by DiagnosticSource class, goes over implementation details and specifics how to receive and handle the diagnostic events. It explores the Microsoft's method adapter package to solve event property binding to method parameters, and proposes a solution to its issues, thus making the approach more usable.

    How to Improve Your ADO .NET Performance - 10 Proven Ways - Part 1

    How to Improve Your ADO .NET Performance - 10 Proven Ways - Part 1

    This story was originally published on HackerNoon at: https://hackernoon.com/how-to-improve-your-ado-net-performance-10-proven-ways-part-1.
    This 10-part series delves into 10 powerful strategies that can significantly enhance the performance of ADO .NET code.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #c-sharp, #.net, #adodotnet, #sql-server, #database, #application-performance, #best-practices-for-ado.net, #how-to-improve-ado.net, and more.

    This story was written by: @amitlale. Learn more about this writer by checking @amitlale's about page, and for more stories, please visit hackernoon.com.

    In the field of software development, performance is critical. For developers using Microsoft’s.NET framework and ADO.NET for database interaction, performance optimization is crucial to the success of the application. This 10 part series delves into 10 strategies that can significantly enhance the performance of ADO .NET code.