TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Coding
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
David Mccarter (16)
Nikunj Satasiya (7)
Vinoth Arun Raj Xavier (4)
Ashutosh Singh (4)
Ziggy Rafiq (4)
C# Corner Live (3)
Jay Krishna Reddy (3)
Ajay Mor (3)
Mahesh Chand (2)
Dhanush K (2)
Anand Lakshminarasimh (2)
Rikam Palkar (2)
Sr Karthiga (2)
Chhavi Goel (2)
Yash Rajora (1)
Subarta Ray (1)
Dheeraj Malik (1)
Sardar Mudassar Ali Khan (1)
Rathrola Prem Kumar (1)
Raja Msr (1)
Abhishek Yadav (1)
Ayushi Omray (1)
Esamaldin Mohammed (1)
Mohammad Tahir Ansari (1)
Anu Viswan (1)
Matthew Cochran (1)
Mukesh Kumar (1)
Bhuvanesh Mohankumar (1)
Raj Bhatt (1)
Aditi Bamaniya (1)
Bikesh Srivastava (1)
Ravi Raghav (1)
Edinbiro James (1)
Andrew Fenster (1)
Michael Youssef (1)
Ishita Juneja (1)
Benjamin Baker (1)
Frank Odoom (1)
Thomas Scott (1)
Agnieszka Stec (1)
Sagar Lad (1)
Faisal Pathan (1)
Hitanshi Mehta (1)
Abhishek Gupta (1)
Jay Pankhaniya (1)
Ajay Yadav (1)
Abhishek Kumar Ravi (1)
Sushmita Kumari (1)
Javeed M Shaikh (1)
Sandeep Mishra (1)
Atul Sharma (1)
Allen O'neill (1)
Guest User (1)
samuel.ludlow (1)
James Divine (1)
Anshu Kumar (1)
Monica Rathbun (1)
Ankur (1)
Related resources for Coding
No resource found
.NET Core: Decoding .NET Core Custom Middleware
12/1/2023 6:55:18 AM.
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
Green Web Development with JavaScript
11/30/2023 10:46:50 AM.
In this article, we will talk about Green Web Development using JavaScript. Green Web Development focuses on designing and developing websites in a way that minimizes their energy consumption, especia
.NET Core: Unraveling Middleware Decoding
11/27/2023 11:35:28 AM.
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
Decoding Frontend Frameworks
11/17/2023 9:56:26 AM.
In the ever-evolving world of web development, the choice of a frontend framework is akin to selecting the foundation for a skyscraper. It must be robust, flexible, and well-suited to the task at hand
Open-Closed Principle (OCP) in .NET 6 Core
10/30/2023 5:50:49 AM.
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
Create Excel Charts (Waterfall, Funnel, Treemap, etc) with Java
10/30/2023 5:31:52 AM.
This article explains how to create waterfall chart, funnel chart, treemap chart, box and whisker chart, sunburst chart, and histogram chart in Excel with Java.
Single Responsibility Principle (SRP) in .NET Core
10/23/2023 8:19:29 AM.
As a developer with one year of experience, you've likely come across the SOLID principles, a set of five principles that promote clean, maintainable, and scalable code. Among these principles, th
Rockin’ The Code World with dotNetDave ft. Dylan Beattie - Ep. 88
10/17/2023 6:29:42 AM.
Join us with Dylan Beattie for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Decoding the Importance of HTTP Status Codes in Web Development
10/17/2023 6:17:15 AM.
In today's digital era, staying at the forefront of web development requires a deep grasp of HTTP status codes. These three-digit numbers reveal vital insights into web requests and responses, mak
Understanding and Utilizing Middleware in Applications
10/17/2023 5:39:13 AM.
Middleware is a vital component in the world of web applications. But what exactly is it, and how can it benefit your software projects? In simple terms, middleware is like a helpful assistant in your
C# StreamReader Code Examples
10/13/2023 4:58:22 AM.
C# StreamReader is used to read characters to a stream in a specified encoding. Learn how to use C# stream reader. C# StreamReader code example.
Decoding Clean Architecture Implementing the Bridge Pattern and API Operations in ASP.NET Core Web API
10/9/2023 8:45:27 AM.
By adhering to Clean Architecture principles, the codebase promotes a clear separation of concerns, ensuring that business logic is isolated from implementation details. This not only enhances code ma
Coding Principles - SOLID
10/6/2023 9:37:30 AM.
Solid Principles & Design Patterns explained.
Coding Principles - DRY and KISS
10/6/2023 9:34:11 AM.
This article explains DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid) principles.
Decoding IaaS vs PaaS for Beginners
10/5/2023 4:21:27 AM.
Discover the key differences between IaaS and PaaS in the cloud computing world.
Functions in R Programming
9/25/2023 9:22:52 AM.
In this article, we will delve into the world of functions in R programming, exploring their syntax, examples, outputs, and even creating flow diagrams to illustrate their operation.
Vectors in R Programming
9/21/2023 4:44:22 AM.
In this comprehensive guide, we'll look into the vectors in R program. We'll start by defining what vectors are, explore the various types of vectors, examine the syntax for creating and manip
Calculate The SUM Of The DataTable Column In C#
9/18/2023 10:39:52 AM.
In this article, I am going to explain how to calculate the sum of the DataTable column in ASP.NET using C#. Here, I'll also explain what a DataTable is in C#, as well as different kinds of ways t
How To Be a Professional Software Engineer: Be a Squeaky Wheel
9/12/2023 8:47:09 AM.
Professional software engineers advocate for their ideas persistently, embodying the 'squeaky wheel' principle. This phrase, rooted in American culture, underscores the importance of assertive
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Top 13 JavaScript Secure Coding Best Practices
8/29/2023 8:38:35 AM.
Learn how to write secure and robust JavaScript code with these best practices. Avoid common pitfalls and prevent vulnerabilities in your web applications.
Drawing the Indian Flag Using Python: A Creative Coding Project
8/25/2023 5:37:42 AM.
This article discusses a creative coding project that involves programming the drawing of the Indian flag using Python. It provides a step-by-step guide and code explanation to help readers recreate t
Printing All Subsets Of A Given Set Or The Power Set Problem
8/24/2023 9:01:04 AM.
The aim is simply to print all the possible subsets of a given set. There is not naive simple loop approach that I could come up with to solve this problem, so we would tackle it here using the second
Using SuperConvert.Abstraction NuGet Library for Data Conversion
8/23/2023 5:25:32 AM.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such
Real World Coding Issues - Design, Diagnostics and Other Common Code Issues
8/3/2023 8:20:17 AM.
In this article, I will discuss common coding issues that I frequently encounter in the projects I work on. These issues fall into the "Design" and “Diagnostics” category of code analyzers.
Object Relational Mapping (ORM) Using NHibernate - Part 8 of 8
8/1/2023 5:52:48 AM.
In this article we clear the question from the end of the first article, How do we manage a persistent object across sessions? .
How to Declare and Initialize a Tuple in C#?
7/31/2023 10:56:30 AM.
Learn about C# tuples: immutable data structures for grouping elements, useful for returning multiple values from methods.
Object Relational Mapping (ORM) Using NHibernate - Part 2 of 8
7/31/2023 5:41:13 AM.
Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a relational database using object-oriented programming paradigms. It bridges the gap between the obj
Decoding Database Sharding: A Comprehensive Overview
7/27/2023 9:37:40 AM.
Database sharding is a technique used to horizontally partition large databases into smaller, more manageable pieces called "shards." Each shard contains a subset of the data, and together t
Ensuring Secure Coding in C#: Maintaining Security
7/20/2023 9:38:52 AM.
This guide provides essential best practices to ensure secure coding in C# applications, addressing potential vulnerabilities and security threats. By implementing these practices, developers can fort
Writing Better Code -- Keepin' it Cohesive
7/20/2023 7:12:26 AM.
One of the aspects of code quality we can look at is cohesion. If code is highly cohesive it is also much more testable, reusable, readable and maintainable (all the good things in life). Likewise,
How to Maintain Application Security and Prevent Vulnerabilities in C#?
7/12/2023 6:33:15 AM.
This article provides essential best practices for ensuring secure coding in C#. By implementing these practices, developers can maintain the security of their applications and mitigate vulnerabilitie
Secure Coding in C# - Protecting Applications and User Data
7/11/2023 6:25:03 AM.
Importance of Secure Coding in C# Protecting Applications and User Data in Microsoft.net Framework
Real World Coding Issues - Style and Performance Issues
6/29/2023 9:09:03 AM.
This article will show common coding issues that I see in most of the projects I work on that are in the “style” category of the code analyzers.
Real World Coding Issues: Part I
6/29/2023 9:08:43 AM.
I hope you read all the articles in this series so you too can improve the performance and memory issues along with the common code issues that I see in the projects where I work. Most of the code sam
C# Naming Conventions
6/8/2023 7:25:55 AM.
C# naming conventions. In this article you will learn about C# coding standards naming conventions for best practice when you are developing an application.
C# Best Coding Guidelines
6/7/2023 9:46:06 AM.
In this article you will get to know about some Best Coding Guidelines in C#.
Coding Standards for Microsoft .NET
6/5/2023 5:58:14 PM.
In this session, the speaker will show examples and metrics from a real-world in-production solution.
Code Quality Conference 2023
6/5/2023 5:19:36 PM.
Code Quality Conference proved to be a valuable event for developers and IT professionals seeking to stay updated with the latest trends and best practices in code quality.
Coding Standards In C#
4/25/2023 5:52:57 AM.
Coding Standards in C#
Best Practices for Building Large-Scale Laravel Applications
4/22/2023 10:54:39 AM.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make
What Is The C# 12 Preview Features
4/14/2023 10:11:51 AM.
In this article will learn about the features of C# 12 preview features.
Types Of Parallelism In C#
4/7/2023 10:04:44 AM.
In this article we are going to explore about the different types of Parallelism and its usage in C#
Avoiding Common C# Coding Mistakes - Do's And Don'ts To Remember
4/6/2023 5:25:06 AM.
Here I'm explaining about the common mistakes that we must avoid while performing coding
Clean Coding Practices In .NET - Unit Tests And SOLID Principles
3/20/2023 8:25:31 AM.
In this article, you will learn about Clean Coding Practices in .NET: Unit Tests and SOLID Principles.
How to Convert String To Byte Array in C#
2/21/2023 12:17:55 PM.
The Encoding.GetBytes() method converts a string into a byte array in C#. This article includes a code example of how to convert a C# string into a byte array.
A Beginner's Guide To One-Hot Encoding Using Pandas' get_dummies Method
2/13/2023 10:34:11 AM.
In this article we'll learn about One-Hot Encoding using Pandas "get_dummies" Method
Coding Faster With dotNetTips.com Spargine 6 - February 2023 Release
2/3/2023 10:28:54 AM.
In this article, you will learn about Coding Faster with dotNetTips.com Spargine 6: February 2023 Release.
How To Find A Doctor Near Your Home in SQL Server
1/16/2023 10:32:57 AM.
How to use a database to find nearby locations. The geography data type and associated SQL Server functions can be used to calculate distances and search for nearby locations.
C# Coding Techniques
9/30/2022 7:03:49 AM.
I wrote this article for novice programmers who needs to grasp the concepts of What's C# code? and How we can write code?. To read this article you must have an overview of the .NET Framework and
Coding Faster With dotNetTips.com Spargine 6 - August 2022 Release
8/16/2022 6:14:37 PM.
In this article, you will learn about Coding Faster with dotNetTips.com Spargine 6: August 2022 Release.
How Does Python Get A Subset Of The List?
8/10/2022 10:32:29 PM.
In this article, you will learn how Python gets a Subset of the List.
Coding Faster With dotNetTips Spargine 6 - Validating Arguments Made Easy
6/20/2022 6:21:52 AM.
In this article, you will learn how to code faster with dotNetTips Spargine 6: Validating Arguments Made Easy
Can You Resolve Merge Conflicts Before They Happen?💥
6/16/2022 12:21:02 PM.
Solving merge conflicts is fun! - said no one ever. Nobody likes them, but it doesn’t change the fact that they are, well, part of the job. In this short post, I would like to briefly explain where th
Convert Image To Lossy And Lossless .webp Format In .NET
5/25/2022 1:11:31 PM.
This article demonstrates how to programmatically convert image to .webp.
5 Simple Productivity Tips For Developers
4/25/2022 12:39:01 PM.
Being as productive as possible is a goal of every developer. Why? Well, the list of benefits is long and includes your own well-being and work satisfaction. The tips I prepared for you today are well
How To Use GitLive With Any Git Repository In VS Code
4/20/2022 12:53:42 PM.
Great news?-? GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!
Data Engineering And Secure Coding With A Vulnerability Database
4/12/2022 3:16:03 PM.
In this article, you will learn about data engineering and secure coding with a vulnerability database.
Creating An Extension Method To Get Enum Description
3/30/2022 12:55:39 PM.
This article will take you down the rabbit hole to understand the extension methods in C#.
C# Coding Standards 😎
3/30/2022 10:29:30 AM.
In this article, we’ll learn how we can optimize lines of code, which we should follow to write better, more clear code
Best Coding Practices In ReactJS
1/17/2022 6:05:03 AM.
We will discuss best coding practice to make your react.js project more cleaner, easily adaptable and efficient.
Coding Faster With dotNetTips Spargine - January 2022 Release
1/1/2022 4:58:28 AM.
In this article, you will learn how to code Faster with dotNetTips Spargine: January 2022 Release.
Two Sum - LeetCode's Solution In C# With Both O(n) And O(n^2) Approach
11/23/2021 3:46:57 AM.
As an interviewer I saw that a lot of candidates are unaware of coding problems. It is a great practice to solve coding problems. In this article let's figure out Two sum's solution with multi
Coding Faster With dotNetTips Spargine - September 2021 Release
9/27/2021 4:32:28 PM.
In this article, you will learn about dotNetTips Spargine - September 2021 Release.
C# 10.0 - Here To Make Coding Simpler
9/27/2021 10:10:50 AM.
Along with the Visual Studio 2022 release later this year, another new version of C# in the form of C# 10.0 will be coming out and this article goes through some of the features that the devs will be
Introduction To Conditional Statement In C#
7/10/2021 9:50:49 AM.
This conditional statement is for the beginner where they can learn the basic idea about the conditional statement of the C# Programming languge. Here, this will contains the solution for the hackerra
Coding Faster With .NetTips Spargine - June 2021 Release
6/11/2021 10:20:48 AM.
In this article, you will learn how to code faster with dotNetTips Spargine  - June 2021 Release.
Coding Faster With The dotNetTips Spargine NuGet MAR 2021 Update
5/3/2021 2:05:05 PM.
In this article, you will learn about Coding Faster With The dotNetTips Spargine NuGet MAR 2021 Update
Error | Object Doesn't Support Property Or Method 'Includes' In Internet Explorer 8
3/10/2021 4:40:43 PM.
In this article, I am going to explain how to fix the error Object doesn't support property or method 'includes' as well as Object doesn't support property or method 'indexOf'
Unsafe Coding: Pointers in .NET
2/9/2021 9:07:57 AM.
In this article you will learn one of the advanced concepts of the pointer implementation under the CLR context.
Coding4Fun Toolkit in .NET
2/5/2021 6:10:30 AM.
In this article we try to get in the Codeing4fun tool kit.
Split Alphabets From Alphanumeric String In SQL Server
2/3/2021 1:55:14 PM.
This article gives an explanation about how to split alphabets from the alphanumeric string in an SQL server. Here I'll also explain how to create a function in an SQL server.
Coding Faster With The dotNetTips Utility - February 2021 Update
1/29/2021 6:02:27 AM.
In this article, you will learn the tips about ­­Coding Faster with the dotNetTips Utility: February 2021 Update.
Upload And Save File In Database As VARBINARY Data In ASP.NET Using C# And VB.NET
1/13/2021 3:57:20 PM.
In this article, I am going to explain how to upload and save the file in the database as VARBINARY Data in asp.net using c# and vb.net. Here I'll also explain how to upload files in asp.net as we
How To Create Web Service In ASP.NET Web Forms With Example
1/13/2021 3:23:57 PM.
This article gives an explanation about how to create web service in asp.net web forms and return the response in JSON and XML formate. Here I also explain how to retrieve data from the SQL server dat
NgRx in Angular
1/12/2021 9:33:47 AM.
In this video, we will talk about NgRx, why, and where should we consider using it? We will also talk about the Redux pattern
ASP.NET Web API 2 In MVC 5 Using C# With Example
1/11/2021 2:11:36 PM.
in this article, I am going to explain how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step b
Merge Multiple PDF Files Into Single PDF Using Itextsharp In C#
1/7/2021 8:47:52 PM.
In this article I am going to explain how to merge multiple pdf files into a single pdf in using Itextsharp in c# here I also explained the use of Itextsharp library as well as how to find and delete
Delay Signing an Assembly
11/28/2020 10:48:23 PM.
In this article we will elaborate the terminology Delay Signing as well as what it means. How it works and the approach to achieve it.
How Does Your "Code Smell"
11/27/2020 12:07:50 AM.
In computer programming, code smell is any symptom in the source code of a program that possibly indicates a deeper problem. We are going to look at some of them here.
Coding Faster With The dotNetTips Utility - November 2020 Update
11/3/2020 10:29:29 PM.
In this article, you will learn about coding Faster with the dotNetTips Utility.
Coding Faster With The dotNetTips Utility - September 2020 Update
9/21/2020 1:24:26 AM.
In this article, you will learn about Coding Faster With The dotNetTips Utility - September 2020 Update.
IT Security vs. Secure Coding
9/18/2020 12:55:03 PM.
In this article, you will learn about IT Security vs. Secure Coding.
Coding Faster With The dotNetTips Utility - DateTime Extensions
8/22/2020 9:51:03 AM.
In this article, you will learn about Coding Faster with the dotNetTips Utility: DateTime Extensions.
NDepend - A Complete Static Code Analysis Tool
8/20/2020 7:09:59 AM.
A few months ago, I came across one static code analysis tool named NDepend and found this to be the next level of static code analysis
⏲️ Visual Time Spent - Time Tracking Extension For Coding In Visual Studio
8/18/2020 7:42:59 AM.
This article helps in tracking the time which we are spending in Visual studio on multiple projects.
Nullable Reference Types in C# 8
7/28/2020 1:22:03 AM.
In this video, we will talk about C# newly introduced feature which is nullable reference types
C# 8 Positional and Property Pattern
7/28/2020 1:18:10 AM.
C# 8 Positional and Property Pattern
How To Scroll And View Millions Of Records
7/7/2020 6:44:06 AM.
Concepts for handling large volumes of data visually - mobile and web.
Coding Faster With The dotNetTips Utility - StringBuilder Extensions
6/24/2020 10:20:15 PM.
In this article you will learn about coding faster with the dotNetTips Utility - StringBuilder Extensions.
Voice of a Developer: Save Coding Time With Lodash.js - Part 29
6/4/2020 7:43:01 AM.
In this article you will learn how to parse JSON in JavaScript. This is part 29 of the article series.
Hard Coding Pape Size during Printing
5/21/2020 4:48:21 AM.
Every time I set up a new Windows printer I spend a few minutes going through every bit of the printer properties making sure that every bit is set to A4. The code discussed in this article shows, how
Simple Barcoding In C#
5/21/2020 4:43:55 AM.
This article provides a simple way to produce Code 3 of 9 Barcodes through C#. While there are many third-party controls that offer this functionality, it is just as simple to integrate your barcodes
JavaScript Coding Patterns
5/6/2020 8:19:41 PM.
In this article we will learn about JavaScript Coding Patterns.
Connecting The BMP085 In Arduino With Python Coding
4/26/2020 11:56:36 PM.
In this article I will explain about connecting the BMP085 in Arduino with Python coding.
Coding Standards Gone Bad
4/23/2020 2:45:55 AM.
In this article, you will learn about the Coding Standards Gone Bad.
JavaScript Coding Standards
4/20/2020 6:22:12 AM.
Being a novice or a professional often we wonder how to write effective, maintainable and extendible code. This article defines guidelines to enforce consistent style and formatting and help developer
Interfacing The Keyboard With Arduino In Python Coding
4/13/2020 5:47:30 AM.
In this article, I will explain the method of Interfacing the keyboard with Arduino, using Python code.
Reverse Geocoding in Android Studio
3/25/2020 4:21:53 AM.
In this article you will learn Reverse Geocoding using XML request format
Google Geocoding API in Android Studio
3/25/2020 4:13:25 AM.
In this article you will learn about Google Geocoding API.In this article we will do Geocoding using json output.