Skip to main content

Free Programming Tutorials, Blogs & Developer Tools

12
Apr
2026

3 views

In this tutorial, readers will learn how to implement asynchronous data access using Dapper in ASP.NET Core applications. Understanding asynchronous programming is crucial for building responsive and scalable web applications, especially when dealing with database operations. Familiarity with C#, ASP.NET Core, and basic SQL is recommended to follow along effectively.

12
Apr
2026

4 views

This post provides an in-depth comparison between Dapper and Entity Framework in ASP.NET Core, exploring their strengths and weaknesses in data access strategies. Understanding these frameworks is crucial for developers aiming to optimize performance and maintainability in their applications. Familiarity with C#, ASP.NET Core, and basic database concepts is recommended for following along.

12
Apr
2026

4 views

This article covers essential techniques for debugging Dapper queries in ASP.NET Core, focusing on practical tips and real-world scenarios. Understanding how to effectively debug Dapper queries enhances application reliability and performance. Familiarity with ASP.NET Core and Dapper is recommended to grasp the concepts discussed here.

11
Apr
2026

6 views

In this article, you will learn how to enhance the performance of Dapper in your ASP.NET Core applications, exploring both theoretical concepts and practical implementations. This optimization is crucial for high-performance applications that require efficient database interactions. A solid understanding of Dapper and ASP.NET Core is recommended before diving into the optimization techniques.

11
Apr
2026

6 views

In this guide, readers will learn how to effectively use Dapper, a lightweight ORM for .NET, within an ASP.NET Core application. Understanding Dapper's capabilities will enhance data access efficiency and performance in your applications. A basic knowledge of C#, ASP.NET Core, and SQL databases is required to follow along.

11
Apr
2026

6 views

This guide will teach you how to efficiently execute raw SQL queries using SQLite in Python 3.11, covering everything from basic CRUD operations to advanced transaction management. Understanding how to interact with databases directly via SQL allows for greater flexibility and control over data manipulation. Familiarity with Python's SQLite module and SQL syntax is beneficial as a prerequisite.

10
Apr
2026

20 views

In this guide, readers will learn how to effectively integrate the Cashfree Payment Gateway into an ASP.NET Core application, covering everything from setup to advanced use cases. This integration is crucial for enabling seamless online transactions, enhancing user experience, and ensuring secure payment processing. Familiarity with ASP.NET Core and basic programming concepts is recommended for optimal understanding.

10
Apr
2026

14 views

This blog post will guide you through using Pa11y, a powerful accessibility testing tool, to scan your website for common accessibility issues. Understanding and implementing accessibility best practices is crucial for reaching a wider audience and ensuring compliance with legal standards. You should be familiar with Node.js and basic web development concepts to fully leverage the examples provided.

16
Mar
2026

65 views

In this blog post, we will explore the concept of abstract classes in C#, how they are defined, and why they are essential in object-oriented programming. You'll learn how to implement abstract classes with practical code examples, and discover best practices to avoid common pitfalls.

16
Jan
2022

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

26
Mar
2026

29 views

This post will provide an exhaustive exploration of Angular pipes, both built-in and custom, detailing their functionality and use cases. Understanding pipes is crucial for efficient data transformation in Angular applications, enhancing both performance and user experience. Prior knowledge of Angular components and templates is recommended for optimal comprehension.

22
Jan
2022

Hello guys, now a days we always want to implement Google authentication login using Google Api . In this article we will learn how to Integrate Google SignIn in Asp.Net mvc.

02
Apr
2026

56 views

This guide delves into the intricate world of CSS animations and transitions, exploring their theoretical foundations and practical applications. Understanding these concepts is crucial for creating engaging web experiences that enhance user interaction and visual appeal. Familiarity with HTML and CSS basics is essential before diving into the advanced techniques covered herein.

19
May
2023

4,085 views

The Regex class in C# is part of the System.Text.RegularExpressions namespace. It provides a way to work with regular expressions, allowing you to perform pattern matching and manipulation of text. Here are some common operations you can perform using the Regex class:

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

612
Total Blogs
Programming articles & tutorials
2,384,283
Total Views
Page views across all blogs
2,874
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