Van Nguyen (@vantheshark)
  • Stars
    star
    108
  • Global Rank 196,061 (Top 7 %)
  • Followers 42
  • Following 15
  • Registered about 14 years ago
  • Most used languages
    C#
    100.0 %
  • Location πŸ‡¦πŸ‡Ί Australia
  • Country Total Rank 3,160
  • Country Ranking
    C#
    210

Top repositories

1

Burrow.NET

Burrow.NET is a simple library created based on some EasyNetQ ideas, it's a thin wrapper of RabbitMQ.Client for .NET. Basically, if you just need to put your message or subscribe messages from RabbitMQ server, you found the right place. With Burrow.NET, you can easily customize almost everything start with exchange and queue name, changing the way to serialize your object, inject custom error handling strategies, etc.
C#
63
star
2

Flatwhite

Flatwhite is an AOP library with MVC and WebAPI ActionFilter style using Castle dynamic proxy
C#
23
star
3

Blog

Source code & Demo for my blog
C#
5
star
4

NValidator

A lightweight extensible validation library for .NET that supports fluent syntax
C#
4
star
5

Flatwhite.Core

Flatwhite is an AOP library with MVC ActionFilter style using .NET Core dispatch proxy
C#
4
star
6

DistributedDeploymentTool

This is a small simple console application tool which can * Act as a client to execute a command on remote server * Act as a server to listen on a specific port for the remote commands from client * Act as a console app to send "exit" signal to services running on the same box * Serve as a .NET dll which exposed following interface:
C#
4
star
7

Smartflow

Smartflow is a small and simple module inspired by Greg Young SimpleCQRS. It also borrows alot of ASP.NET MVC source code to facilitate API filtering style such as Attribute filters, Global filters. Dependency injection is also fully supported and on top of it, the aim of this module is keep your code simple and easy to maintain if you want to build CQRS and event/messaging style application.
C#
4
star