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 decoupled
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (1)
Arun Ramaswamy (1)
Hisham Nawzer (1)
Jonas Gauffin (1)
Shivprasad (1)
Deepak Raghavan (1)
Related resources for decoupled
No resource found
Why Angular
8/16/2024 3:49:54 PM.
This article discusses the reason to choosing Angular as a development platform.
Managed Identities for Azure Resources
5/10/2024 4:15:52 AM.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
How To Create Extensible Software Components
9/13/2021 5:08:24 AM.
As we grow as a software engineers it is important for us to learn the best practices to increase the quality of the code. In this article I would like write on what is extensible software components
Writing Decoupled and Scalable Applications
12/4/2012 10:39:43 PM.
This article is the first in a series of three articles. It's sole purpose is to introduce you to domain events and commands.
Interfaces + Factory pattern = Decoupled architecture
6/30/2009 11:27:56 PM.
In this tutorial we will try to understand how we can use interfaces and factory pattern to create a truly decoupled architecture framework. In this sample we will take up a simple three tier architecture and apply interfaces and factory pattern to see how we can transform the three tier in to a truly decoupled architecture.
Use of Proxy when using WebSerices
8/23/2006 2:49:31 PM.
The article shows the advantages of using Proxy layer to add Web Services compared to using the "Add Web Reference" wizard.