Skip to content

Instantly share code, notes, and snippets.

View lemonway's full-sized avatar

LemonWay lemonway

View GitHub Profile
@lemonway
lemonway / description.md
Last active November 16, 2020 15:53
POC scenario

Scenario 1: P2P basic scenario

Given:

wallet::1 {
    balance: 100
}
wallet::2 {
    balance: 50
}
@lemonway
lemonway / webservice_challenge.md
Last active July 28, 2021 07:58
.NET Developer LemonWay Challenge

In this challenge, you will have to create a WebService and test it. You will then have to publish your code sources to Github, and send the link to it@lemonway.com with your CV in attachment.

  • Feel free to use any library / framework or copy/paste codes of others with respect of the author's license. Please list the used libraries / code snippets in your README.md file.
  • There is no time limit.

1) Create a ASP.NET SOAP WebService

Open Visual Studio (the latest Community Edition is recommended).

Create a ASP.NET SOAP WebService (not a WCF WebService or a Restful WebService) with the following Web Methods: