Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

07
Jun
2026

17 views

This article provides a comprehensive guide on implementing rate limiting in ASP.NET Core to mitigate Denial of Service (DoS) vulnerabilities, specifically addressing CWE-400. Readers will learn about the importance of rate limiting, various strategies to implement it, and practical code examples to ensure their applications remain resilient under heavy traffic. A solid understanding of ASP.NET Core middleware and dependency injection is recommended for optimal comprehension.

07
Jun
2026

11 views

This article explores the implementation of security audit logging in ASP.NET Core applications using Serilog and Seq. Understanding how to track and log security events is critical for identifying potential vulnerabilities and ensuring compliance with security standards. Readers should have a basic knowledge of ASP.NET Core, logging concepts, and familiarity with NuGet packages.

07
Jun
2026

14 views

In this comprehensive guide, you will learn how to implement secure logging practices in ASP.NET Core applications using Serilog, specifically focusing on avoiding sensitive data in logs. Understanding and mitigating the risks associated with logging sensitive information is crucial for maintaining application security and compliance with data protection regulations. Before diving in, it's essential to have a basic understanding of ASP.NET Core, logging mechanisms, and the Serilog library.

06
Jun
2026

20 views

In this post, you will learn how to secure third-party scripts and resources loaded from CDNs in ASP.NET Core applications using Subresource Integrity (SRI). Understanding SRI is crucial for safeguarding your application against malicious modifications to external scripts, which can lead to security vulnerabilities. Before diving in, familiarity with ASP.NET Core, CDN usage, and basic security principles is beneficial.

06
Jun
2026

19 views

This blog post delves into preventing clickjacking attacks in ASP.NET Core applications by implementing X-Frame-Options and Content Security Policy (CSP) headers. Understanding these security measures is critical for safeguarding user interactions and maintaining the integrity of web applications. Before diving in, readers should have a basic understanding of web security concepts and ASP.NET Core framework.

06
Jun
2026

16 views

In this article, readers will learn how to mitigate mass assignment vulnerabilities in ASP.NET Core Web APIs using Data Transfer Objects (DTOs). Understanding this concept is crucial for securing applications against unauthorized data manipulation. Prior knowledge of ASP.NET Core, RESTful APIs, and basic security principles is recommended.

05
Jun
2026

25 views

This article delves into CWE-942, focusing on Cross-Origin Resource Sharing (CORS) misconfigurations in ASP.NET Core Web APIs. Understanding and fixing these misconfigurations is crucial for securing your applications against cross-origin attacks. Readers should have a basic understanding of ASP.NET Core and web security principles.

05
Jun
2026

20 views

In this post, readers will learn about CWE-601 and how to effectively prevent Open Redirect attacks in ASP.NET Core MVC applications. Understanding these attacks is crucial for maintaining application security and protecting user data. Knowledge of ASP.NET Core MVC fundamentals and basic security principles is recommended before diving into this topic.

26
Mar
2026

98 views

This guide delves into the intricacies of using the HTTP Client in Angular to interact with REST APIs, highlighting its significance in modern web applications. Understanding this component is vital for building robust applications that communicate effectively with backend services. Prior knowledge of Angular fundamentals and TypeScript is recommended for a smoother learning experience.

09
Dec
2023

3,088 views

Operator overloading in C++ allows you to define how operators behave when used with objects of user-defined classes. You can customize the behavior of operators, such as +, -, *, /, ==, and many others, to work with your own classes, making your code more intuitive and expressive.

18
Jul
2023

3,739 views

HashSet is a Java Collections Framework class that implements the Set interface. It gives a collection with no duplicate elements and no set order for its elements. HashSet is built on a hash table data structure, which allows it to add, remove, and search for elements in constant time (O(1)).

Trending This Month

Based on actual reader views in June 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

820
Total Blogs
Programming articles & tutorials
2,467,444
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