Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

15
May
2026

9 views

This tutorial provides a comprehensive guide on integrating Google Maps API into an ASP.NET Core application, focusing on Geocoding, Places, and Directions functionalities. Understanding these integrations is crucial for developing location-aware applications that can enhance user experience and accessibility. Prerequisites include basic knowledge of ASP.NET Core and familiarity with RESTful APIs.

15
May
2026

13 views

In this tutorial, you will learn how to integrate Sentry for real-time error monitoring in your ASP.NET Core applications. This integration allows developers to capture and analyze errors effectively, resulting in improved application reliability and user experience. Familiarity with ASP.NET Core and basic knowledge of error handling concepts will be beneficial before proceeding.

15
May
2026

10 views

In this tutorial, you'll learn how to integrate Seq Log Server with ASP.NET Core applications for centralized structured logging. This approach streamlines log management and improves the ability to analyze application behavior, which is crucial for debugging and monitoring in production environments. Prior knowledge of ASP.NET Core and basic logging concepts will be beneficial.

14
May
2026

16 views

This article will guide you through integrating Grafana and Prometheus with an ASP.NET Core application for real-time metrics and dashboard visualizations. Understanding this integration is crucial for monitoring application performance and ensuring operational excellence. Prior experience with ASP.NET Core and basic knowledge of Docker will be beneficial.

14
May
2026

12 views

This article delves into the integration of New Relic for performance monitoring in ASP.NET Core applications, detailing the steps to set it up effectively. Understanding this integration is crucial for developers aiming to enhance application performance and diagnose issues proactively. Before diving in, readers should have a basic knowledge of ASP.NET Core and performance monitoring concepts.

14
May
2026

16 views

This guide will walk you through the integration of Datadog APM for distributed tracing within ASP.NET Core applications. By the end of this post, you will understand how to set up and leverage Datadog APM to monitor application performance, troubleshoot bottlenecks, and enhance observability. Familiarity with ASP.NET Core and basic application monitoring concepts is recommended.

13
May
2026

28 views

This blog post provides an exhaustive guide on integrating the ELK Stack—Elasticsearch, Logstash, and Kibana—with ASP.NET Core applications to enhance logging and monitoring capabilities. Understanding this integration is crucial for building robust applications that can effectively manage and analyze log data. Prior knowledge of ASP.NET Core and basic logging concepts will be beneficial.

13
May
2026

42 views

This article covers the integration of Serilog into ASP.NET Core applications, focusing on structured logging and utilizing multiple sinks for log data. Understanding structured logging is crucial for effective debugging, monitoring, and application performance analysis. Prior knowledge of ASP.NET Core and basic logging concepts will enhance your grasp of the examples provided.

24
Mar
2026

82 views

In this post, readers will explore essential security practices for .NET 10 development, focusing on preventing vulnerabilities and ensuring data integrity. Understanding these practices is crucial for building robust applications that defend against common threats. Prior knowledge of C# and .NET framework fundamentals is recommended.

20
Nov
2022

Hangfire is an open-source library to schedule and execute background jobs in .NET applications. You'll be able to create a simple background process inside the same application pool or thread without creating separate applications. Hangfire creates background jobs in persistence storage, like MS SQL Server, Redis, MongoDB, and others, that may prevent you from losing the job on recycling IIS pools or exception prevalence.

10
May
2026

31 views

This blog post explores the integration of RabbitMQ with ASP.NET Core applications using MassTransit, a powerful service bus framework. You'll learn how to implement message queues to enhance application performance, scalability, and reliability. Familiarity with ASP.NET Core and basic messaging concepts will be beneficial as we dive deep into practical implementations.

05
Aug
2020

20,927 views

Error Handling in Asp.Net Core has changed a bit from what we used to use in Asp.Net Mvc. Before .Net Core We used to use OnException Methods to handle Exceptions while executing actions But it doesn't' see working in .Net Core as many features are changed.So In this Article we will see how to make exception handling work in Asp.Net Core.

02
May
2026

103 views

In this comprehensive guide, readers will learn how to integrate the Dropbox API with ASP.NET Core for file synchronization and management. This integration is crucial for applications that require reliable cloud storage solutions. Familiarity with ASP.NET Core and basic RESTful API concepts will be beneficial before diving into the details.

06
May
2026

56 views

In this comprehensive guide, you will learn how to effectively integrate AWS Rekognition into your ASP.NET Core applications for powerful image recognition capabilities. This integration enables developers to implement features like facial recognition, object detection, and scene analysis, enhancing user experiences and enabling innovative solutions. A basic understanding of ASP.NET Core and AWS services will be beneficial as we delve into the technical details.

05
Aug
2020

20,749 views

Browser Reload On File Save:- In Asp.Net you might have noticed you browser getting refreshed whenever you save any File using Fileupload in Webforms or MVC. We will see how we can stop that.

Trending This Month

Based on actual reader views in May 2026

Free Developer Tools

Handy online tools to boost your productivity — no login required.

HTML Beautifier
Format & prettify HTML code instantly
JSON Beautifier
Validate & format JSON with syntax highlighting
XML Beautifier
Indent and format XML documents
CSS Beautifier
Clean up and format CSS stylesheets
JS Beautifier
Beautify & minify JavaScript code
Diff Checker
Compare two texts and spot differences
Password Generator
Generate strong, secure passwords
Hash Generator
MD5, SHA-1, SHA-256 & more
Base64 Encode/Decode
Encode or decode Base64 strings
URL Encoder
Encode & decode URLs and query strings
JSON to CSV
Convert JSON arrays to CSV format
QR Code Generator
Generate QR codes for any text or URL
Regex Tester
Test and debug regular expressions live
Case Converter
camelCase, snake_case, PascalCase & more
Word Counter
Count words, characters & reading time
Timestamp Converter
Convert Unix timestamps to readable dates
Meta Tag Generator
Generate SEO meta tags & Open Graph tags
Color Picker
Pick colors and get HEX, RGB, HSL values
PDF Editor
Merge, split and convert PDF files
SEO Analyzer
Audit any URL and get an SEO score
JWT Decoder
Decode and inspect JWT tokens instantly
SQL Formatter
Format and beautify SQL queries
UUID / GUID Generator
Generate v4 UUIDs in bulk
JSON to TypeScript
Auto-generate TypeScript interfaces from JSON
Cron Explainer
Explain cron expressions in plain English
Number Base Converter
Convert between binary, hex, decimal & octal
CSV to JSON
Convert CSV data to JSON format
Markdown to HTML
Preview and convert Markdown to HTML
Lorem Ipsum Generator
Generate placeholder text for mockups
String Escape
Escape/unescape strings for JSON, HTML & more
World Clock
Live time in your timezone & worldwide
Image Converter
Convert JPG, PNG, WebP, BMP client-side
Image Resizer
Resize images to exact dimensions
Image Compressor
Reduce image file size without quality loss
Image to Base64
Encode images as Base64 data URIs
PNG to ICO
Create multi-size favicon .ico files

Our Community Impact

Blogs, views & resources shared with developers around the world

751
Total Blogs
Programming articles & tutorials
2,439,481
Total Views
Page views across all blogs
2,875
Downloads
Source code & resource downloads

Never study to be successful, study for self-efficiency. Don’t run behind success. Follow behind excellence, success will come all way behind you.

Translate Page