Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

03
Jun
2026

10 views

This article delves into CWE-20, focusing on input validation best practices in ASP.NET Core. Understanding these practices is crucial for securing applications against common vulnerabilities. Readers should have a foundational knowledge of ASP.NET Core and C#.

03
Jun
2026

9 views

This article delves into the critical importance of preventing cleartext storage of passwords and tokens in ASP.NET Core applications. Understanding and implementing secure storage practices is vital for protecting user data and maintaining application integrity. Readers should have a basic understanding of ASP.NET Core and cryptography concepts to fully grasp the content.

03
Jun
2026

8 views

This article will guide you through the intricacies of encrypting sensitive data at rest using the Data Protection API in ASP.NET Core, a vital step for maintaining data confidentiality and integrity. Understanding these concepts is crucial for developers who handle sensitive information like user credentials and personal data. A solid grasp of ASP.NET Core and C# is recommended to fully benefit from the examples and explanations provided.

02
Jun
2026

17 views

This article delves into the critical aspects of implementing proper session expiry and token revocation in ASP.NET Core applications, addressing the vulnerabilities that arise from inadequate session management. Understanding these concepts is essential for building secure applications that protect user data and maintain integrity. Familiarity with ASP.NET Core fundamentals and web security principles is recommended for optimal comprehension.

02
Jun
2026

26 views

In this blog post, readers will learn how to securely validate JSON Web Tokens (JWTs) in ASP.NET Core Web APIs while adhering to best practices and avoiding common pitfalls. This topic is crucial for developers looking to implement secure authentication and authorization mechanisms in their applications. A solid understanding of JWT structure, security implications, and the ASP.NET Core authentication framework is recommended before diving in.

02
Jun
2026

24 views

This article provides an exhaustive guide on implementing secure password hashing in ASP.NET Core Identity using PBKDF2 and BCrypt. Understanding these hashing algorithms is crucial for protecting user credentials and ensuring application security. Readers should have a basic knowledge of ASP.NET Core and identity management concepts.

01
Jun
2026

29 views

In this blog post, you will learn how to prevent code injection vulnerabilities in dynamic expression evaluation using ASP.NET Core. Understanding and mitigating these vulnerabilities is crucial for building secure applications that handle user input. A solid grasp of expression trees, dynamic LINQ, and validation techniques will be beneficial before diving in.

01
Jun
2026

33 views

This article delves into the implementation of the Least Privilege principle through ASP.NET Core Authorization Policies, addressing the security concerns outlined in CWE-269. Understanding how to effectively limit user permissions is essential for protecting web applications against unauthorized access and data breaches. Prior knowledge of ASP.NET Core basics and role-based access control will be beneficial for readers.

25
Apr
2026

86 views

In this guide, readers will learn how to integrate the Mailgun API with ASP.NET Core for sending and tracking emails. Understanding this integration is essential for creating robust applications that require email communication, such as newsletters, notifications, and user verification. Prior familiarity with ASP.NET Core and basic API concepts will be beneficial.

08
Apr
2026

89 views

This blog post will delve into how to effectively utilize the Jira REST API within an ASP.NET Core application for managing tasks. Understanding this integration is crucial for developers looking to streamline project management workflows and enhance team productivity. Readers should be familiar with ASP.NET Core and RESTful APIs to fully benefit from this tutorial.

26
May
2026

86 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.

28
May
2026

38 views

This post delves into the critical issue of SQL Injection, specifically CWE-89, and how to effectively prevent it using Dapper and Entity Framework in ASP.NET Core applications. Understanding these concepts not only enhances application security but also protects sensitive data from malicious attacks. Before diving into the solutions, a solid understanding of SQL, ASP.NET Core, and ORM tools is recommended.

26
Mar
2026

81 views

Readers will learn about the powerful concept of decorators in TypeScript, including their syntax, use cases, and best practices. Understanding decorators is crucial for enhancing code readability and reusability in large applications. Familiarity with TypeScript, classes, and basic JavaScript concepts is required to fully grasp the content.

08
Mar
2026

263 views

In this blog post, you will learn the fundamentals of C# programming, including key concepts, syntax, and practical examples. By the end, you will be equipped to write basic C# applications and understand essential programming principles.

24
Mar
2026

105 views

This article explores CWE-269, focusing on the critical importance of the Principle of Least Privilege (PoLP) in software security. We will delve into its theoretical foundations, practical implementations, and real-world applications, providing comprehensive code examples and best practices. A solid understanding of access control mechanisms and security principles is beneficial for readers to grasp these concepts fully.

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

809
Total Blogs
Programming articles & tutorials
2,461,832
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