Skip to content

Instantly share code, notes, and snippets.

View rahulsahay19's full-sized avatar
💭
Microservices, Azure, Containers, Kubernetes, Infrastructure, Polyglot, etc

rahul sahay rahulsahay19

💭
Microservices, Azure, Containers, Kubernetes, Infrastructure, Polyglot, etc
View GitHub Profile
@rahulsahay19
rahulsahay19 / Finished form Employee service
Last active August 29, 2015 14:07
Finished form Employee service
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
using System.Threading.Tasks;
namespace EmployeeService
{
@rahulsahay19
rahulsahay19 / App.Config
Created October 19, 2014 07:12
App.Config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
</appSettings>
<system.web>
<compilation debug="true" />
</system.web>
<!-- When deploying the service library project, the content of the config file must be added to the host's
@rahulsahay19
rahulsahay19 / picture 37.jpg
Last active February 24, 2017 19:46
Hosted Service
picture 37.jpg
@rahulsahay19
rahulsahay19 / picture 36.jpg
Last active August 29, 2015 14:07
WCF Test Client
picture 36.jpg
@rahulsahay19
rahulsahay19 / picture 38.jpg
Last active August 29, 2015 14:07
Adding employee
picture 38.jpg
@rahulsahay19
rahulsahay19 / picture 39.jpg
Last active August 29, 2015 14:07
Retrieving Emplpoyee
picture 39.jpg
@rahulsahay19
rahulsahay19 / Multitasking.jpg
Last active August 29, 2015 14:08
multitasking
Multitasking.jpg
@rahulsahay19
rahulsahay19 / nodejs1.png
Last active August 29, 2015 14:08
nodejs installation
nodejs1.png
@rahulsahay19
rahulsahay19 / Node1stprogram.png
Last active August 29, 2015 14:08
nodejsprogram
Node1stprogram.png