Alejandro Junqui (ajunquit)

ajunquit

Geek Repo

Company:Alejandro Junqui

Location:Ecuador

Home Page:ajunquit.com

Github PK Tool:Github PK Tool

Alejandro Junqui's repositories

design-pattern-factory

Factory pattern is one of the most used design patterns in Java. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using a common interface.

Language:C#Stargazers:0Issues:0Issues:0

design-pattern-repository

Repository pattern is a kind of container where data access logic is stored. It hides the details of data access logic from business logic. In other words, we allow business logic to access the data object without having knowledge of underlying data access architecture.

Language:C#Stargazers:0Issues:0Issues:0

DesignPattern.Creational.Singleton

Singleton pattern is one of the simplest design patterns in any language development. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.

Language:C#Stargazers:2Issues:0Issues:0

docs

This repository contains .NET Documentation.

License:CC-BY-4.0Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

topshelf

"hello world" in topshelf

Language:C#Stargazers:0Issues:0Issues:0