Click here to Skip to main content
15,885,767 members
Everything / Factory

Factory

Factory

Great Reads

by Veronica S. Zotali
How to use TypedFactoryFacility using Castle.Windsor
by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
by IgorRadionyuk
Automatic mapping some key to the fabric function, and its usage
by fsou11
The article discovers object instantiating within angularjs applications in details and contains an example of universal function implementation

Latest Articles

by V_Cento
A simple way to extend an HTML element
by IgorRadionyuk
Automatic mapping some key to the fabric function, and its usage
by Greg Utas
Registering and efficiently accessing polymorphic objects
by fsou11
The article discovers object instantiating within angularjs applications in details and contains an example of universal function implementation

All Articles

Sort by Score

Factory 

23 Feb 2015 by Veronica S. Zotali
How to use TypedFactoryFacility using Castle.Windsor
10 Dec 2016 by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
3 Jun 2021 by IgorRadionyuk
Automatic mapping some key to the fabric function, and its usage
22 Oct 2015 by Member 12034185
I tried to implement a templated factory pattern but could not get it to work. Not sure if this was because I used smart pointers.This is my code: class ObjMgr { public: static ObjMgr & Instance(); template void Register(const char*...
8 Jun 2017 by fsou11
The article discovers object instantiating within angularjs applications in details and contains an example of universal function implementation
19 Apr 2018 by Nithin B
Hi, Recently I have he studying regarding OPC and how to get data form OPC Server. I am using Kepware OPC server for getting data. I have connected to Kepware and .NET application and able to save data into Cassandra. Now I have no idea how in real time OPC gets data. I mean I have big...
28 May 2020 by Aswin Francis
I have an existing C# console application that takes arguments and based on the arguments creates an instance of markets (UK, US, MX..) using dependency injection. Each market class does a 'string GetData()', 'string ProcessData()' and 'bool...
28 May 2020 by RickZeeland
You can find a nice overview with examples here: .NET Design Patterns in C# and VB.NET - Gang of Four (GOF) - doFactory.com[^]
27 Mar 2021 by jaideepsinh
I am trying to create an azure ci/cd pipeline for my azure data factory in which I have used databricks notebook. Pipeline got created successfully with the ARM template for ADF but I am not able to see any override parameter for databricks...
7 Jun 2021 by Prasad Nikumbh
I am using Azure data factory(ADF) Pipeline-Copy Activity to copy data from cosmos db to datalake.I have created linkedservice for source (Cosmos db ) and destination (Data lake gen 2- Delimited format (.tsv))as I want my output in tsv format or...
28 Jun 2021 by Greg Utas
It's difficult to answer given the brevity of your question. I wouldn't call a session a design pattern. It could be called a protocol pattern, but it's not a software pattern in the usual sense of the term. As a protocol pattern, it consists of...
21 May 2014 by Clemens Pfauser
Implementation of an IoC Container to be able to use Dependency Injection in Unity3d
3 Jan 2015 by Fiyaz Hasan
Get a clear definition on Angular.js providers. Know the structure and the basic difference.
11 Mar 2014 by mbarbac
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
21 Feb 2016 by Shemeer NS
Explaining Factory Pattern in C# using a simple LoggerFactory
14 Jul 2015 by Shivprasad koirala
In this article we will learn C# Design pattern and Architecture pattern Step by Step with a project.
25 Aug 2015 by K. Naveen. Bhat
The article shows how we can solve various technical problems easily with the help of delegates.
31 Mar 2014 by dorodnic
Step by Step Implementation of Abstract Factory Design Pattern in C++
22 Apr 2016 by raddevus
Learn to leverage the power of the Interface to design your object-oriented code so you can test interactions and create more extendable more easily maintainable code. (Also see the Factory pattern implemented simply)
23 Jul 2015 by pravin kambari
I am going to explore Routing in AngularJS and call a WCF service from AngularJS by creating common factory with $http service
29 Dec 2016 by Giorgio Arata
A Decorator Design Patterns revision obtained adopting a lambda closures approach.
6 Jul 2020 by Greg Utas
Registering and efficiently accessing polymorphic objects
27 Mar 2023 by V_Cento
A simple way to extend an HTML element
28 Jun 2021 by Ishmeet Kaur
I Have got two answers for the internet Singleton and Factory design pattern? Which should we use? Both of them? and Why? What I have tried: I Have got two answers for the internet Singleton and Factory design pattern?