Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

29
May
2026

10 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

8 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

8 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

14 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

14 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

20 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

18 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

15 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
Apr
2026

175 views

This blog post will guide you through the process of integrating SMTP2GO into an ASP.NET Core application for reliable email delivery. Understanding this integration is crucial for applications needing to send notifications, alerts, or user account confirmations. You should have a basic understanding of ASP.NET Core and email protocols.

21
Apr
2024

In today's digital landscape, security is paramount for any web application. One effective way to enhance security and protect against bots is by integrating Google reCAPTCHA. reCAPTCHA is a free service provided by Google that helps to distinguish between human and automated traffic on websites. In this article, we'll explore how to integrate Google reCAPTCHA into an ASP.NET MVC application.

09
Dec
2023

3,275 views

In the C programming language, operators are special symbols or keywords that perform operations on operands. Operands are the values or variables that operators act upon

02
Apr
2026

145 views

Readers will learn how to effectively use the Bootstrap CSS framework to create responsive web applications. Understanding Bootstrap is essential for modern web development as it simplifies the design process and ensures cross-device compatibility. Familiarity with basic HTML and CSS is required to maximize the benefits of this tutorial.

30
Mar
2026

54 views

This article delves into the intricacies of functions and arrow functions in JavaScript, exploring their syntax, behavior, and practical applications. Understanding these concepts is crucial for effective JavaScript programming, as they form the backbone of functional programming patterns in the language. Readers should have a basic familiarity with JavaScript syntax and programming concepts.

16
May
2026

47 views

Readers will learn how to integrate Mapbox with ASP.NET Core to create custom maps and manage geospatial data effectively. Understanding this integration is crucial for developing modern web applications that require location-based services. Familiarity with ASP.NET Core and basic knowledge of JavaScript will be beneficial to follow along.

05
Aug
2020

20,777 views

Browser Reload On File Save:- In Asp.Net you might have noticed you browser getting refreshed whenever you save any File using Fileupload in Webforms or MVC. We will see how we can stop that.

06
May
2026

69 views

In this comprehensive guide, you will learn how to effectively integrate AWS Rekognition into your ASP.NET Core applications for powerful image recognition capabilities. This integration enables developers to implement features like facial recognition, object detection, and scene analysis, enhancing user experiences and enabling innovative solutions. A basic understanding of ASP.NET Core and AWS services will be beneficial as we delve into the technical details.

31
May
2023

4,628 views

To generate an image using C#, you can utilize the System.Drawing namespace, which provides classes for working with images. Here's a simple example that demonstrates how to create a new image and save it to a file:

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,778
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