Skip to content

Instantly share code, notes, and snippets.

@BenConstable
Created September 18, 2018 11:20
Show Gist options
  • Save BenConstable/d5d6b16b3fbd7d7667b6fd7c69b5927f to your computer and use it in GitHub Desktop.
Save BenConstable/d5d6b16b3fbd7d7667b6fd7c69b5927f to your computer and use it in GitHub Desktop.
Assignment Example
using System;
var x = 1;
var y = x++;
Console.WriteLine($"Value of y should be 2. It actually is {y}");
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ServiceStack.Text" version="5.2.0" targetFramework="net45" />
<package id="ServiceStack.Client" version="5.2.0" targetFramework="net45" />
<package id="ServiceStack.Interfaces" version="5.2.0" targetFramework="net45" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment