Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

29
May
2026

14 views

This article explores the implementation of authorization in ASP.NET Core through policies and role-based access controls. Understanding these concepts is crucial for securing applications against unauthorized access. Readers should be familiar with ASP.NET Core fundamentals and basic authentication mechanisms.

29
May
2026

11 views

This blog post provides an exhaustive guide on implementing secure file uploads in ASP.NET Core, focusing on validation, storage strategies, and MIME type checking. Understanding the importance of these practices is essential to prevent vulnerabilities such as arbitrary file upload attacks. Familiarity with ASP.NET Core and basic web security principles is recommended before diving into this topic.

29
May
2026

15 views

This blog post delves into the implementation of Cross-Site Request Forgery (CSRF) protection using the AntiForgeryToken in ASP.NET Core MVC. Understanding CSRF vulnerabilities is crucial for securing web applications, as these attacks can lead to unauthorized actions on behalf of authenticated users. To fully grasp the implementation details, readers should be familiar with ASP.NET Core MVC fundamentals and basic security concepts.

28
May
2026

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

28
May
2026

16 views

This article will thoroughly explore the concept of Cross-Site Scripting (XSS) vulnerabilities as defined by CWE-79, focusing on prevention techniques in ASP.NET Core MVC and Razor Pages. Understanding and mitigating XSS is crucial for maintaining secure web applications, as it directly impacts user data and application integrity. Readers should have a foundational understanding of ASP.NET Core and web security principles to fully benefit from this discussion.

28
May
2026

21 views

This tutorial covers the integration of a Currency and Exchange Rate API in ASP.NET Core, enabling real-time forex data retrieval. Understanding how to implement this functionality is crucial for applications requiring currency conversion and financial data analysis. Prior knowledge of ASP.NET Core and RESTful API concepts will be beneficial.

27
May
2026

21 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

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

19
Mar
2026

201 views

In this blog post, we will explore the concept of CWE-1236, also known as CSV Injection or Formula Injection, which poses a significant security risk when exporting data to CSV files. We will delve into the mechanics of this vulnerability, its implications, and how to mitigate the risks associated with it.

24
Nov
2023

Hello guys, we often want to integrate payment gateways in our Asp.Net applications. Some of the most popular payment gateways are payumoney,paypal,stripe and razorpay. We have already covered payumoney and stripe in our blogs. In this article we will see how to implement paypal in Asp.Net Core 8.0.

23
Nov
2023

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 8.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 8.0

20
Mar
2026

124 views

This article delves into the intricacies of XPath Injection, a critical security vulnerability in XML query interfaces. Readers will learn about its mechanisms, implications, and how to effectively mitigate such risks. A firm grasp of XML, XPath, and basic web application security principles will be beneficial.

14
Aug
2022

4,662 views

Hello guys, sometimes we need to put validations on textboxes to accept certain type of data. For that purpose , we will see how to apply input validations using javascript. This will contain Numbers validation , Number And Decimal validation , Alphanumeric validation , Alphabet validation.

26
Mar
2026

91 views

This in-depth guide explores the fundamental data structures in Python: lists, tuples, and sets. Understanding these structures is crucial for efficient data manipulation and algorithm implementation in Python. A basic familiarity with Python syntax and data types is recommended before diving into this article.

30
Mar
2026

134 views

In this detailed guide, readers will learn how to implement JSON Web Token (JWT) authentication in Node.js applications, understand the underlying principles of JWT, and explore best practices for secure implementation. This knowledge is crucial for developing secure APIs and web applications that manage user authentication effectively. Familiarity with Node.js and JavaScript is required to fully grasp the concepts presented here.

21
May
2026

51 views

This detailed guide covers the integration of FastReport in ASP.NET Core applications, focusing on generating dynamic reports and exporting them to PDF. Understanding this integration is crucial for developers needing robust reporting solutions that seamlessly fit into modern web applications. Readers should have a basic understanding of ASP.NET Core and C# to fully grasp the concepts discussed.

10
Apr
2026

111 views

In this comprehensive guide, readers will explore how to leverage Object-Relational Mapping (ORM) techniques in Python using SQLAlchemy to interact with SQL databases efficiently. Understanding ORM is crucial for developers looking to streamline database operations and enhance code maintainability. A solid foundation in Python and SQL is recommended for better comprehension of the concepts discussed.

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

794
Total Blogs
Programming articles & tutorials
2,455,955
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