10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About programming
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (6)
Sourav Kayal (5)
Vijay Kumari (5)
Nimit Joshi (4)
Agnieszka Stec (3)
Amit Choudhary (3)
Sameer Shukla (3)
Akkiraju Ivaturi (3)
Naveed Zaman (3)
Ajay Mor (3)
Thomas Scott (2)
Anmol Arora (2)
Ehtesham Mehmood (2)
C# Corner Live (2)
Ashish Bhatnagar (2)
Amr Monjid (1)
Shalilesh Kumar Saha (1)
Prakash Kumar (1)
Praveen Kumar (1)
Pragya Chaudhary (1)
Jignesh Trivedi (1)
Manish Agrahari (1)
Anant Vernekar (1)
Jaydeep Suryawanshi (1)
Pranam Bhat (1)
Jamie Swift (1)
Carlo Morrone (1)
Dottys (1)
Vidya Vrat Agarwal (1)
Anu Viswan (1)
Dhruvin Shah (1)
Azim Zahir (1)
Sandeep Mishra (1)
Sagar Lad (1)
Saikumar Talari (1)
Gurpreet Arora (1)
Varun Setia (1)
Mahesh Chand (1)
Ojash Shrestha (1)
Anand Thakur (1)
Nitin (1)
Cecil Phillip (1)
Abhishek Uppula (1)
Reshwanth S (1)
Jeetendra Gund (1)
Sundus Naveed (1)
Shantanu (1)
Syed Shanu (1)
Michal Habalcik (1)
Sanjay Kumar (1)
Abhishek Yadav (1)
Pradeep Shet (1)
Saineshwar Bageri (1)
Valerii Tereshchenko (1)
Kirtan Patel (1)
Staff Writer (1)
Manish Kumar Choudhary (1)
Akash Bhimani (1)
Asma Khalid (1)
C# Curator (1)
Vo Duc Thanh (1)
Tushar Beniwal (1)
Nitin Manocha (1)
Arindam Dawn (1)
Suchitkumar Khunt (1)
Abhishek Jaiswal (1)
Surya S (1)
Related resources for programming
No resource found
Top Three VS Code Extensions Worth The Money
5/9/2022 3:06:45 PM.
They say the best things in life are free, but when it comes to software... well, it’s not always true. Don't get me wrong - there are plenty of excellent free, open source tools I use daily. But
Asynchronous Nature of Delegates
5/9/2022 11:12:13 AM.
In this article you will see the other face of the delegate type in C#, it will show you how you can invoke a method asynchronously using delegates.
Gitlive's Team Sidebar Just Got A Major Upgrade In VS Code
5/5/2022 4:41:23 PM.
With the new team sidebar, you can now see all work in progress across your entire team in a single view, it's like a branch-based version of github.com/pulls but updated in real-time directly ins
Events Programming in C#
5/4/2022 10:59:11 AM.
In this article, author discusses the events model in .NET and how to implement events in your applications using C#.
How To Setup Visual Studio Community For Graphical Programming In C++
4/30/2022 5:49:55 AM.
In this article, you will learn how to setup visual studio community for graphical programming in c++.
Delegates And Async Programming
4/26/2022 10:46:02 AM.
The .Net delegate type is essentially a type-safe, object oriented, function pointer.
Delegate And Async Programming C# (AsyncCallback And Object State)
4/26/2022 10:26:16 AM.
In the previous article we discussed the use of delegates to call methods asynchronously then we talked about Synchronization of threads in a Multithreading environment. In the previous code example w
Introduction to C#
4/26/2022 10:02:58 AM.
This article concentrates on C# language programming.
Memory Management
4/25/2022 2:52:40 PM.
Memory management in the operating system is a kind of method or kind of functionality to manage the various kinds of memories. This means in the system there are a lot of different types of memory av
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!
Ambiguity Resolution In CPP Programming
4/13/2022 1:07:32 PM.
Ambiguity refers to the condition that usually represents several interpretations from a single context. Coming to our technical stage, this will be followed in the concept of Inheritance mainly we sa
Cherry-Pick Your Teammate's Changes Without Push 'n Pull-ing To Your Repo In VS Code
4/8/2022 11:32:37 AM.
GitLive for VS Code allows you to cherry-pick your teammate's changes straight from their local files without having to push and pull to Git.
Usage Of STL In CPP Programming
3/23/2022 4:45:52 PM.
Standard Template Library that is considered as the bundle of template classes and pre defined functions that is highly used segment for the generic programming.
Basic C# Programming Problem and Solutions: Part 2
1/28/2022 2:11:17 PM.
This article is Part 2 of my article series Basic C# Programming Problems. It contains 15 problems.
Basic C# Programming Problem and Solutions: Part 1
1/28/2022 11:39:42 AM.
This article is for the beginners who have just begun programming in the C# language with solutions for all the basic problems of the C# programming.
Demystifying ‘var’ In Java
1/19/2022 1:58:08 PM.
The article explains the internals of the keyword 'var' in Java.
Association, Aggregation and Composition
1/12/2022 10:10:41 AM.
Association, aggregation and composition terms represent the relationship between the objects. They are very basic stuff of Object oriented programming.
Introduction to Object Oriented Programming Concepts in C#
1/12/2022 3:16:53 AM.
This article defines Object Oriented Programming concepts in C# including Abstraction, Encapsulation, Inheritance and Polymorphism. Includes Code Examples in C# and .NET.
Essentials For .NET
1/11/2022 7:41:31 AM.
In this article, you will learn about the essentials for .NET Platform.
Asynchronous Programming in C# 5.0 - Access Data in Asynchronous Functions
1/3/2022 11:13:07 AM.
In this article, we will try to implement a few real-time applications of asynchronous programming. Here we will see in which scenario we can implement asynchronous style.
Exception Handling in C# Asynchronous Programming
1/3/2022 11:10:13 AM.
In this article we will explain Exception Handling in C# asynchronous programming.
Tasks in C# Asynchronous Programming
1/3/2022 10:44:41 AM.
This article explains tasks in asynchronous programming using C#.
C# Asynchronous Programming - Return Type of Asynchronous Method
1/3/2022 10:36:02 AM.
In this article, we will understand various return types of asynchronous functions in C#.
C# Asynchronous Programming - Async and Await
1/3/2022 10:27:32 AM.
This article explains asynchronous programming in C# 5.0, with some code examples of the use of C# async-await.
Functional Programming Using Vavr In Java
1/3/2022 4:59:37 AM.
Article explains how to implement Functional Programming concepts in Java application using Vavr library.
Thread Behavior In Synchronous And Asynchronous Method
12/28/2021 5:46:48 PM.
In this article, you will learn about thread behaviour in synchronous and asynchronous method.
Java 8 - orElse vs orElseGet
12/24/2021 7:18:09 AM.
The article explains the difference between the two methods orElse vs orElseGet.
List Of Algorithns In Computer Programming
12/7/2021 1:53:09 PM.
I'm adding here the lis of Algorithms available in computer programming. These algorithms are used in our day to day coding and in our real-life.
The Best VS Code Extensions To Supercharge Git
11/22/2021 4:06:57 PM.
Solid VS Code extensions that not only make working with Git easier but also extend Git with cool new features and superpowers!
The Best VS Code Extensions For Remote Working
11/16/2021 3:41:54 PM.
Check out those great VS Code extensions that can boost a remote team's productivity by improving communication and collaboration between developers.
Socket Programming In C#
11/8/2021 9:27:35 AM.
Learn socket programming using C# and .NET.
Object Oriented Programming Using C# .NET
11/1/2021 4:30:02 AM.
C# is an object oriented programming language. OOP includes classes, objects, overloading, encapsulation, data hiding, and inheritance. In this article, we will learn how to write code for Classes and
Exploring Subject <T> In Reactive Extensions For .Net
10/8/2021 8:37:52 AM.
This article explores different siblings of Subject<T> available for the Reactive Extensions library for .Net.
Programming By Examples In Power Apps
10/4/2021 1:51:21 PM.
During this article, we will talk about new rolled out functionality by Microsoft this year in Power Apps Ideas. We will talk about the “Programming by Examples” feature in detail. So, Let’s get start
Plotting Charts In R
9/13/2021 1:05:22 PM.
This article is demonstrates how to create charts in R.
Object Oriented programming In JavaScript
8/25/2021 5:22:20 AM.
Object Orianted programming in Javascript
Best Practices Of Writing Python Code
8/4/2021 1:34:22 PM.
In this article, we are going to discuss about coding standards with python using PEP8 style guide.
Top 10 Advantages Of The C Programming Language
7/12/2021 12:21:29 PM.
C programming is a great option if you want to learn the basics of computer science. It's open-source, versatile, and popular among many programmers. In this article, you'll know the advantage
Static Memory Allocation In C Programming😀
6/28/2021 12:56:18 PM.
In this article, you will learn about Static Memory Allocation in Programming Language.
Mob Programming and the Power of Flow - Code Quality & Performance Virtual Conference
6/21/2021 10:41:28 AM.
This session in Code Quality & Performance Virtual Conference is about Mob Programming and the Power of Flow
New Programming Model For Handling JSON In .NET 6
6/15/2021 2:48:19 PM.
In this article, you will learn about the new programming Model for Handling JSON in .NET 6.
Top 5 Blockchain Programming Languages
6/14/2021 3:23:14 AM.
What is the best blockchain programming language? In this article, I will talk about the most popular blockchain programming languages to build blockchain products and blockchain applications.
Introduction To Programming in ASP.Net Web Pages 2
6/9/2021 6:17:40 AM.
This article explains the concepts of how to do the programming in Web Pages.
Improving the Performance of ASP.Net Programming
6/8/2021 7:02:34 AM.
This article describes the various features that are recommended to be used in ASP.NET Web Applications and what's not to use in such applications.
Mob Programming And Software Development Life Cycle (SDLC)
6/5/2021 11:48:33 AM.
In this article, Mob Programming, Refactoring and Software Development Life Cycles are discussed. Different Sofware Development life cycles are broken down for easier understanding with their individu
CRUD Operations Using Asynchronous Programming in MVC 5
5/24/2021 4:46:27 AM.
This article describes the use of asynchronous programming and the CRUD functionality with the asynchronous programming in MVC 5.
Applied C#.NET Socket Programming
4/13/2021 5:04:13 AM.
This article explains the key networking concepts, for instance ISO stack, of TCP/IP under the C# framework by employing its essential socket classes and how applications can logically and physically
Uploading Stream/Images to REST API Using RestSharp
4/12/2021 6:09:39 AM.
In this article, you will learn how to upload a Stream or Images to the REST API using RestSharp.
Explain Constructors Using C# Programming Language
3/31/2021 2:57:52 AM.
In this article, you will learn about Constructors Using C# Programming Language.
C# Source Generators🌠
3/30/2021 3:20:25 AM.
The source generators feature was adding in .NET 5. They allow you to do interesting things like generate additional source files that will get added to a compilation.In this video, Kathleen chats w
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
Asynchronous Programming In .NET
3/3/2021 2:40:11 PM.
In this article, you will learn about Asynchronous Programming in .NET.
Rockin' The Code World with dotNetDave ft. Leslie Richardson Ep.16
2/21/2021 5:50:52 PM.
Join us with Leslie Richardson on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Object Oriented Programming In Java
2/18/2021 3:01:52 PM.
Object-Oriented Programming is the basic term of any programming language like Java.
Learn Object Oriented Programming Using C#: Part 7
2/12/2021 10:20:24 AM.
Dear Reader's today we will discuss Polymorphism in Object Oriented Programming.
Dynamic Programming
2/9/2021 9:25:18 AM.
This article examines the role and importance of attributes that are an identical aspect of dynamic programming.
Learn Object Oriented Programming Using C#: Part 8
2/8/2021 11:06:59 AM.
Dear reader's, this article is the fourth and last pillar of OOP. It's confusing for the beginners of OOP. So we provide an example in very simple words.
Functional Programming: Explained in Detail
2/5/2021 12:29:47 PM.
This article basically discusses aspects of programming in terms of functions and then discusses how C# supports functional programming.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
How Can We Get Last Characters Of A String In Java?
1/25/2021 6:27:30 PM.
In this article, we will learn about String in Java Programming Language with examples.
How to use Regex in Java
1/21/2021 6:02:37 AM.
DataList Control in ASP.Net
1/20/2021 7:56:31 AM.
This article explains the DataList Control and its use in an ASP.NET program.
How To Become Data Scientist
1/12/2021 7:44:12 AM.
In this article, you will learn how to get started with data science.
Health checks in asp.net core
1/11/2021 3:50:10 AM.
We will learn about health checks in asp.net core. Why should we consider using them and how to use them?
Code First Migrations in Entity Framework
1/6/2021 9:15:55 AM.
This article provides an overview of Code First Migrations in Entity Framework.
Getting Started With Interfaces In .NET
1/3/2021 9:18:57 AM.
In this article you will learn how to get started with interfaces in .NET.
.NET Parallel Programming with Events
1/1/2021 9:50:54 AM.
Many times the Application needs to be notified about what is happening inside a Parallel Task and also to get data (if any) from the Task in real time. For this, Events can be used with Tasks.
Getting Started With Microsoft Small Basic For Beginners
1/1/2021 6:04:33 AM.
In this article you will learn about Microsoft Small Basic for beginners.
Native Assembly Programming in .NET
12/31/2020 6:27:41 AM.
In this article you will learn how to create both an EXE and a DLL file using the MASM programming language employing the Visual Studio IDE.
Demystifying Iron Ruby in .NET
12/30/2020 8:21:33 AM.
In this article, we shall explore essential IronRuby programming hands-on using .NET Framework integration in the Windows operating system.
Extend the C# Types Easily With Extension Methods
12/15/2020 8:17:21 AM.
This article provides an introduction to extension methods and shows how to extend existing types without having to modify them in any way,
Parallel Programming in .NET
12/14/2020 7:25:18 AM.
This article discusses spawning multiple processes and executing them concurrently and tracking completion of the processes as they exit.
Asynchronous Connection in .NET Framework 4.5
12/7/2020 2:55:01 AM.
This article explains how to create an Asynchronous Connection in .NET Framework 4.5.
Object Oriented Programming Using C#: Part 9
12/3/2020 3:12:05 AM.
In this part of the OOP using C# series, we will use the OOP concepts that we have learned in earlier parts.
MSIL Programming: Part 1
12/1/2020 4:43:55 AM.
In this article you will learn that .NET assemblies contain an ultimate CIL code that is compiled to platform-specific instructions using JIT.
Basics Of Predictive Analysis Using R
11/28/2020 12:31:22 PM.
In this article, I have given an introduction about the history of R, how to install R on windows, and how to install R packages.
Parallel Programming Using New TPL Library in .Net 4.0
11/26/2020 4:40:39 AM.
With the .Net 4.0, you are provided with the brand new parallel programming language library called “Task Parallel Library” (TPL). Using the classes in the System.Threading.Tasks namespace, you can bu
Parallel Task in .Net 4.0
11/26/2020 12:48:30 AM.
Today I will be talking about a new feature of Parallel Programming that was added to .Net 4.0.
Filter Grid With Cascading Dropdownlist In MVC Using Razor
11/23/2020 9:14:29 AM.
This article shows how to filter Grid records using a cascading Dropdownlist in MVC.
Aspect Oriented Programming In C# Using DispatchProxy
11/23/2020 6:10:41 AM.
Example of implementing logging using Aspect Oriented approach with DispatchProxy class.
Working With Asynchronous Programming With Entity Framework
11/23/2020 5:45:24 AM.
This article explains how to do asynchronous programming with the Entity Framework in a Console Application. We can also use this in a desktop or web application.
Check if Email Address Really Exist or not Using C#
11/11/2020 9:57:38 AM.
This article demonstrate basic technique for checking if particular email is exist or not. using SMTP protocol specifications in RFC 821.
Read Microsoft Access Database In C# 6
11/4/2020 9:13:48 AM.
in this article we will see how to connect and read data from a Microsoft Access (.accdb) database using ADO.NET and C#.
Track User Activity While Performing CRUD Operation in Database Using Trigger
11/3/2020 7:10:33 AM.
This article explains how to track user activity while performing CRUD operations in a database using a trigger.
Database Programming With ADO.NET
11/3/2020 1:25:27 AM.
This article defines database programming With ADO.NET. Learn ADO.NET Architecture, Connected Architecture, Disconnected Architecture, Connection Object, Data Reader Object, Data Adapter Object, DataS
ASP.NET MVC - REST Web API SQL Server Connection Using Entity Framework Database First Approach
11/2/2020 6:02:29 AM.
This article is about creation of REST Web API connection with SQL server Entity Framework Database First approach using ASP.NET REST Web API platform.
Top 10 Most Important Features Of C#
10/17/2020 8:54:59 PM.
In this article, we’ll learn about the most important features of C#. It's all about C#.
Var Keyword In C#
9/29/2020 8:24:38 AM.
C# var keyword is used to declare implicit type variables. Let's learn what is var in C# and when to use a var in C#.
Asynchronous Programming In C#
9/21/2020 10:55:21 PM.
In this article, you will learn about Asynchronous Programming in C#.
Layouts in Android
9/21/2020 7:21:41 AM.
This article looks at layouts in Android with Android Studio
Event Based Programming Model With JSF Tag Library
8/17/2020 6:45:21 AM.
JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target obj
Javascript Array Methods
8/9/2020 2:58:58 PM.
In this article, you will learn about Javascript Array Methods.
30 Days Of Python 👨💻 - Day 11 - Functional Programming
7/28/2020 8:07:18 AM.
In this article, you will learn about functional programming in python.
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
28 Days Of Flutter Bootcamp 🕐 - Day 1 - Introduction And Development Setup
7/21/2020 7:53:28 AM.
In this article, you will learn about 28 Days of Flutter Bootcamp introduction and Development Setup.
Client-Side vs Server-Side Programming Languages
7/17/2020 1:59:52 AM.
This article explains the difference between client-side and server-side scripting.
File Class Tutorial in Java
7/16/2020 6:03:21 AM.
In this article, we will learn about the Java File class, its basic methods, and constructors provided by Java programming language.
GUI Programming (Tkinter) In Python
7/8/2020 6:23:12 AM.
In this article, I will explain GUI programming (Tkinter) in Python.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download