Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

06
Jun
2026

10 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

11 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

10 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

18 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

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

05
Jun
2026

21 views

This article explores the critical issue of CSV injection within ASP.NET Core applications, detailing effective strategies to prevent such vulnerabilities. Understanding and mitigating CSV injection is essential for maintaining application security, especially in scenarios involving data export to CSV. Familiarity with ASP.NET Core and basic security concepts will enhance the reader's grasp of the material presented.

04
Jun
2026

28 views

In this comprehensive guide, readers will learn about the vulnerabilities associated with XML External Entity (XXE) injection in ASP.NET Core applications, and how to effectively prevent them. Understanding these security issues is crucial for any developer working with XML data parsing. Familiarity with ASP.NET Core and XML handling is recommended before diving into the details.

04
Jun
2026

27 views

This article delves into the critical topic of preventing XPath Injection vulnerabilities in ASP.NET Core applications. Understanding and mitigating these vulnerabilities is essential for securing XML data processing and ensuring application integrity. Readers should have a basic understanding of XML, XPath, and ASP.NET Core fundamentals.

01
Apr
2026

116 views

This guide delves into the intricacies of stored procedures in SQL Server, exploring their functionality, advantages, and real-world applications. Understanding stored procedures is crucial for optimizing database operations, enhancing security, and improving code maintainability. Prior knowledge of SQL and basic database concepts will be beneficial for grasping the advanced topics covered in this article.

04
Apr
2026

169 views

This guide will delve into best practices for securing Grok API integrations in ASP.NET, emphasizing the importance of robust security measures. Understanding these practices is crucial for protecting sensitive data and ensuring reliable application performance. Familiarity with ASP.NET core concepts and API development is recommended to maximize the learning experience.

17
Apr
2026

95 views

This blog post will explore how to optimize the performance of the Gmail API within ASP.NET Core applications, focusing on best practices, code examples, and real-world scenarios. Understanding these optimizations is crucial for building efficient applications that require email interactions, especially in high-load environments. Readers should have a basic understanding of ASP.NET Core and RESTful APIs as prerequisites.

22
Jul
2023

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 7.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 7.0

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

817
Total Blogs
Programming articles & tutorials
2,465,620
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