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 Compos
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ravikant Sahu (13)
Abhishek Singhal (4)
Nagaraj M (3)
Liji Thomas (3)
Suthahar Jegatheesan (3)
Gaurav Gahlot (2)
Ayush Gupta (2)
Ajay Kumar (2)
Pankaj Kumar Choudhary (2)
Yash Rajora (2)
Sardar Mudassar Ali Khan (2)
Sandip Jadhav (2)
Kuljot Bakshi (2)
Jignesh Trivedi (2)
Karthick S (2)
Anupam Maiti (2)
Vinoth Rajendran (2)
Arun Potti (1)
Sarthak Varshney (1)
Bohdan Stupak (1)
Vijay Yadav (1)
Sreenath Kappoor (1)
Aravind Govindaraj (1)
Abhishek Saini (1)
Sabyasachi Mishra (1)
Jaimin Shethiya (1)
Darshan Adakane (1)
Jean-Pierre Bachmann (1)
Shivprasad (1)
Reeta Singh Lodhi (1)
Sanwar Ranwa (1)
Vulpes (1)
Ishika Tiwari (1)
Manikandan Murugesan (1)
Dhiraj Poojary (1)
Dr Gomathi (1)
Tural Suleymani (1)
Keyur (1)
Gaurav Rawat (1)
Nandan Hegde (1)
Gurpreet Arora (1)
Satendra Singh Bhati (1)
Phil Curnow (1)
Jin Necesario (1)
Jaydeep Patil (1)
Ehtesham Mehmood (1)
Amit Bhatt (1)
Usama Hafeez (1)
Sameer Shukla (1)
Venkatasubbarao Polisetty (1)
Raj Kumar (1)
Yogi S (1)
Munib Butt (1)
Virender Verma (1)
Rikam Palkar (1)
Gyanender Sharma (1)
Ashwani Tyagi (1)
Gaurav Gupta (1)
Manish Singh (1)
Sarvesh Shinde (1)
Kannan Sudhakaran (1)
Sourav Kayal (1)
Murphy Ochuba (1)
Siddhesh Chalke (1)
Michael Livshitz (1)
John Morehouse (1)
Hemant Jindal (1)
Related resources for Compos
No resource found
Get First Row from Dataverse Table in Power Automate
9/22/2024 12:32:16 PM.
Learn how to retrieve the first row from a Dataverse table using Power Automate. This guide walks you through creating a flow, filtering contacts with emails, and using expressions to extract the firs
Node.js App with User Authentication and Docker Deployment
9/22/2024 12:09:32 PM.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
Describing Musical Domain with F#
8/20/2024 7:47:25 AM.
It covers domain-specific language (DSL) creation, music representation, algorithmic composition, and sound synthesis, showcasing how F# can facilitate advanced music analysis and generation.
Understanding Relationship Between Objects
8/7/2024 10:53:55 AM.
Object relationships define how different classes interact in an application. Collaboration (uses-a), Aggregation (has-a), and Inheritance (is-a) are key types. For instance, Customer and Order use ag
Understanding Normalization in SQL
7/24/2024 4:47:41 AM.
Normalization is a database design process that reduces redundancy and improves data integrity by organizing data into tables and defining relationships. It involves applying normal forms (1NF, 2NF, 3
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
Object Inheritance and Object Composition in Object Oriented Programming
7/12/2024 10:28:38 AM.
This content delves into two fundamental concepts of Object-Oriented Programming (OOP): object inheritance and object composition. It explores how inheritance enables class hierarchies and polymorphis
Getting Started with Docker-Compose for ASP.NET Core and MSSQL
7/4/2024 4:33:24 AM.
This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient co
Primary Key and Unique Key Constraints
6/29/2024 10:06:27 AM.
Primary Key and Unique Key Constraints in database management ensure data integrity and uniqueness. A Primary Key ensures each row is unique and not null, with only one per table. Unique Keys also ens
Types Of Relationships In Object Oriented Programming (OOPS)
6/24/2024 9:01:53 AM.
This article explores the key relationships in Object-Oriented Programming (OOP), including inheritance, association, composition, and aggregation. These relationships enable code reuse and flexibilit
Supergraph with Federated Microservice
6/24/2024 7:53:09 AM.
This article explores integrating a Supergraph with federated microservices, focusing on scalable and maintainable applications. It covers the benefits of using a Supergraph, such as improved performa
Make State Management Easier Using Combining Reducers in Redux
6/24/2024 5:51:12 AM.
Learn how to simplify state management in your Redux applications by combining reducers. This guide explores the concept of reducer composition, demonstrating how to break down complex state logic int
Design Patterns with C# Examples
6/19/2024 11:57:56 AM.
This article explains design patterns, providing standard solutions for software design problems. It covers Creational, Structural, and Behavioral patterns with C# examples, including Singleton, Facto
Call User Controls In Main Window Using WPF
6/19/2024 9:34:07 AM.
In WPF (Windows Presentation Foundation), integrating User Controls into the main window involves leveraging XAML and code-behind to enhance UI flexibility and functionality.
Primary Key in SQL: Syntax, Usages, and Example
5/14/2024 11:46:09 AM.
A primary key in SQL uniquely identifies each record in a database table. It ensures data integrity and efficient data retrieval. Defined using the CREATE TABLE or ALTER TABLE commands, a primary key
Understanding the Connections Between Classes in OOP
5/10/2024 7:58:52 AM.
Understanding how different tools in a toolbox are used to build something. This guide helps you see how these classes share information and work together to create software, making it easier to under
Index in SQL Server
5/9/2024 11:54:14 AM.
Indexes in SQL Server enhance database performance by optimizing data retrieval. They come in various types like clustered, non-clustered, unique, and filtered, catering to different query needs and i
Plugin Based Application Using C# MEF
5/8/2024 10:53:40 AM.
Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for building
Composite Design Pattern With C#
5/6/2024 11:55:47 AM.
A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarches Players in this pattern.
Composite Design Pattern Using Python
5/6/2024 11:37:22 AM.
A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarchy.
3 Important Concepts: - Association, Aggregation and Composition
5/1/2024 11:12:36 AM.
Explore essential OOP concepts like association, aggregation, and composition through real-world examples. Understand their significance in modeling relationships and code maintainability. This artic
Composite Design Pattern Using Java
4/24/2024 7:45:07 AM.
The composite design pattern facilitates creating nested objects of the same type, forming a hierarchical system. Components define a base contract, composites implement it, and clients build system
Managed Extensibility Framework (MEF)
4/23/2024 7:29:23 AM.
MEF is a component of .NET framework 4.0, to create lightweight, extensible applications. It avoids hard dependencies and lets the application developer discover and use extensions without any configu
How To Add Jetpack Compose In Existing Kotlin Project
3/27/2024 6:15:09 AM.
This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
What is Vue.js Composition API
3/21/2024 9:22:33 AM.
The Vue Composition API in Vue 3 introduces a flexible approach to composing component logic, offering features like function-based composition, reactive data, and simplified lifecycle hooks for impro
Simulating Multiple Inheritance in C#: Part I
3/19/2024 6:16:39 AM.
In this article, we will explore techniques for simulating multiple inheritance in C#. Discover how to leverage interfaces, composition, and class hierarchies to mimic this powerful feature, enhancing
What is Alternative of Multiple Inhertitance in C#?
3/18/2024 7:22:10 AM.
This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
Learn about Dockerize a React App
3/15/2024 6:19:32 AM.
In this article, I'm going to show how to deploy the react application into a Docker container. the guide covers Dockerfile setup, optimizing Docker-compose configurations, and integrating Docker
Composing Music in Javascript using Tone.js
2/27/2024 6:38:55 AM.
In this article, we'll learn how to make music using a special tool called Tone.js, which works with JavaScript. We'll explore how to create beautiful tunes, melodies, and rhythms using this a
React Design Pattern Series: Mastering Render Props Pattern
2/13/2024 10:41:52 AM.
The article delves into the power and flexibility of React render props as a fundamental design pattern in React development. Exploring the concept, benefits, and real-world use cases, the article dem
Goal-Based Software Engineering for Successful Development
1/29/2024 8:27:16 AM.
Software development is becoming increasingly complex. With the growing demands for sophisticated and user-centric applications, traditional approaches to software engineering are no longer sufficient
Create and View Decomposition Tree Visuals in Power BI
1/23/2024 8:48:15 AM.
The decomposition tree visual in Power BI lets you visualize data across multiple dimensions. It automatically aggregates data and enables drilling down into your dimensions in any order.
Kafka For Mere Mortals : Running Multiple Brokers
12/15/2023 5:27:16 AM.
This article delves into the importance of having multiple brokers in an Apache Kafka cluster. It explains the reasons, such as high availability and scalability, and provides a practical guide using
Why do We Use Dependency Injection?
12/11/2023 7:27:32 AM.
What is a dependency injection and why to embrace it as a better programming practice.
How to Choose Between Inheritance and Composition?
11/16/2023 6:41:17 AM.
When to use composition over inheritance and vice versa as a coding best practice.
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
Bot Framework Composer
10/30/2023 7:05:15 AM.
Building an AQI (Air Quality Index) bot with Microsoft Bot Framework Composer with little to no coding. With the basic installation of Node.js and .NET SDK.
Creating a Bot Using Azure Framework Composer
10/30/2023 6:51:18 AM.
Creating a AQI indicator Bot using simple GUI of Azure Bot framework Composer
Why Is Composition Favored Over Inheritance?
10/11/2023 12:13:33 PM.
Here you will see why composition is favored over inheritance.
Setting Business Constraint for Uniqueness of a Composite Key in Master Data Services
10/5/2023 7:06:22 AM.
Setting Business Constraint for Unique Combination of Multiple Columns in Master Data Services
C# Composite Design Pattern
9/26/2023 6:01:58 AM.
Discover the power of the Composite design pattern in C#, a structural pattern that unifies objects into tree structures, simplifying complex hierarchies for versatile software development.
Is-A and Has-A Relationship in Java
9/13/2023 5:12:53 AM.
In this article, you will learn about Is-A and Has-A relationships in Java.
Azure Functions Proxies: URL Rewriting and API Composition
9/12/2023 10:20:21 AM.
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewri
Navigation Rail with Material 3 in Jetpack Compose
8/29/2023 10:19:52 AM.
This article is a tutorial for creating a Navigation Rail in Android.
Navigation Drawer with Material 3 in Jetpack Compose
8/29/2023 6:18:34 AM.
This article is a tutorial for creating a Navigation drawer in Android.
Lock Screen in Jetpack Compose
8/25/2023 6:03:22 AM.
This article will describe how we can create a lock screen in Android with Jetpack Compose.
Swipeable Image Slider in Jetpack Compose
8/23/2023 8:00:26 AM.
This article will describe the Swipeable Image Slider in Jetpack Compose.
Image Transition with Animation in Jetpack Compose
8/23/2023 6:12:11 AM.
This article will describe the Image Transition with Animation in Jetpack Compose.
Face Recognition With ML Kit in Jetpack Compose
8/14/2023 9:07:23 AM.
This article provides details about ML Kit in Android.
Recognize Text With ML Kit in Jetpack Compose
8/11/2023 12:20:02 PM.
Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solution
Getting Started with Compose for Wear OS
8/10/2023 5:41:21 AM.
Discover the ease of crafting Wear OS apps using Jetpack Compose. Explore setup, fundamental components, and advanced features for creating intuitive, interactive, and optimized user interfaces for We
Expandable Card with Animation in Jetpack Compose
8/9/2023 5:22:07 AM.
This article will explain how we can create an expanded card animation in Jetpack compose.
Material 3 Bottom Navigation Bar in Jetpack Compose
8/8/2023 5:57:04 AM.
This article describes how we can implement material 3 Bottom Navigation Bar in Jetpack Compose
Column And Row In Jetpack Compose
8/7/2023 11:44:50 AM.
In this article, We will learn about Row and Column in Jetpack Compose.
Photo Picker In Jetpack Compose
8/7/2023 8:36:30 AM.
This article has described how we can use the photo picker in Compose project and its interoperability with older versions of Android.
Text, Image and Button In Jetpack Compose
8/6/2023 4:41:07 AM.
In this article, you will learn about how to use Text, Image and Button in Jetpack Compose
LazyRow and LazyColumn In Jetpack Compose
8/4/2023 8:43:45 AM.
In this article, you will learn about how to use LazyRow and LazyColumn In Jetpack Compose.
Android Development In 2023
8/4/2023 7:19:04 AM.
In this article, you will learn about android development In 2023.
Shimmer In Jetpack Compose
8/2/2023 8:54:31 AM.
This article is all about how we can successfully create a shimmer in compose.
Handling Data with Composite Models in C# and .NET
7/12/2023 6:34:41 AM.
In this article, we will learn how to efficiently represent data in C# by leveraging composite models.
Difference between Composition and Aggregation
6/9/2023 6:36:44 AM.
Apart from programming, a lot of my spare time sat at the computer is spent reading group, blog postings, etc from other developers. One particular posting that caught my eye recently provoked a lot o
SQL Server Primary Keys
3/6/2023 6:41:21 AM.
Discusses what's a primary key, entity integrity, primary key constraint, composite keys, and the benefits of a primary key.
Hosting .NET Core Web API images With Docker Compose over HTTPS
10/8/2022 8:48:44 AM.
Hosting .NET Core Web API images with Docker Compose over HTTPS using certificate
Basic C# Programming Problem and Solutions: Part 2
9/15/2022 6:54:41 AM.
This article is Part 2 of my article series Basic C# Programming Problems. It contains 15 problems.
Upload/Download Bot Framework Composer Conversation/Chat
8/25/2022 4:26:30 PM.
This articles describe how you can upload/download conversation history of bot composer.
Inheritance VS Composition
8/25/2022 7:11:08 AM.
The relationship among classes is one of the fundamental activities of software design. There are two ways to relate classes: inheritance and composition.
Object-Oriented Programming Simplified With C# And .Net 5
6/28/2022 4:40:35 PM.
This article is about the general concepts of Object-Oriented Programming with examples in c sharp programming language.
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
1/27/2022 6:20:46 AM.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub Actions
1/17/2022 8:53:56 AM.
In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
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.
Setup Docker And Docker-compose On Linux VM
12/30/2021 4:05:41 PM.
This article demonstrates simple steps to install docker and docker-compose in Ubuntu 20.04 server.
Understanding Docker Compose
12/30/2021 7:26:14 AM.
Article explains using Docker Compose for executing multi-container apps on our local machine
Get Lookup Field Text In Power Automate
12/24/2021 5:24:05 AM.
In Power Automate one of the common scenarios was to extract Look up Field Text which will be a nightmare for the people who are new to Power Automate about how to extract details of lookup field. As
Sidecar Design Pattern In Microservices
8/10/2021 4:13:56 PM.
In this article, you will learn about Microservices Design using Sidecar Pattern.
Hey Bot! Tell me a joke
7/28/2021 5:13:58 AM.
Want a bot to lighten up your mood? ?? Here's how to build a joke-telling bot using the Bot Framework Composer. The Jokebot spins random jokes on user requests. It understands that the user is ask
Build chatbots without writing code
7/21/2021 11:02:41 AM.
Are you a Developer/ Conversation UX Designer/ Business Analyst/ Product Manager looking to build or manage chatbots? The Microsoft Bot Framework Composer provides a visual canvas to author, test, and
Build A Low Code Chatbot Using Bot Framework Composer 2.0
7/15/2021 6:17:43 AM.
If you'd like to build a chatbot but have no prior experience or expertise, look no further. The Bot Framework Composer is a visual tool from Microsoft that helps you get started with chatbot deve
Connect Amazon Alexa and Bot Framework Via Bot Composer
6/9/2021 9:23:51 AM.
Explain about how to communicate between Alexa and Bot Framework using Bot Framework Composer
Enterprise Library 5 - Validation Application Block
3/12/2021 6:04:20 AM.
In this article, you will learn how to use the Enterprise Library Validation Application Block 5.0 in ASP.Net.
Deployment to Azure of a Multi-Container ASP.NET Core app with Docker Compose
3/11/2021 3:35:05 PM.
In this tutorial I will show you the Deployment to Azure of a Multi-Container ASP.NET Core app with Docker Compose.Notes: 1. App is build in ASP.NET Core MVC techonlogy. 2. It has 2 Docker Container
03 - Bot - Conditional Language generation template
9/8/2020 11:14:23 PM.
This video explain about how to implement the conditional language generation template
Containerize Your .NET Core Application Using Docker
5/12/2020 2:23:57 PM.
A buzz word you may have heard these days is containers and how they have many advantages over the traditional Virtual Machines concept we have seen in the past. Without a doubt, containers are a grea
Compose Outlook Email Using Mailto Inside Power Apps Form
5/5/2020 9:35:36 AM.
In this article, I will provide information on how to compose new outlook email using mailto in Power Apps without Power Automate.
Composite And Builder Design Pattern With A Tree
4/26/2020 10:14:40 PM.
In this article, we cover what is the composite pattern, and what is this useful for?
Ask Questions of Users Using Bot Framework Composer
2/19/2020 9:00:57 AM.
In this article, you will learn how to ask question to users Using Bot Framework Composer.
Multiple Dynamic Greeting Message Using Bot Framework Composer
2/17/2020 8:54:49 AM.
In this article, you will learn about multiple dynamic greeting messgae using Bot Framework Composer.
Getting Started With Bot Framework Composer
2/11/2020 5:45:18 PM.
In this article, you will learn about Bot Framework Composer.
HTML5 Canvas Advanced: Part 3
12/11/2019 10:57:53 PM.
In this article, we will learn about State Stacks, Shadows and some basics of composites.
HTML5 Canvas Composition and Its Attributes
12/6/2019 5:35:14 AM.
This article describes the implementation and use of Composition and its Attributes in HTML5.
Working With Composites in Canvas Using HTML5
12/4/2019 11:24:10 PM.
In this article we will see the components of composites with canvases in HTML5.
Create Different Composition on Canvas Using HTML5
12/3/2019 11:17:49 PM.
This is a simple application for beginners that shows how to use various compositions on a canvas using HTML5.
Create HTML Table From Delimited String In Microsoft FLOW
10/11/2019 7:59:28 AM.
In this article we will see how to create HTML table from a delimited string using Microsoft FLOW. You can send this html table as an email.
Composition Vs Aggregation in Java
9/27/2019 6:08:33 AM.
In this article you will learn the difference between Composition and Aggregation in the Java language.
Design Pattern For Beginner: Part 5: Composite Design Pattern
12/11/2018 4:54:34 AM.
In this article we will be learning how to implement composite design pattern in application.
Specification Pattern In C# - Composite Specifications
12/3/2018 8:38:19 AM.
This article is a continuation of my first article on Specification Pattern in C#. I recommend that you read it for a better understanding of background concepts. In the first part of this article, I
Overview Of Composite Collection In WPF
11/4/2018 11:42:02 AM.
Recently in our project, which is based on WPF framework, we wanted to use ItemsControl to list out different types of objects. I couldn’t use general List, ObservableCollection or any other type of c
Using the BackgroundWorker Component with Composite User Controls
9/17/2018 5:43:24 AM.
In this article you will learn how to use the BackgroundWorker Component with user controls in C#.BackgroundWorker,
Finding Composite Primary Key Columns
7/2/2018 9:27:58 AM.
I had to work with composite primary keys recently while working on a project for a client. More specifically, I had to create a process that would dynamically (dynamic SQL?! Say it isn’t so?!) handl
Composition And Aggregation
6/7/2018 11:09:49 AM.
This article describes Composition and Aggregation
Composed Relationship Types - Func<Owned<T>>
4/10/2018 10:40:56 AM.
It's the beauty of relationship types, that they can work in conjunction with one another. Therefore, we can compose relationship types to solve a particular problem.