Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.1K+ articles
Interview Experiences
14.3K+ articles
Java
9.3K+ articles
Difference Between
3.1K+ articles
C#
1.9K+ articles
Git
670+ articles
difference
43+ articles
CSharp-Basics
39+ articles
Honeywell
15+ articles
Dot-NET
14 posts
Recent Articles
Popular Articles
Honeywell Company Interview Experience | Dot net developer | Pune
Last Updated: 23 July 2024
I got call from Honeywell hr because I applied for dot net developer job through company websiteHr told me it's 3 round of interview technical,hr,manager roundI only give...
read more
Interview Experiences
Honeywell
Dot-NET
Experiences
LINQPad - Inroduction and Installation
Last Updated: 28 April 2025
LINQPad is a free tool that dot net developers use. It is like a dot net developer playground because it is used for various purposes. This tool can be used for,Writing a...
read more
SQL
Dot-NET
Software Testing Tools
Geeks Premier League 2023
Implementation of CI/CD in .NET application Using Shell Executor on GitLab
Last Updated: 30 May 2024
Continuous Integration and Continuous Deployment (CI/CD) have revolutionized software development, allowing teams to automate build, test, and deployment processes for rap...
read more
Git
Dot-NET
Difference Between Java and .NET
Last Updated: 23 July 2025
Java and .NET are both popular and widely used platforms for developers. These are used to create robust and scalable applications, which can be web or system applications...
read more
Java
Difference Between
Dot-NET
difference
Dot Net
Differences Between .NET Core and .NET Framework
Last Updated: 17 July 2023
.NET Core is a free open source, a general-purpose development platform for developing modern cloud-based software applications on Windows, Linux, and macOS operating syst...
read more
Difference Between
C#
Dot-NET
What is .NET 3-Tier Architecture?
Last Updated: 14 January 2020
Three-layer architecture is dividing the project into three layers that are User interface layer, business layer and data(database) layer where we separate UI, logic, and ...
read more
C#
Dot-NET
Type System Unification in C# .NET
Last Updated: 11 July 2025
The Type System Unification in C# means all the data types in C# are inherited from the Object class, whether directly or indirectly. Or you can say all types are consider...
read more
C#
CSharp-Basics
Dot-NET
Difference between Managed and Unmanaged code in .NET
Last Updated: 19 August 2024
Managed code is the code which is managed by the CLR(Common Language Runtime) in .NET Framework. Whereas the Unmanaged code is the code which is directly executed by the o...
read more
Difference Between
C#
Dot-NET
Managed and Unmanaged Code in .NET
Last Updated: 11 July 2025
In .NET, the terms "Managed Code" and "Unmanaged Code" refer to how the code is executed and managed by the system. Managed code runs under the control of the CLR(Common L...
read more
C#
CSharp-Basics
Dot-NET
CIL or MSIL - Microsoft Intermediate Language or Common Intermediate Language
Last Updated: 11 July 2025
MSIL (Microsoft Intermediate Language) also called CIL (Common Intermediate Language) is a set of instructions generated by a compiler from source code. MSIL is platform-i...
read more
C#
Dot-NET
Architecture of Common Language Runtime (CLR)
Last Updated: 11 July 2025
The Common Language Runtime in the .NET Framework is the Virtual Machine component that handles program execution for various languages such as C#, F#, Visual Basic .NET, ...
read more
C#
Dot-NET
.NET Framework Class Library (FCL)
Last Updated: 11 July 2025
The Framework Class Library or FCL provides the system functionality in the .NET Framework as it has various classes, data types, interfaces, etc. to perform multiple func...
read more
C#
Dot-NET
Garbage Collection in C# | .NET Framework
Last Updated: 22 September 2025
Garbage Collection is the process of automatically freeing memory by removing objects that are no longer accessible by any part of the program. This ensures that unused ob...
read more
C#
CSharp-Basics
Dot-NET
Introduction to .NET Framework
Last Updated: 11 July 2025
The .NET Framework is a software development framework developed by Microsoft that provides a runtime environment and a set of libraries and tools for building and running...
read more
C#
CSharp-Basics
Dot-NET