Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

26
May
2026

6 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

7 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

13 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

16 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

14 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
May
2026

17 views

In this tutorial, you will learn how to create a Discord bot using the Discord.NET library within an ASP.NET Core application. This integration allows developers to enhance their Discord communities with automated responses, server management capabilities, and user engagement tools. A fundamental understanding of C# and ASP.NET Core is required to follow along effectively.

24
May
2026

14 views

This tutorial explores how to integrate the Slack API into an ASP.NET Core application, focusing on creating bots, using webhooks, and sending notifications. Understanding Slack's architecture and API capabilities is crucial for developers aiming to enhance team communications through automation. Familiarity with ASP.NET Core and basic web API concepts will be beneficial for following along.

24
May
2026

19 views

In this tutorial, you will learn how to effectively integrate the Reddit API with an ASP.NET Core application, focusing on managing posts and subreddits while implementing OAuth for secure authentication. Understanding this integration is crucial for building applications that leverage Reddit's vast data and community interactions. Before diving in, familiarity with ASP.NET Core, REST APIs, and OAuth concepts is recommended.

15
May
2022

Hello guys, we all need to secure our applications against unwanted user attacks, for saving privacy and maintaining application security. So for that purpose, we have to keep our passwords Encrypted in the Database. So, we will see how to Encrypt and Decrypt Passwords in Asp.Net.

09
Dec
2023

3,617 views

Inheritance is a fundamental concept in object-oriented programming, and it allows you to create new classes (derived or subclass) that inherit properties and behaviors from existing classes (base or superclass). In C++, inheritance is a key feature, and it enables you to establish a hierarchy of classes.

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.

28
Apr
2023

3,885 views

The underlying connection was closed: An unexpected error occurred on a send.

10
Apr
2026

97 views

In this guide, readers will learn how to effectively integrate the Cashfree Payment Gateway into an ASP.NET Core application, covering everything from setup to advanced use cases. This integration is crucial for enabling seamless online transactions, enhancing user experience, and ensuring secure payment processing. Familiarity with ASP.NET Core and basic programming concepts is recommended for optimal understanding.

19
Mar
2026

197 views

In this blog post, readers will learn about SQL Injection, a critical security vulnerability categorized as CWE-89. We will explore how it works, its implications, and effective strategies to prevent it in web applications.

21
Feb
2021

Hello guys, in this article we will tell you about what is Ajax? and how it can help you create better projects with better performance.Ajax basically used for Asynchronous Javascript and XML. As the name defines it helps you make server side operation asynchronously or you can say without reloading the page. So we will see few examples of using Ajax in Asp.Net MVC.

25
Mar
2026

79 views

This tutorial provides a comprehensive understanding of the fundamentals of Machine Learning using Python and the Scikit-learn library. By the end, you will be equipped with the knowledge to implement basic machine learning algorithms and apply them to real-world problems. A foundational understanding of Python programming and basic statistics is recommended to maximize your learning experience.

18
May
2026

31 views

This tutorial provides a comprehensive guide to integrating Ably, a powerful real-time messaging service, into ASP.NET Core applications using the Publish/Subscribe pattern. Understanding this integration is crucial for building responsive applications that require immediate data updates, such as chat applications or live notifications. Familiarity with ASP.NET Core and basic Pub/Sub concepts will help you grasp the implementation better.

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

785
Total Blogs
Programming articles & tutorials
2,452,678
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