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 Structural
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anant Vernekar (4)
Rahul Kumar Saxena (2)
Jasminder Singh (2)
Uday Dodiya (1)
Vishal Yelve (1)
Aman Gupta (1)
Sanjay Kumar (1)
Mariusz Postol (1)
Nagaraj M (1)
Hari Lakkakula (1)
Hm Ahsan Joyia (1)
Kanchan Naik (1)
Deepraj Bhatta (1)
Bardia Mostafavi (1)
Veena Sarda (1)
Abhishek Jaiswal (1)
Sandhya Shinde (1)
Abhijeet Singh (1)
Imran Ghani (1)
Prasad Raveendran (1)
Sukesh Marla (1)
Mohammad Irshad (1)
Usama Shahid (1)
Rahul (1)
Mahesh Verma (1)
Mangesh G (1)
Rathrola Prem Kumar (1)
Debasis Saha (1)
Prakash Tripathi (1)
Vishnujeet Kumar (1)
BALAMURUGAN ALAGUMALAI (1)
Susan Abraham (1)
Rajesh VS (1)
Nazish Ali Rizvi (1)
Shirsendu Nandi (1)
Nipun Tomar (1)
Related resources for Structural
No resource found
Categorizing Design Patterns: Creational, Structural & Behavioral
9/16/2024 8:17:37 AM.
In this article we will learn about Categorizing Design Patterns: Creational, Structural, and Behavioral. It provides real-life examples, benefits, and challenges, offering developers insights for be
Understanding Adapter Design Pattern
8/16/2024 7:15:32 AM.
The Adapter Design Pattern is a structural pattern that allows incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting the interface of a class
Bridge Design Pattern
7/18/2024 2:51:39 PM.
The Bridge Design Pattern in Java separates abstraction from implementation, allowing them to vary independently. It promotes decoupling by creating a bridge between abstraction and its implementation
Design Patterns and Advantages of Different Design Patterns
7/1/2024 6:42:39 AM.
Design patterns are recurring solutions to common problems in software design. They provide a template for solving issues in a particular context. The advantages of using different design patterns inc
Programming in Practice - Structural Data
5/19/2024 6:40:42 AM.
In object-oriented programming, the basic way to create structural data is to define custom types and interconnect them using references. Let's analyze this case using sample code in the context o
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
What is the Directive in Angular?
3/28/2024 11:03:40 AM.
During development, many user Interfaces are often created. The directives will provide flexible support to modify the styles, manage the user Inputs, and manipulate the DOM much more easily.
Design Patterns in Software Development
9/18/2023 5:07:11 AM.
In software development, design patterns are like architectural blueprints, guiding developers to create efficient and adaptable code. Structural patterns connect objects (e.g., Adapter, Decorator), C
Design Patterns In C# .NET (2023)
7/13/2023 9:38:49 AM.
In this tutorial, learn everything about design patterns in C# and how to Implement design patterns using C# and .NET. Factory design pattern, Abstract Factory design pattern, Builder design pattern,
A Structural Overview Of An API
7/2/2022 5:36:24 PM.
A Structural Overview Of An API.
Structural Design Patterns In C#
10/28/2021 8:53:39 AM.
In this article, you will learn about structural design patterns in c# in simple word.
Quick Start On Design Pattern In C#
6/21/2021 3:31:53 AM.
In this article, you will learn about Design Patterns and it's benefits.
Quick Start On Adaptor Design Pattern
6/7/2021 12:49:29 PM.
In this article, you will learn about the Adaptor design pattern with a real-world example and technical implementations in C#.
Quick Start On Decorator Design Pattern
6/7/2021 7:20:35 AM.
Understanding of Decorator design pattern with a real-world example and technical implementations in C#.
Quick Start On Facade Design Pattern
6/7/2021 7:16:15 AM.
Understanding of Facade design pattern with a real-world example and technical implementations in C#.
Spot differences in images using Python and OpenCV
4/2/2021 6:01:57 AM.
As kids, we use to play spot the differences in images game. This video is about spotting differences in images. Not only will you get the differences, you would also get the similarity index. One imp
New Features in .Net 4.5
1/18/2021 6:01:14 AM.
This article contains a summary of some key new features in the .NET Framework 4.5.
Change Detection Technique And Directives In Angular
8/24/2020 7:20:22 AM.
In this article, we are going to explore how Angular detects the changes and updates it in the application at respective places. Also we are going to discuss about directives in angular.
AngularJS Recipe: Part 1
5/5/2020 5:56:54 AM.
This article describes the AnguarJS Recipe.
HTML5 Main Structural Elements
12/13/2019 3:14:34 AM.
In this article you will learn about the main structural elements in HTML5.
WCF Service Contracts And Operation Contracts
9/20/2019 5:07:51 AM.
Here, we will learn about Service Contracts and Operation Contracts in WCF.
Decorator In C#
6/6/2019 9:53:03 AM.
In this article, I would like to share what decorator pattern is and how it works.
Design Patterns: Introduction
2/26/2019 12:29:41 AM.
This article is the beginning of a new series called Lean Design Patterns with C#.
Add/Remove HTML Elements Using Structural Directives
11/5/2018 11:17:07 AM.
Let us start working with structural directives that let us work on HTML element by adding/removing its element dynamically. Sometimes we want the particular set of an element to be visible or render
Overview Of Angular Directives - Part Six
9/5/2018 4:21:35 PM.
So now here we’ll see Angular directives. We’ll try to cover all the important directives. And this is the 6th part of Angular Series. Here is the roadmap of Angular series.
*ngFor Structural Directive with Local Variables And trackBy In Angular
7/19/2018 12:13:20 AM.
There are couple of local variables with ngFor built-in structural directive provided by Angular, which I are used for getting the index of current element while iteration, for getting last or first e
Directives In Angular 5
6/21/2018 1:46:29 AM.
In this article, I am going to explain about DIRECTIVES in Angular 5.
Directives In Angular 5 - Part Two (Structural Directives)
12/15/2017 5:29:01 PM.
These are responsible for the HTML layout they shape or reshape the html element by simply adding or removing the elements in the DOM. These directives are the ways to handle how the component or the
Proxy Design Pattern Using C#
6/27/2017 7:02:45 AM.
This article explains the Proxy Design Pattern. Proxy Design Pattern acts as a representation of an object and will basically be the access point to use the original object.
Structural Directives In Angular 2 - Part Eleven
5/15/2017 11:58:26 AM.
In this article, you will be acquainted with Structural Directives in Angular 2.
AngularJS 2.0 From The Beginning - Structural Directives - Day Seven
2/9/2017 12:59:19 PM.
In this article, you will learn about structural directives in AngularJS 2.0.
Design Patterns Simplified - Part 11 (Bridge)
4/10/2016 2:10:25 PM.
This article explains what Bridge Design Pattern is and how to use it in software development.
Design Patterns in .NET
5/16/2015 4:54:58 PM.
This article explains Design Patterns in .NET.
Bridge Design Pattern Using C#
11/30/2013 9:11:26 PM.
Bridge pattern is part of the Structural design patterns.
Various Types of Panels in XAML Layout
11/16/2012 10:24:09 AM.
In this article we will learn about the XAML Layout Grid Panel, StackPanel, DockPanel, Wrap Panel, Canvas Panel and Panel related Properties Visual and Structural Function with some small examples.
Arrays are Structurally equatable in .NET 4.0
10/20/2012 6:26:40 AM.
This article discusses expansion of arrays in .NET 4.0.
Creational Patterns - Singleton
10/4/2012 9:01:59 AM.
This article discusses the implementation of the Singleton Design Pattern.
Composite Patterns in C#
10/3/2012 8:22:26 AM.
A Composite is a tree structure consisting of individual objects mixed with compositions of objects, that is, objects that have other objects as their children.
Chain of Responsiblity
5/15/2012 4:34:30 PM.
This article shows a how to make a custom Wizard control using Chain of Responsibility Pattern which passes and returns data between each step. This sample creates a wizard control through windows form.
Stratagy Pattern with Interface. Why??
5/13/2012 4:51:15 AM.
In this article I have described the purpose of a Strategy Pattren and why an interface is so necesary when you follow a pattern.
Structural Design Pattern for .NET
5/13/2012 3:46:29 AM.
Structural design patterns are patterns that describe how objects and classes can be combined and form a large structure and that ease design by identifying a simple way to realize relationships between entities.