Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

27
May
2026

9 views

In this tutorial, you will learn how to implement barcode scanning and generation in an ASP.NET Core application using the ZXing.NET library. Understanding these concepts is crucial for building modern applications that require inventory management, product tracking, or any scenario where quick identification is essential. Before diving in, ensure you have a basic understanding of ASP.NET Core and C# programming.

27
May
2026

5 views

In this tutorial, readers will learn how to integrate Zapier webhooks into an ASP.NET Core application to automate workflows. This integration is crucial for connecting various services and streamlining processes without manual intervention. It is essential to have a basic understanding of ASP.NET Core and web development principles to follow along effectively.

27
May
2026

7 views

In this comprehensive guide, you will learn how to integrate Google Analytics 4 (GA4) using the Measurement Protocol in your ASP.NET Core applications. This integration allows you to send data directly to Google Analytics servers, which is crucial for tracking user interactions that may not occur on your website, such as server-side events. Prior knowledge of ASP.NET Core and basic familiarity with Google Analytics will help you grasp the concepts presented here.

26
May
2026

10 views

This guide delves into automating the renewal of Let's Encrypt SSL certificates within an ASP.NET Core application using Certbot. Understanding this process is crucial for maintaining secure communications on the web, as SSL certificates require periodic renewal to ensure ongoing protection. Readers should have a basic understanding of ASP.NET Core and server management.

26
May
2026

12 views

This blog post dives deep into integrating Azure Key Vault with ASP.NET Core applications for managing sensitive information like secrets and certificates. Understanding this integration is crucial for enhancing your application's security posture and ensuring compliance with best practices. Readers should have a basic understanding of ASP.NET Core and Azure services before proceeding.

26
May
2026

16 views

This tutorial covers the integration of Cloudflare Turnstile into your ASP.NET Core applications, emphasizing its privacy-centric approach compared to traditional CAPTCHAs. You will learn how to implement this solution to enhance user experience while maintaining security. A basic understanding of ASP.NET Core and web development concepts is recommended.

25
May
2026

19 views

In this tutorial, you'll learn how to integrate the Have I Been Pwned API into your ASP.NET Core application for checking password breaches. This is crucial for enhancing application security and protecting user data. Familiarity with ASP.NET Core and basic HTTP requests will be beneficial.

25
May
2026

17 views

This comprehensive guide covers the integration of Google reCAPTCHA v3 in ASP.NET Core applications, emphasizing how to protect your web forms from bots without compromising user experience. Understanding reCAPTCHA v3 is crucial for developers looking to enhance their applications' security while maintaining usability. Prior knowledge of ASP.NET Core and basic web development concepts will be beneficial for navigating this tutorial effectively.

25
Mar
2026

70 views

In this blog post, you will delve into the intricacies of data binding in Angular, focusing on the differences and applications of one-way and two-way binding. Understanding these concepts is crucial for creating dynamic, responsive applications that efficiently manage data flow between components and templates. Familiarity with TypeScript and basic Angular concepts is recommended for a deeper appreciation of the examples and scenarios presented.

21
Aug
2023

The java.lang.IllegalStateException with the message "The driver executable does not exist" typically occurs in the context of automated testing using web automation frameworks such as Selenium WebDriver.

09
Dec
2023

3,170 views

The do while loop statement executes a statement or a block of statements while a specified Boolean expression evaluates to true. Because that expression is evaluated after each execution of the loop, a do-while loop executes one or more times.The do while loop stops execution exits when a boolean condition evaluates to false. Because the while(condition) specified at the end of the block, it certainly executes the code block at least once.This differs from the while loop, which executes zero or more times. The do while loop is the same as while loop except that it executes the code block at least once

22
May
2026

29 views

This article delves into the integration of HashiCorp Vault within ASP.NET Core applications for efficient secrets management. Understanding this integration is essential for developers looking to enhance security by managing sensitive data such as API keys and database credentials. Readers should be familiar with basic ASP.NET Core concepts and RESTful services.

30
Mar
2026

66 views

This article will guide you through the integration of Node.js and MongoDB using Mongoose, a powerful ODM. Understanding this stack is crucial for building scalable and efficient web applications. You should have a basic understanding of JavaScript and familiarity with Node.js.

25
Mar
2026

116 views

This blog post will delve into crucial security best practices for .NET 10 development, providing insights on how to protect applications from common vulnerabilities. Understanding these practices is vital for developers aiming to build secure applications in today's threat landscape. Familiarity with .NET 10 fundamentals, including its architecture and libraries, is recommended before diving into security enhancements.

12
Oct
2022

Hello guys, considering the security of web applications and api's we often have to implement security tokens. Sometimes we use owin authentication and sometimes JWT Tokens. So in this article we will see how to implement JWT Token Authentication in ASP.NET MVC using JWT.

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

788
Total Blogs
Programming articles & tutorials
2,453,468
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