Skip to content

Instantly share code, notes, and snippets.

View tams89's full-sized avatar

Tamesh Sivaguru tams89

View GitHub Profile
@tams89
tams89 / data.json
Created March 20, 2016 17:33
expandle row ui-grid, columns specific to row element.
[
{
"HoursToRecharge": 2,
"IsElectric": true,
"Manufacturer": "Tesla",
"Type": "Domain.EcoCar"
},
{
"HoursToRecharge": 5,
"IsElectric": true,
@tams89
tams89 / Logic.cs
Last active April 24, 2022 11:33
NUnit TestCaseSource Async
using System;
using System.Threading;
namespace MT.Tests
{
/// <summary>
/// An object containing some information.
/// </summary>
public class Logic
{