Resources  
  • Passing Values Between Tasks in Azure DevOps PipelineMar 26, 2024. In this article, we will learn efficient inter-task communication in Azure DevOps pipelines. Discover how to pass values between tasks using the task.setvariable logging command, streamlining your pipeline automation.
  • Building a Logging Proxy in C#Mar 26, 2024. In this article, we build a practical reusable Logging Proxy in C#. This article elucidates the creation of a Logging-Proxy, vital for logging calls and data transfers over specified interfaces, aiding in debugging or documentation. It employs the Proxy Design Pattern for seamless integration.
  • Exploring .NET 6's MinBy() and MaxBy() Extension MethodsMar 22, 2024. In this article, I will demonstrate the exciting new additions to LINQ extension methods introduced in.NET 6: MinBy() and MaxBy(). Let's explore how these powerful methods simplify code, providing efficient solutions for selecting extreme values within a generic sequence.
  • Change Data Capture - CDC with SQL serverMar 21, 2024. Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations.
  • Leveraging Compiled Queries for Enhanced Performance in LINQMar 09, 2024. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution plan, compiled queries improve the performance of frequently executed or complex queries in C# applications.
  • Misconceptions About the Four LINQ methodsMar 09, 2024. Misconceptions about the four LINQ methods. Single(), SingleOrDefault(), First(), and FirstOrDefault(). This article addresses misconceptions surrounding four LINQ methods—Single(), SingleOrDefault(), First(), and FirstOrDefault(). Clarifying differences and potential pitfalls helps prevent null references and invalid operator exceptions in code.
  • What is Change Data Capture(CDC)Mar 07, 2024. Change Data Capture (CDC) is a method used in databases to track and capture changes in data. It enables real-time updates by identifying and recording modifications made to the database, facilitating efficient data integration, replication, and synchronization across systems.
  • How to Debug ForwardRefs in DevTools in React.jsMar 05, 2024. Debugging forwardRef components in React.js using DevTools involves inspecting the component hierarchy, props, and state. Use console.log statements and React Developer Tools Profiler for effective debugging.
  • Best Practices for Handling Exceptions in C# Mar 05, 2024. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, and employing cleanup strategies. Enhance your C# application's robustness and reliability while minimizing downtime.
  • What is New in .NET 9Mar 04, 2024. .NET 9, succeeding .NET 8, places particular emphasis on cloud-native applications and enhancing performance. It will receive standard-term support (STS) for 18 months.
  • How to Open, Read or View MS SQL Error Log FileFeb 29, 2024. Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • Dataverse Plugin Telemetry with Azure Application InsightsFeb 20, 2024. Learn to use the logger in plugins to log information to Azure App Insights using Dataverse Plugin telemetry. Integrate Azure Application Insights with Dataverse plugins for enhanced telemetry. Monitor plugin executions, detect errors, and optimize performance, providing actionable insights for robust plugin solutions.
  • Error Logging and the Art of Avoiding Redundant Activities in MSFT Fabric Data PipelinesFeb 18, 2024. Error Logging and the Art of Avoiding Redundant Activities in MSFT Fabric Data Pipelines
  • Exporting OpenTelemetry Logs to Azure Monitor using ASP.NET CoreFeb 14, 2024. Discover how to seamlessly export OpenTelemetry logs from ASP.NET Core applications to Azure Monitor. Enhance monitoring and streamline log management with this integration, leveraging Azure's robust tools for greater insights.
  • IExceptionHandler in ASP.NET Core 8Feb 07, 2024. ASP.NET Core 8 introduces a new feature called IException Handler, providing a centralized way to handle exceptions in applications. This article explores what IExceptionHandler is and how to use it effectively.
  • Logging in .NET Core with NLogFeb 01, 2024. Explore the fundamentals of logging and its benefits in software development using NLog in .NET Core 6. Follow a step-by-step implementation with prerequisites, NLog configuration, and a demo Weather Forecast API.
  • Securing Your .NET Applications With ExamplesJan 20, 2024. In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhering to security best practices, developers can create robust applications that safeguard user information and withstand potential attacks.
  • External Logging for APIs with SerilogJan 09, 2024. With Serilog, logging for APIs and Windows Services becomes an effortless endeavor. By configuring Serilog to use external logging sources, you ensure that your application's behavior is well-documented and can be easily analyzed.
  • Log function from Power Fx using Power AppsJan 08, 2024. Reading this article, you can learn how to perform Log function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the Power Apps environment.
  • Upload Text File .txt and .logDec 29, 2023. This Article is used to upload Text .txt/.log file in the Database. How to upload colon-delimited files into a database using ASPX. With a straightforward interface and code, efficiently read, split, and insert data into tables.
  • Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service Dec 26, 2023. Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tracking with detailed examples.
  • Logging in .NET Core with SerilogDec 24, 2023. Dive into the fundamentals of logging and follow a detailed guide on implementing Serilog in .NET Core 6 Web API. Learn the benefits and step-by-step configuration for efficient log management.
  • Automated Way to Get Latest Pipeline Execution Details of SynapseDec 20, 2023. Automated Way to Get Latest Pipeline Execution Details of Synapse. Automate the retrieval of the latest Azure Synapse pipeline execution details with a custom PowerShell module. Set up the environment, execute commands, and effortlessly fetch pipeline details, streamlining manual efforts.
  • Automated Way to Get Latest Pipeline Execution Details of an Azure Data FactoryDec 18, 2023. Automated Way to Get Latest Pipeline Execution Details of an Azure Data Factory
  • Error Handling in AngularDec 07, 2023. In the dynamic realm of web development, errors are inevitable. As applications grow in complexity, the significance of robust error logging in Angular becomes paramount. This comprehensive guide navigates through various strategies for error logging, emphasizing the importance of catching and recording errors and providing practical solutions with illustrative code snippets.
  • Logging Brilliance in .NET Core: Using of SerilogDec 05, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • Clone and Edit Logged-In User's Item in PowerAppsNov 28, 2023. In this article, explore how to save time by cloning entries. The article details the process of opening duplicated items immediately in a form and cloning objects with user-confirmed messages.
  • Sorting Arrays in C#Nov 24, 2023. This article guides us through sorting arrays in C# using the Array.Sort() method and LINQ queries. It covers both ascending and descending orders, providing code snippets for clarity.
  • Difference Between Concurrency and Parallelism in C#Nov 09, 2023. The article you provided gives a comprehensive overview of the concepts of concurrency and parallelism and their relevance in C# programming. It highlights the distinctions between the two concepts and provides clear examples and use cases for each. The discussion of best practices and considerations for managing concurrency and parallelism effectively is a valuable addition, as it helps developers avoid common pitfalls and make informed decisions when implementing these concepts in their applications.
  • .NET Core Middleware for Logging using SerilogNov 01, 2023. This article provides a comprehensive guide to setting up .NET Core middleware for logging using Serilog. It covers key steps from project setup to middleware configuration, highlighting the flexibility and customization options offered by Serilog. By following your instructions, developers can effectively integrate Serilog into their .NET Core applications and gain insights for efficient monitoring and issue troubleshooting.
  • Use Transaction Log to Recover the Deleted or Modified DataOct 31, 2023. This article is to use of Transaction Log to Recover the Deleted or Modified Data. The SQL Server Transaction Log plays an important role in recovering deleted or modified data if you mistakenly perform a DELETE or UPDATE operation with the wrong condition or badly without filtration condition. This can be achieved by listening to the records stored inside the SQL Server Transaction Log file.
  • Boosting Code Quality with Effective Logging in C#Oct 16, 2023. Logging, an essential component in software development, aids in issue identification, resolution, and application monitoring. This article explores C# logging methodologies, including Microsoft.Extensions, Serilog, and Log4net integration.
  • Elevate Your .NET 7 API: Exception Handling and Logging MasteryOct 05, 2023. This article explores the best practices for exception handling and logging in .NET 7 APIs, enabling developers to create resilient applications that gracefully handle errors and provide valuable insights for debugging and improvement.
  • Building a Microservices API Gateway with YARP in ASP.NET Core Web APIOct 03, 2023. Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
  • Understanding LINQ in C#: Query Syntax and Method SyntaxOct 03, 2023. This article is an informative and in-depth exploration of LINQ (Language Integrated Query) within the context of C#, a widely used programming language in the software development industry. The guide delves into both the query syntax and method syntax aspects of LINQ, providing readers with a thorough understanding of how to effectively use LINQ to query and manipulate data in C# applications.
  • A Deep Dive into .NET Logging: Serilog, log4net, and NLogSep 23, 2023. In the .NET ecosystem, three prominent logging frameworks stand out: Serilog, log4net, and NLog. In this article, we'll delve into each of these frameworks, discussing their features and capabilities through detailed examples.
  • Understanding LINQ in .NETSep 11, 2023. LINQ, or Language Integrated Query, is a powerful feature in the .NET framework that simplifies data querying and manipulation in C# and VB.NET applications. It provides a uniform and SQL-like syntax for querying data from various sources, including in-memory collections, databases, XML, and more.
  • Exploring the Diverse Flavors of LINQ with ExamplesAug 22, 2023. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and manipulate data without worrying about the underlying data source, whether it's an in-memory collection, a database, or XML
  • Building Custom Middleware Components for Logging, Error Handling, and Request/Response ModificationAug 09, 2023. ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
  • Using the OrderBy and OrderByDescending Operator in LINQAug 08, 2023. Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
  • Global Exception Handling In Asp.net Core Web APIAug 04, 2023. In the context of ASP.NET Core Web API (or any web application framework), global exception handling involves catching exceptions that occur during the processing of requests and returning appropriate error responses to the clients. Instead of allowing exceptions to propagate to the top-level and exposing technical details to the end-users, global exception handling can convert those exceptions into more informative and standardized error messages in a format such as JSON or XML.
  • Learn About Programming Logic And LINQJul 25, 2023. In this article, you will learn about the basics of programming logic.
  • EF Core in .NET 7 APIJul 13, 2023. Using EF Core in .NET 7 API
  • C# LINQ With Select and SelectMany OperatorJul 10, 2023. C# LINQ with select and select many operator
  • LINQ MethodsJun 16, 2023. Linq Methods
  • Difference between IQueryable, IEnumerable, IList and ListJun 12, 2023. when to use what IQueryable, IEnumerable, IList and List
  • Numpy for Data ScienceJun 08, 2023.
  • Logging in ASP.NET Core WebAPI using NLog Jun 01, 2023. Logging in ASP.NET Core WebAPI using NLog
  • Log off user action in Desktop flow using Microsoft Power AutomateMay 29, 2023. Reading this article, you can learn how to logging off the current user, we can use the Log off user action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
  • Real World Coding Issues: Part IMay 29, 2023. I hope you read all the articles in this series so you too can improve the performance and memory issues along with the common code issues that I see in the projects where I work. Most of the code samples are from this project along with some from my OOS project Spargine and some from ChatGPT.
  • Mastering Bot Integration in Azure: Unleashing the Power of Clean CodeMay 22, 2023. his article dives deep into the world of bot integration in Azure, providing you with invaluable insights into the art of clean coding. Discover how to architect modular and structured code, implement error handling and logging, effectively manage configurations, leverage dependency injection, and optimize performance.
  • Daily log using log4net in worker serviceApr 14, 2023. Log4Net logging daily log creation
  • Advanced Console Logging Methods In JavaScriptMar 28, 2023. This article describes the advanced logging console methods in javascript for debugging.
  • Structured Logging Using Serilog In ASP.NET Core 7.0 Mar 06, 2023. In this article, we will see the structured Logging using Serilog in ASP.NET Core 7.0.
  • Monitor On-Premises Servers And Azure VMs By Using Microsoft SentinelFeb 22, 2023. In this article, you will learn how to monitor your on-premises servers and azure VMs by using Microsoft sentinel. Sentinel was used to be called Azure Sentinel, and they recently renamed to Microsoft Sentinel.
  • LINQ (Language Integrated Query) Jan 31, 2023. In this article, you will learn about LINQ (Language Integrated Query).
  • What Is vRealize Log Insight And It's FeaturesJan 31, 2023. In this article, we'll discuss What is Loginsight and its Features. VMware Log Insight is a log management and analytics tool that provides real-time visibility and insights into the performance and health of your IT infrastructure.
  • Stackify - A Comprehensive Tool For Application Performance Monitoring And DebuggingJan 03, 2023. In this article, you will learn about a comprehensive tool for Application Performance Monitoring and Debugging.
  • Find Blank Column Using LINQ In UiPath Jan 03, 2023. In this article, you will learn how to find blank column Using LINQ in UiPath.
  • Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefaultNov 28, 2022. In this article, you will learn about the Difference Between Single Vs SingleOrDefault And First Vs FirstOrDefault.
  • Reverse Words In A String In C#Nov 07, 2022. Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
  • How To Reconnect Log File To MDF FileNov 02, 2022. Trying to reconnect Log File to MDF File? Read and try the method given in the article.
  • Getting Started With OpenTelemetry in .NETOct 12, 2022. In this article, you will learn about OpenTelemetry and how to use it in .NET
  • How To Add Custom Add-Ins To MS WordOct 07, 2022. This article shows you how to add add-ins to word desktop.
  • How To Show Logged-In User Meetings In The PowerApps GridOct 04, 2022. In many apps, we require to fetch calendar meetings from outlook. For example, PowerApps applications for Time & Activity, Timesheet, and Daily Reports. So, in this article, we will learn: • How to fetch the display name of the calendar? • How to fetch calendar meetings of a logged-in user? • How to fetch Meetings description or notes?
  • How To Add Add-Ins In PowerPoint Sep 20, 2022. In this article, you will learn how to add custom add-ins.
  • LINQ Partitioning Operators - Take, TakeWhile, Skip & SkipWhileSep 13, 2022. Take, TakeWhile, Skip and SkipWhile are called Partitioning Operators and we’ll discuss and investigate them. Not only that we’ll also see an equivalent loop construct to appreciate where these operators derived.
  • How To Deploy Excel Add-ins To Your OrganizationAug 12, 2022. This article show you how to deploy excel add-ins in your organization.
  • How To Add Custom Add-Ins To ExcelJul 05, 2022. In this article, you will learn how to add Excel add-ins.
  • How To Deploy PowerPoint Add-ins To Your OrganizationJun 15, 2022. This article shows you, how to deploy PowerPoint add-ins.
  • Monitor Azure Synapse Analytics Using Log AnalyticsJun 15, 2022. In this article, you will learn how to monitor Azure Synapse Analytics using Log Analytics.
  • Speeding Up Logging In .NET 6Jun 09, 2022. In this article, you will learn how to speed up Logging in .NET 6.
  • How To Deploy Word Add-Ins To Your OrganizationJun 03, 2022. This article show you how to deploy word add-ins to your organization.
  • Logcat In AndroidMay 25, 2022. In this article, you will learn Logcat In Android.
  • How To Create Excel Add-InsMay 10, 2022. in this article i will show you how to create Excel Add-ins
  • Log Correlation In MicroservicesMay 09, 2022. In this article, you will learn how to correlate the logs in microservices.
  • Good VS Bad - Beyond The JavaScript ConsoleApr 29, 2022. In this article, you will learn about JavaScript Console.
  • How To Create PowerPoint Add-InsApr 04, 2022. in this article, I will show you how to create PowerPoint Add-ins
  • Speed Up Logging In .NETMar 24, 2022. In this article, you will learn about speed up logging in .NET.
  • How To Deploy Outlook Add-ins To Your OrganizationMar 19, 2022. This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
  • How To Publish Outlook Add-Ins Using Visual Studio CodeMar 17, 2022. In this article, you will learn how to publish outlook add-ins using visual studio code.
  • How To Create Word Add-InsMar 16, 2022. in this article I will show you how to create word add-ins.
  • Monitor Logs And Analytics In Azure MonitorMar 04, 2022. I will demonstrate how to monitor logs and analytics using Azure Monitor.
  • Awesome LINQ Features In .Net 6Feb 21, 2022. In this article, you will learn about awesome LINQ features in .Net 6.
  • Error Logging Using D365 CE PluginJan 30, 2022. This article is about error logging using D365 CE plugins
  • Awesome LINQ Impovements In .NET 6.0Jan 20, 2022. These are the articles for to show the LINQ improvements in .NET 6.
  • How to Convert an Array to a List in C#?Jan 13, 2022. Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential when flexibility in modifying the collection is needed. In C#, this can be achieved using the `ToList()` method provided by LINQ (Language Integrated Query) or by using the `List<T>` constructor, passing the array as an argument. Both approaches enable seamless conversion, allowing for easier manipulation and utilization of the collection's elements. This guide provides insights into the step-by-step process of converting an array to a list, emphasizing its utility and demonstrating practical use cases.
  • How To Write Logs To Amazon CloudWatch Using NLog In .NET 6 Web APIJan 11, 2022. In this article, you will learn how to write logs to Amazon CloudWatch using NLog in .NET 6 Web API.
  • Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In MindJan 10, 2022. When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext with the development in mind for development purposes, you may sometimes decide to use an in-memory database for all environments including production, you may set up HealthChecks, below shows how to add health checks for the DbContext also for the development environment good to have set o.EnableDetailedErrors(); and o.EnableSensitiveDataLogging(); ?to manipulate with all these options you may consider adding configuration options
  • How To Write Logs To Amazon CloudWatch Using Serilog In .NET 6 Web APIJan 08, 2022. How to write logs to Amazon CloudWatch using Serilog in .NET 6 Web API
  • Working With Temporal Tables In EF Core 6.0Dec 06, 2021. Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
  • Collection Performance - How Do You LINQ?Dec 04, 2021. In this article, you will learn how do you LINQ?
  • SQL Server Log Shipping (Without Active Directory)Nov 30, 2021. In this article, I'll demonstrate how to set Log Shipping in SQL server. SQL Server Log Shipping is one of the basic levels of SQL Server High-Availability (HA) features. It is an automated system/ way to keep backup & restore your database from one server/ instance to another or more server/instances.
  • How To Create Outlook Add-insNov 24, 2021. In this article, you will learn how to create outlook Add-ins.
  • Using Log4net To Log Exceptions In ASP.NETNov 22, 2021. With this guide, you will learn how to add log4net to your project and set it up to catch all the exceptions.
  • How To Write Unit Test For Exception And Console Log In C#Oct 01, 2021. In this article, we are going to explore about how to write unit test for exception and console log in C#.
  • Auto Populate Logged In User Name In PowerApps FormSep 17, 2021. This article explains the way to auto-populate logged-in user names in a single line of text and in the User column.
  • How To Use Logging Module In PythonSep 06, 2021. In this article, you will learn how to use logging module in python.
  • Web Security Vulnerabilities On User Session And Username Iteration Jul 29, 2021. In this article, you will learn about Web Security Vulnerabilities on User Session and Username Iteration.

About Logging-in-LINQ

NA

OUR TRAINING