Skip to content

Instantly share code, notes, and snippets.

View ShreyasJejurkar's full-sized avatar
👓
Building & Breaking Stuff with .NET and JavaScript

Shreyas Jejurkar ShreyasJejurkar

👓
Building & Breaking Stuff with .NET and JavaScript
View GitHub Profile
events {
}
http {
upstream myaspnetcoreapp {
server localhost:9002;
server localhost:9003;
server localhost:9001;
}
##rabbitmq
docker run -d --name my-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3.8.9-management
using System;
using System.Linq;
public static class Program
{
public static void Main()
{
var movie = new Movie
{
Title = "",
using System;
using System.Collections.Generic;
namespace IocContainer
{
public class Program
{
public static void Main()
{
var containerBuilder = new ContainerBuilder();
using System;
using System.Collections.Generic;
namespace ObserverDesignPattern
{
public class Program
{
public static void Main()
{
// our two users