• Stars
    star
    2
  • Language
    Java
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Enterprise-Angular-Project

This project demonstrates how to build Enterprise Grade Angular Project.
TypeScript
7
star
2

sso-with-identityserver4

Single Sign-On implementation using IdentityServer4
C#
7
star
3

robo-thread-manager

Single Class Thread Pool Managar; The ThreadPoolManager is controls thread pool and job queue, it supports separated dynamic job queue from threads Comparing the other thread management methods, ThreadPoolManager gives you the best performance.
C#
3
star
4

blog

CSS
2
star
5

robo-aspect-framework

This project demonstrates when we invoking some method we can pass the method as a parameter to another method. If we design the second method for separating of concerns (SoC), we can use Aspect Oriented Programing (AOP). we can catch method attributes, and we can call BeforeAspects() and AfterAspects().
C#
2
star
6

nonsetup

Download site
CSS
1
star
7

robonom

Simple blog framework
C#
1
star
8

IP-Man

IP-Man scans your network (WAN and LAN) to determine the identity of all devices, which automatically discovers sevices of devices. It allows you to access your devices everywhere.
C#
1
star
9

cross-platform-desktop-application-with-netcore2x-and-angular6x

This project introduce simple cross platform desktop application with .Net Core 2 and Angular 6 in Electron environment.
TypeScript
1
star
10

roboutil

simple utility library
C#
1
star
11

filehoo

Download site
HTML
1
star
12

robo-middleware-framework

This project demonstrates when we invoking some method we can pass the method as a parameter to another method. If we design the application using middleware pipeline. we can success method calls with Separating of Concerns (SoC) we can catch all methods in middleware pipeline, and we can execute before middleware and after middleware
C#
1
star
13

Chain-of-Responsibility-pattern-implemention.

The Chain of Responsibility pattern is one of the twenty-three well-known "GoF design patterns" ASP.NET Core applications uses "The Middleware Pipeline". The term β€œpipeline” implies that requests enter one end, are processed by each middleware component in turn, and exit the other end. In reality, the run-time behavior is a variation of the Chain of Responsibility design pattern
C#
1
star