C#, ASP.NET Core & .NET Programming Tutorials

25
Mar
2026

6 views

This tutorial covers the intricacies of file handling in Python, including reading, writing, and managing files effectively. Mastering file operations is crucial for any programmer, as it enables data persistence and manipulation, which are essential in real-world applications. Familiarity with basic Python syntax and data types will be beneficial for understanding the concepts discussed.

24
Mar
2026

4 views

This article dives deep into the built-in functions in Python, covering their significance, real-world applications, and how they simplify programming tasks. Understanding these functions can greatly enhance your coding efficiency and effectiveness in Python. Before diving in, familiarity with Python syntax and basic programming concepts is essential.

24
Mar
2026

4 views

In this article, readers will learn the critical differences between mutable and immutable objects in Python, why these concepts are essential for effective programming, and the implications they have on memory management and performance. Understanding these characteristics will enhance your ability to write efficient, bug-free code and will allow you to make informed decisions when choosing data structures. A basic understanding of Python data types and object-oriented programming will be benef

24
Mar
2026

5 views

Readers will learn the fundamental differences between explicit and implicit type conversion in Python, why each type exists, and how they address specific programming challenges. Understanding these concepts is crucial for writing robust and error-free code, particularly when dealing with different data types. A basic understanding of data types in Python is required, including integers, floats, strings, and lists.

24
Mar
2026

6 views

This blog post will provide an in-depth understanding of creating custom middleware in ASP.NET Core, explaining its importance in request processing and how it can enhance application functionality. Readers will learn about various use cases, coding examples, and best practices to implement middleware effectively. Familiarity with ASP.NET Core and C# is recommended before diving into this topic.

24
Mar
2026

6 views

This article provides an in-depth exploration of middleware in ASP.NET Core, detailing its architecture, use cases, and implementation strategies. Understanding middleware is crucial for building flexible and maintainable applications, as it serves as a pipeline for request processing. Readers should have a basic understanding of ASP.NET Core and C# before diving into this topic.

24
Mar
2026

9 views

This comprehensive guide delves into CWE-119, focusing on buffer overflow vulnerabilities in C#. Readers will gain a deep understanding of how these vulnerabilities arise, their implications, and how to prevent them in production code. A solid grasp of memory management and C# programming is recommended to fully benefit from this post.

21
Oct
2021

Hello guys, often while dealing with project where we need to implement payment systems and need user to enter card number and show them the card number format properly. So for that purpose we have to use controls from payment gateways which are bit harder to manage on custom websites. So we will see how to implement Input Box Card Number Formatting using jquery.

31
Aug
2023

Hello guys in this video we will see how we can get visitors location information like country and city using simple javascript code. We will see how to do that.

11
Mar
2026

83 views

In this blog post, we will explore the concept of pointers in C programming, a fundamental feature that allows for efficient memory management and data manipulation. By understanding pointers, you will enhance your coding skills and gain better control over resource allocation and data structures.

10
Sep
2020

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET application built with C# and Web Forms. 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. There are four steps: Create the project and configure dependencies Create the payment Web Form Create a page to perform the charge Run the application

Trending This Month

Based on actual reader views in March 2026

Free Developer Tools

Handy online tools to boost your productivity — no login required.

Our Community Impact

Blogs, views & resources shared with developers around the world

460
Total Blogs
Programming articles & tutorials
2,355,602
Total Views
Page views across all blogs
2,873
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