Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

28
Apr
2026

8 views

This blog post delves into the critical topic of generating cryptographically secure random values in ASP.NET Core, addressing the vulnerabilities and risks associated with inadequate randomness. Understanding this concept is essential for developers working with security-sensitive applications, as it impacts secure token creation, password generation, and more. Familiarity with the basics of cryptography and ASP.NET Core is beneficial but not strictly required.

28
Apr
2026

8 views

This post delves into the critical importance of replacing weak cryptographic algorithms such as MD5 and SHA-1 with stronger alternatives like SHA-256 and AES in ASP.NET Core applications. Understanding these concepts is vital for securing sensitive data and maintaining compliance with modern security standards. Readers should be familiar with basic cryptography principles and ASP.NET Core framework fundamentals.

28
Apr
2026

8 views

Readers will learn how to effectively enforce HTTPS and HTTP Strict Transport Security (HSTS) in ASP.NET Core applications to mitigate security risks. Understanding these concepts is crucial for protecting data in transit and ensuring secure communications. Prior knowledge of ASP.NET Core and basic web security principles will be beneficial.

28
Apr
2026

9 views

In this comprehensive guide, you will learn how to configure secure cookie attributes in ASP.NET Core, focusing on HttpOnly, Secure, and SameSite attributes. Understanding these attributes is crucial for protecting web applications from common vulnerabilities such as cross-site scripting (XSS) and cross-site request forgery (CSRF). A foundational knowledge of ASP.NET Core and web security principles will be beneficial as we explore these concepts in depth.

28
Apr
2026

10 views

Readers will learn how to effectively prevent session fixation attacks in ASP.NET Core applications by configuring secure sessions. Understanding session fixation is crucial for maintaining user security and trust, particularly in applications handling sensitive data. A solid grasp of ASP.NET Core's session management features is recommended before diving into this topic.

28
Apr
2026

10 views

This tutorial provides a comprehensive guide to integrating Fast2SMS into an ASP.NET Core application for SMS delivery in India. You will learn how to set up the integration, manage SMS sending, and handle errors effectively. Prior knowledge of ASP.NET Core and RESTful APIs will be beneficial for following along.

28
Apr
2026

3 views

This tutorial covers the integration of MSG91 for One-Time Password (OTP) and SMS functionality in ASP.NET Core applications. Understanding this integration is crucial for enhancing user authentication and communication within your applications. Prerequisites include knowledge of ASP.NET Core and basic understanding of REST APIs.

04
Mar
2024

Expanding the reach of your ASP.NET webpage by making it accessible to users from diverse linguistic backgrounds is essential for enhancing user experience and increasing engagement. One effective way to achieve this is by integrating Google Translate into your Asp.Net webpage, enabling users to translate the content into their preferred language effortlessly.

19
Apr
2026

47 views

This guide will explore how to automate the creation of Jira issues from ASP.NET Core applications, enhancing project management efficiency. Understanding this automation can significantly improve team collaboration and reduce manual tasks. Familiarity with ASP.NET Core and basic API concepts will be beneficial as we dive into the implementation details.

21
Aug
2023

The java.lang.IllegalStateException with the message "The driver executable does not exist" typically occurs in the context of automated testing using web automation frameworks such as Selenium WebDriver.

15
Aug
2021

6,359 views

Hello guys, We often found ourself in the need of a realtime chat app . For two way communication in your webapp. We will see how to implement real time chat using SignalR with .Net core and Vue.js. SignalR is basically used for any sort of realtime functionalities. We will use .Net core for managing chathub . You can see complete steps in the article.

22
Apr
2026

48 views

This blog post delves into the significance of checking ModelState.IsValid in ASP.NET Core applications, emphasizing its role in ensuring data integrity during model binding. Readers will learn why this validation step is crucial for preventing runtime errors and maintaining application security. A basic understanding of ASP.NET Core MVC and model binding will be beneficial for following along.

05
Jul
2022

Hello guys, while creating asp.net core application we often need to implement export of data and for this purpose we sometimes need to export views to pdf file. So, We will see how to export view as pdf in Asp.Net Core MVC in simple steps using itextsharp library which is free.

Trending This Month

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

701
Total Blogs
Programming articles & tutorials
2,411,535
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