C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rajesh Gami(12)
Ananya Desai(6)
Saurav Kumar(5)
Ajay Narkhedkar(5)
Mominul Islam(5)
Tuhin Paul(5)
Aarav Patel(4)
Sandhiya Priya(4)
Mahesh Chand(4)
Sardar Mudassar Ali Khan (3)
Rohit Gupta(3)
Niharika Gupta(3)
Vinoth Xavier(3)
Nidhi Sharma(2)
Shanuka Maheshwaran(2)
Pankajkumar Patel(2)
Vishal Gami(2)
Ck Nitin(2)
Kripanshu Kumar(2)
Riya Patel(1)
Farrukh Rehman(1)
Tanuj (1)
Sarthak Varshney(1)
Darshan Adakane(1)
Raghunath Bhukan(1)
Parthiv Suthar(1)
Lokesh Varman(1)
Dinesh Gabhane(1)
Jefferson S. Motta(1)
Hariyanisantosh (1)
Sangeet Shah(1)
Kaveendra Dhilhan(1)
Uttam Chaturvedi(1)
John Godel(1)
Baibhav Kumar(1)
Rajeev Paliwal(1)
Nikhil Patil(1)
Mariem Moalla(1)
Shivang (1)
Gowtham Rajamanickam(1)
Ziggy Rafiq(1)
Divyansh Gupta(1)
Neel Shah(1)
Dashrath Hapani(1)
Mohammad Hasan Hosseini(1)
Resources
No resource found
How to Implement Logging in ASP.NET Core using Built-in ILogger?
Mar 31, 2026.
Master ASP.NET Core logging with ILogger! Learn to track errors, monitor performance, and debug efficiently. Implement robust logging for reliable applications.
Global Exception Handling in ASP.NET Core Web API
Mar 26, 2026.
Master global exception handling in ASP.NET Core Web API for robust, secure apps. Centralize error management, ensure consistent responses, and improve debugging.
How to Handle Global Exception Handling in ASP.NET Core Web API
Mar 25, 2026.
Centralize error handling in ASP.NET Core Web API for cleaner code, consistent responses, and improved security. Learn to implement global exception handling.
How to Identify and Fix Slow SQL Queries in Production Systems?
Mar 16, 2026.
Boost application speed! Learn to identify & fix slow SQL queries in production. Master indexing, query optimization, and monitoring for peak database performance.
What Tools Help Developers Analyze Performance Issues in Distributed Cloud Services?
Mar 13, 2026.
Discover essential tools for analyzing performance issues in distributed cloud services. Improve system reliability and detect bottlenecks with our expert guide.
Complete Crypto Dashboard with Live Ticker, Price History Logging, Professional UI, and SEO Optimization
Mar 13, 2026.
Build a real-time crypto dashboard with live tickers, price history, and a professional UI. Track Bitcoin, Ethereum, and Solana prices. Optimized for SEO.
What Strategies Help Monitor and Detect Suspicious Activity in Backend Systems?
Mar 13, 2026.
Protect backend systems! Learn strategies for monitoring and detecting suspicious activity, from centralized logging to SIEM, ensuring data security and uptime.
What Techniques Help Simplify Debugging in Large-Scale Applications?
Mar 13, 2026.
Simplify debugging in large-scale apps! Learn techniques like structured logging, distributed tracing, APM, and observability for faster issue resolution and stability.
What Techniques Help Developers Debug Complex Distributed Systems?
Mar 11, 2026.
Master debugging complex distributed systems! Learn techniques like centralized logging, tracing, monitoring, and chaos testing for faster root cause analysis.
Automating IIS Maintenance A Step-by-Step Guide to 5-Hour Restarts
Mar 05, 2026.
Automate IIS maintenance with PowerShell and Task Scheduler! This guide details how to create a script and schedule it to restart IIS every 5 hours, ensuring server stability.
How to Debug a Failing Kubernetes Pod in Production?
Mar 03, 2026.
Troubleshoot Kubernetes pods in production with this step-by-step guide. Learn to diagnose issues using kubectl, logs, and debugging techniques for faster resolution.
ClawDeck Mission Control: What it is and How to manage AI agents with one dashboard
Mar 02, 2026.
Learn what ClawDeck is and how it helps you monitor, track, and orchestrate AI agents at scale, with simple steps and practical safeguards.
How to Handle Large File Uploads in ASP.NET Core?
Feb 26, 2026.
Learn how to handle large file uploads in ASP.NET Core! Configure Kestrel & IIS, use streaming, validate files, and implement chunked uploads for scalability.
🧱 Lecture 12: Structured Logging & Monitoring
Feb 23, 2026.
Implement structured logging in .NET 8 Web API using Serilog. Configure JSON logs for Error, Info, and Debug levels, enhancing application monitoring and debugging.
How to Handle Exception Handling in C# Effectively?
Feb 16, 2026.
Master C# exception handling for robust .NET apps. Learn best practices, avoid common pitfalls, and ensure stability with structured logging and global handling.
Logging Best Practices with ILogger and Serilog in .NET Applications
Feb 14, 2026.
Master .NET logging with ILogger and Serilog! Learn best practices for structured logging, error handling, and cloud integration for robust applications.
MongoDB Auditing and Compliance Explained
Feb 10, 2026.
Understand MongoDB auditing and compliance for enhanced security and regulatory readiness. Learn best practices, avoid common mistakes, and build trustworthy environments.
What Is OpenClaw and How to Build AI-Powered Automation Workflows
Feb 10, 2026.
Learn what OpenClaw is and how to build AI-powered automation workflows using triggers, tool calls, retries, and logging with a real-world implementation example.
Observability in Cloud-Native Systems Explained
Feb 04, 2026.
Understand observability in cloud-native systems! Learn how logs, metrics, and traces provide deep visibility, improve reliability, and reduce downtime.
Monitoring and Logging in Cloud Environments Explained
Feb 03, 2026.
Master cloud monitoring and logging! Learn how to track performance, diagnose issues, and secure your cloud environment. Essential for reliability and security.
Why Does Server CPU Usage Spike at the Same Time Every Day?
Jan 28, 2026.
Troubleshoot daily CPU spikes! Discover common causes like cron jobs, backups, and database maintenance. Optimize schedules for stable server performance.
Why Does Application Log File Grow Rapidly and Fill Disk Space?
Jan 27, 2026.
Rapid log growth filling disk space? This article explores common causes like excessive logging, missing rotation, large payloads, and traffic spikes. Learn to control logs!
Grafana 12.3: A Beginner's Guide to New Features
Jan 24, 2026.
Grafana 12.3 simplifies observability with a redesigned logs panel, interactive learning, improved dashboards, and enhanced data source support. Upgrade now!
Why are Linux systemd Services Starting Successfully but Failing Minutes Later Without Logs?
Jan 21, 2026.
Troubleshoot silent systemd service failures on Linux! Learn why services start but fail without logs, covering misconfigurations, memory issues, and dependencies. Practical fixes included.
How Can Teams Audit Data Access When Using Shared Service Accounts?
Jan 21, 2026.
Audit shared service accounts effectively! Learn to track data access, enhance security, and maintain compliance. Implement logging, least privilege, and monitoring.
Understanding and Fixing Server.MapPath File Logging Errors in ASP.NET
Jan 16, 2026.
Fix ASP.NET file logging errors caused by incorrect Server.MapPath usage and missing directories. Learn how to properly handle paths and create directories for reliable logging.
Why ASP.NET Core Feels Fast Locally but Slow in Production
Jan 15, 2026.
ASP.NET Core apps often feel fast locally but slow in production due to environment settings, hosting limits, database and EF Core query issues, async blocking, logging overhead, cold starts, caching mistakes, and network latency. This guide shows the root causes plus code examples to diagnose and fix them.
How to Debug a Node.js App That Crashes Without Error Logs
Jan 14, 2026.
Troubleshoot Node.js apps that crash silently! Learn to debug without error logs using global handlers, logging, debug flags, & memory checks. Prevent future crashes!
Modern Logging in .NET with Serilog
Jan 04, 2026.
Implement structured logging in .NET Core with Serilog. Enhance app monitoring using sinks for consoles, files, SQL, and more. Improve debugging and analysis.
Observability Becomes a First-Class Feature in ASP.NET Core
Jan 03, 2026.
Unlock ASP.NET Core's built-in observability! Monitor app health with metrics, logs, and tracing. Learn setup, coding examples, dashboards, and production tips.
Best Approaches for Implementing Logging and Monitoring in Distributed Systems
Jan 02, 2026.
Learn the best approaches for logging and monitoring in distributed systems using simple language. Understand logs, metrics, tracing, tools, real-world examples, and best practices for reliable systems.
Logging and Monitoring in .NET Core Projects
Jan 01, 2026.
Master .NET Core logging and monitoring! Learn to use ILogger, Serilog, and custom middleware for robust apps. Track performance, errors, and system health.
How to Restrict Dataverse Table Records to Logged-in Users in Power Pages
Jan 01, 2026.
Learn how to restrict Dataverse table records to logged-in users, ensuring they only see their data. Implement contact-based access control for improved security.
Using OpenSearch in Real Projects: A Practical Example and Lessons Learned
Dec 17, 2025.
Deploy Azure P2S VPN with Certificates via Virtual WAN
Dec 16, 2025.
This article explains how to use Azure Virtual WAN to connect to your Azure resources.
Exception Handling in ASP.NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
LangSmith Cost Tracking: Full Guide to Logging, Monitoring, and Optimizing LLM Costs
Dec 06, 2025.
A comprehensive walkthrough of LangSmith’s cost-tracking system, including setup, callbacks, token accounting, dashboards, best practices, and optimization strategies.
Optimizing Audit Queries by Time-Keyed Clustering
Dec 02, 2025.
Optimize audit queries with Time-Keyed Clustering! Learn how to improve performance, reduce I/O, and efficiently manage large audit datasets. Boost Angular app speed!
Optimizing Bulk Import Pipelines with Minimal Logging
Dec 02, 2025.
Optimize bulk import pipelines by minimizing logging! Learn strategies for ASP.NET Core, database optimization, & error handling to boost performance & reduce downtime.
Optimizing Bulk Import Pipelines with Minimal Logging: A Complete Guide
Dec 02, 2025.
Optimize bulk import pipelines by minimizing logging! Learn strategies for ASP.NET Core, database optimization, & error handling to boost performance & reduce downtime.
How to Deploy Container to Azure Container Apps using Azure CLI?
Dec 01, 2025.
Deploy containers to Azure Container Apps using Azure CLI! This guide covers creating environments, deploying apps, verifying deployments, and cleanup, all serverless.
Unified Logging and Diagnostics in ASP.NET Core
Nov 28, 2025.
Master ASP.NET Core logging & diagnostics! Learn unified logging, structured logging, and centralized exception handling. Gain observability for robust applications.
How to Deploy Container to Azure Container Instances using Azure CLI?
Nov 26, 2025.
Deploy containers to Azure Container Instances (ACI) using Azure CLI. Learn to create resource groups, configure container settings, and verify your deployment. ACI simplifies container management without VMs.
How to publish ASP.NET Core 10 on IIS (Internet Information Service)?
Nov 25, 2025.
Learn how to successfully publish your ASP.NET Core 10 application to IIS! This guide covers setting up your project for IIS, configuring the correct architecture (x86), creating a publish profile, and deploying. Ensure a smooth deployment with our step-by-step instructions.
How to Use TRY…CATCH for Error Handling in SQL Server
Nov 25, 2025.
Master SQL Server error handling with TRY...CATCH! Learn to build robust, reliable databases using transactions, logging, and retry logic. Prevent data corruption.
Mastering Dependency Injection in ASP.NET Core – Complete Beginner to Advanced Guide
Nov 23, 2025.
This article provides a complete and detailed understanding of Dependency Injection (DI) in ASP.NET Core, covering everything from basic concepts to advanced topics such as IoC containers, service lifetimes, middleware injection, captive dependency issues, and multiple service implementations. With real-world examples, clean architecture explanations, and interview-oriented insights, this guide helps developers build scalable, maintainable, and testable applications while improving their professional knowledge and .NET development skills.
Building a Unified Logging Correlation Model (TraceID Propagation)
Nov 24, 2025.
Implement TraceID propagation across Angular, .NET, and microservices for end-to-end request tracing. Improve debugging, observability, and system reliability.
Practical Logging in ASP.NET Core Using Built-In ILogger: Production Scenarios, Patterns, and Case-Study Implementation
Nov 24, 2025.
Master ASP.NET Core logging with ILogger! Learn practical techniques, best practices, and a case study for production-ready applications. Improve debugging and monitoring.
Why Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
Nov 23, 2025.
GZip compression speeds up .NET apps by shrinking web responses. Learn how it boosts performance, cuts costs, improves SEO, and works automatically with IIS!
6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)
Nov 23, 2025.
This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
Building a Unified Logging Correlation Model (TraceID Propagation) | .NET + Angular
Nov 21, 2025.
Master distributed tracing in .NET & Angular! Learn to correlate logs, traces & metrics with Trace IDs for efficient debugging & observability. #OpenTelemetry
Implementing Your Own Change Tracking Engine (without CDC) | Angular + .NET Core
Nov 20, 2025.
Build a custom change tracking engine in Angular & .NET Core, bypassing SQL Server CDC. Capture data changes, enable audit/undo, and ensure data integrity.
Middlewares in ASP.NET Core — The Ultimate Detailed Guide
Nov 20, 2025.
This article provides a highly detailed and comprehensive guide to Middlewares in ASP.NET Core, covering the complete request-processing pipeline, middleware architecture, built-in and custom middlewares, real-world use cases, microservices integration, performance tuning, and essential interview concepts. It is designed for beginners, intermediate developers, and professionals preparing for .NET interviews or building enterprise web applications.
Understanding .NET Core: A Simple and Complete Guide for Beginners
Nov 18, 2025.
A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simple language, making it easy for students and new developers to understand and start their .NET journey.
Building an API Activity Log Table (Who Accessed What, When, and What Changed)
Nov 17, 2025.
Build a complete API activity logging system in ASP.NET Core with SQL Server and Angular. Track API access, data changes, and ensure audit compliance.
AI-Based Anomaly Detection in SQL Server and Application Logs
Nov 14, 2025.
Detect SQL Server & app anomalies with AI! Build a robust pipeline using ML & LLMs for proactive issue detection, improved performance & enhanced security.
Building Custom Middleware for API Request and Response Logging in ASP.NET Core
Nov 13, 2025.
Master API request/response logging in ASP.NET Core using custom middleware. Enhance debugging, auditing, and performance with practical implementation tips and production-ready enhancements.
Intelligent Error Classification in Application Logs Using AI Models
Nov 11, 2025.
Leverage AI for intelligent error classification in application logs using ASP.NET Core, ML.NET, OpenAI, and Angular. Automate categorization and predict issues.
Implementing Database Audit Logging Using Triggers in Oracle
Nov 06, 2025.
Implement robust audit logging in ASP.NET with Oracle using database triggers. Track CRUD operations, user actions, and data changes for compliance and security.
Zero Downtime Deployment Strategies for ASP.NET Core Apps
Nov 05, 2025.
Eliminate downtime during ASP.NET Core deployments on IIS! Learn Blue-Green strategies, Jenkins CI/CD, health checks, and monitoring for seamless updates.
Centralized Logging & Monitoring in ASP.NET Core using Serilog and Elastic Stack (ELK)
Nov 04, 2025.
Centralize ASP.NET Core logging with Serilog and ELK (Elasticsearch, Logstash, Kibana). Improve monitoring, troubleshoot faster, and gain real-time insights into your applications. Learn to set up a robust logging pipeline for enhanced observability.
⚙️ Mastering Exception Handling in .NET Core — Complete Guide with Examples
Oct 28, 2025.
Master .NET Core exception handling! Learn try-catch, global handlers, middleware, custom exceptions, and logging for robust & user-friendly apps.
How to Troubleshoot Errors in a .NET MVC Website
Oct 25, 2025.
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
ASP.NET Core Monitoring & Logging Mastery | Proactive Application Insights (Part-34 of 40)
Oct 22, 2025.
Master ASP.NET Core monitoring and logging with this comprehensive guide. Learn to proactively use Application Insights, structured logging, health checks, and alerting to build observable, production-ready applications. Implement distributed tracing, performance counters, and robust security monitoring for optimal application health and reliability. Elevate your DevOps practices and ensure application resilience.
Module 16 of 40 : ASP.NET Core Middleware Mastery: Custom Logging, Auth & Pipeline Control
Oct 20, 2025.
Master ASP.NET Core middleware! This comprehensive guide covers custom logging, authentication, error handling, and pipeline optimization. Learn to build robust and efficient web applications with real-world examples, advanced patterns, and best practices for ultimate control over your HTTP pipeline. Enhance API security, performance, and request tracking.
ASP.NET Core Error Handling: Master Middleware, Logging & Exception Strategies (Part-20 of 40)
Oct 20, 2025.
Master ASP.NET Core error handling with this comprehensive guide! Learn to implement custom middleware, structured logging with Serilog, and global exception strategies for resilient applications. Explore real-world patterns, API error responses, database resilience, and security considerations. Elevate your application's reliability and user experience through proactive error management and continuous improvement.
Observability in Azure Functions: Enabling Application Insights and Custom Logging for Real-Time Fraud Detection
Oct 17, 2025.
Master observability in Azure Functions for real-time fraud detection! Learn to enable Application Insights, implement custom structured logging with Python, and gain deep insights into transaction behavior. Discover how FinGlobal Inc. reduced fraud losses by $4.3M by leveraging custom dimensions for real-time monitoring and anomaly detection. Elevate your fintech security and resilience with enterprise-grade logging best practices.
Observability Is Non-Negotiable: Logging and Debugging Azure Functions in Life-Critical Systems
Oct 16, 2025.
Ensure reliability in critical Azure Functions with robust observability. This article demonstrates how to effectively log and debug Azure Functions, using a real-world vaccine cold chain monitoring scenario. Learn to leverage Application Insights for end-to-end transaction tracing, custom dimensions, and proactive alerting. Master local debugging techniques with Azure Functions Core Tools to replicate production behavior and resolve issues swiftly, preventing costly failures and ensuring data integrity in mission-critical systems. Build, debug, and deploy with confidence!
🚀 Master SQL Server Transaction Log Management — The Smart, Secure, Automated Way!
Oct 14, 2025.
Master SQL Server transaction log management! Stop runaway log files from consuming disk space. Learn a safe, automated approach to manage log growth without breaking your backup chain. Includes a free emergency script, long-term strategies, and best practices for FULL recovery, monitoring, and ransomware defense.
Connect Entra ID Logs to Microsoft Sentinal
Oct 12, 2025.
Secure your Microsoft environment by connecting Entra ID logs to Microsoft Sentinel. This integration provides real-time threat detection, automated incident response, and enriched investigations using KQL. Learn how to ingest Audit, Sign-in, Provisioning, and Risk Events, fulfilling prerequisites, and troubleshooting common issues to enhance your SecOps capabilities and protect against identity-based attacks. This setup is a must for modern SecOps.
Google Gemini Enterprise Security Explained: Compliance, Data Protection, and Governance Controls for Businesses
Oct 10, 2025.
Explore how Google Gemini Enterprise secures your company’s data. Learn about its encryption, compliance certifications (ISO, SOC 2, GDPR, HIPAA), governance dashboards, and why enterprises trust Gemini for AI at scale.
Debug Like a SRE: Build a Real-Time JSON Log Aggregator for Critical Systems Using Python
Oct 11, 2025.
This article demonstrates how structured logging with JSON transforms debugging from a nightmare into a streamlined process. Learn to parse, filter, and color-code logs for instant insights, enabling rapid diagnosis and resolution of issues in distributed environments. Ideal for SREs and developers managing complex systems.
Build a Log Aggregator with Structured JSON Parsing Using Python
Oct 10, 2025.
This article guides you through building a real-time log aggregator with Python. Learn to parse structured JSON logs, filter by service/error level, and drastically reduce MTTR. Transform chaos into clarity with observable, understandable logs. Improve your debugging workflow today!
How to Clone Java’s StringTokenizer in Python: A Real-Time Log Parsing Use Case
Oct 07, 2025.
Learn how to implement Java's StringTokenizer in Python for parsing real-time cloud logs. This article explores Pythonic string tokenization techniques, including building a reusable StringTokenizer clone with custom delimiters, escape character handling, and stateful iteration. Discover best practices for performance and when a stateful tokenizer is superior to Python's built-in split() method, especially in high-volume data streams. Includes complete code and unit tests.
Implement a Custom Logger in Node.js
Oct 06, 2025.
This article covers essential aspects like log levels, structured JSON logging, asynchronous writing, file rotation strategies, and integration with centralized logging systems (ELK, Datadog). Discover when a custom solution is preferable to existing libraries like Winston or Pino, and how to build a lightweight, efficient, and secure logger tailored to your specific application needs.
Monitoring and Logging .NET Applications in Azure and AWS
Oct 03, 2025.
Master monitoring and logging for .NET applications in Azure and AWS. This guide explores Azure Monitor, Application Insights, Log Analytics, CloudWatch, X-Ray, and CloudTrail. Learn to detect issues early, optimize performance, ensure security, and gain business insights. Implement best practices like structured logging, centralized logs, alerts, and distributed tracing for stable, secure, and optimized cloud-native .NET apps.
How to configure Azure API gateway to get user logs
Oct 01, 2025.
Enhance user tracking in Azure API Management by configuring inbound policies to capture user details and send them to Application Insights. This allows you to monitor API usage, troubleshoot issues, and gain valuable insights into user activity. Learn how to implement custom policies to enrich requests with user identity and other relevant information for improved observability and analysis. Store logs to database for future references.
Generative AI Observability in Production: From Logs to Live Quality and SLOs
Sep 29, 2025.
Unlock the power of Generative AI observability! This article provides a comprehensive guide to monitoring GenAI systems in production, from logging to live quality and SLOs. Learn how to track key metrics like latency, error rate, faithfulness, and safety, enabling faster shipping, calmer incident response, and confident scaling. Discover practical strategies for building effective dashboards, alerts, and evaluation pipelines to ensure your GenAI applications deliver fast, accurate, and safe answers.
Azure IIS Setup: Installing a Free Let’s Encrypt SSL Certificate
Sep 27, 2025.
Secure your Azure-hosted IIS web applications with a free Let's Encrypt SSL certificate! This step-by-step guide walks you through the entire process, from prerequisites to verification, ensuring encrypted communication, improved user trust, and a boost in search engine rankings. Learn how to use Win-ACME to automate certificate installation and renewal, saving you time and resources. Get HTTPS up and running on your Azure website today!
What is IIS? A Complete Overview of Internet Information Services
Sep 21, 2025.
Discover Internet Information Services (IIS), Microsoft's powerful web server for Windows. This comprehensive overview explores IIS features, including ASP.NET support, security, scalability, and administration tools. Learn how IIS works, its real-world use cases, and why it's a top choice for hosting websites and applications in Windows environments. Explore its advantages and alternatives.
Logging and Monitoring Security Events in ASP.NET Core
Sep 19, 2025.
Enhance your ASP.NET Core application security by implementing robust logging and monitoring practices. This guide covers structured logging with Serilog, NLog, and built-in providers. Learn to detect suspicious activities, trace API calls, and identify unauthorized access. Discover how to set up alerts for brute-force attacks, secure log data, and comply with security standards like GDPR. Improve incident response and strengthen your application's defense posture with real-time monitoring using Application Insights, ELK, or SIEM tools.
What is Kestrel and How Does it Differ from IIS?
Sep 11, 2025.
Understand the key differences between Kestrel and IIS for ASP.NET Core hosting. Kestrel is a cross-platform, open-source web server known for its speed and efficiency, ideal for modern cloud environments. IIS, a Windows-specific server, offers robust enterprise features like security and logging. Learn when to use each, or combine them for optimal performance and security. Discover the best approach for your application's needs.
Choose a Data Storage Approach at the Cloud
Aug 23, 2025.
This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
Automating Site-Wide Permission in SharePoint Online with PnPjs
Aug 14, 2025.
Automate SharePoint Online permissions using SPFx and PnPjs. Create site-wide groups, assign roles, propagate across sites, and enable centralized auditing for consistent, secure, and scalable access management.
Structured Logging in .NET: Why You Should Avoid String Interpolation
Aug 13, 2025.
Structured Logging in .NET: Why You Should Avoid String Interpolation, and string concatenation and use structured logging instead.
A Comprehensive Guide to Development, Deployment, Security, and Best Practices
Aug 11, 2025.
Building Robust APIs with the Microsoft Stack: A Comprehensive Guide to Development, Deployment, Security, and Best Practices.
Best Practices for Exception Handling in ASP.NET Core Web APIs
Aug 01, 2025.
Exception handling is a critical aspect of building robust, secure, and maintainable Web APIs. In ASP.NET Core, handling exceptions gracefully ensures that the API provides meaningful error information to consumers without exposing sensitive internal details or causing the application to crash.
Build a Daily Mood Tracker in C# Console App with JSON Storage
Aug 01, 2025.
In this beginner-friendly C# project, you will build a simple daily mood tracker using a console interface and JSON for local data storage. This project is great for understanding how to combine real-life utility with coding fundamentals.
🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real Examples
Jul 29, 2025.
ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
🔐 Power Pages: Display Current Logged-in User’s Full Name Using Liquid template
Jul 19, 2025.
Learn how to display the full name of the currently logged-in user in Power Pages using Liquid templates. A step-by-step guide for Power Apps developers to personalize user experience.
How to Build HIPAA-Compliant Software: A 10-Step Developer’s Guide
Jul 12, 2025.
Learn the essential 10-step playbook for developers to design, secure, and maintain HIPAA-compliant software products. From risk assessments to audit logging, bake privacy in from day one.
Designing & Retaining HIPAA Audit Logs: Best Practices for Developers
Jul 12, 2025.
Learn how to implement comprehensive HIPAA audit logging—what PHI events to capture, how to store logs immutably, retention requirements, and real-time monitoring for compliance and security.
Best Practices and Code Examples for Azure Functions using C# 13
Jun 09, 2025.
Ziggy Rafiq shares best practices for structuring, testing, and deploying production-grade serverless functions using Azure and xUnit in this article.
Logging in ASP.NET Core Web API Using MongoDB
Jun 03, 2025.
Logging is one of the most important parts of building a real-world application. It helps you track errors, monitor behavior, and understand what your app is doing behind the scenes.
Implementing Azure Key Vault for Secure Secret Management
May 01, 2025.
Azure Key Vault is a secure cloud service to store and manage secrets, keys, and certificates. It offers centralized control, strong encryption, RBAC access, and audit logging for enhanced application security.
Introduction to IIS Site and Application Pool – Series II
Apr 16, 2025.
Learn the basics of Internet Information Services (IIS) by understanding two core components: Sites and Application Pools.
Deploying Web Apps in IIS – Step-by-Step (Series III)
Apr 16, 2025.
A hands-on walkthrough for beginners on how to deploy web applications or services in IIS, including setting up bindings, configuring application pools, and verifying deployments.
Understanding of Internet Information Services – Series I
Apr 16, 2025.
Get started with Internet Information Services (IIS) in this beginner-friendly series. Learn the basics of Microsoft's powerful web server, its features, its setup process, and how it supports hosting web applications on Windows.
ASP.NET Session State: Storing Data Beyond IIS Restarts
Mar 20, 2025.
?To maintain ASP.NET sessions after an IIS restart, configure the session state to use SQL Server, State Server, or a distributed cache like Redis instead of the default in-memory storage.
High Performance of LoggerMessage in Microsoft.Extensions.Logging
Mar 08, 2025.
LoggerMessage in Microsoft.Extensions.Logging provides high-performance logging by reducing memory allocations and improving efficiency. Unlike traditional logging methods, it uses precompiled delegates to format log messages, making it faster.