Skip to content

Instantly share code, notes, and snippets.

@Jeff-Walker
Jeff-Walker / SimpleGridLayout.cs
Created April 13, 2012 16:14
Enhanced SimpleGridLayout
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
namespace Wpf {
/*
* This code is made available with no warranty. It comes as-is, but discuss changes if you like.
* I consider this in the public domain.
@samnaseri
samnaseri / PaymentController.cs
Created March 27, 2012 00:58
Payment Controller for MIGS gateway using Asp.Net MVC4
// WARNING : THIS CODE IS AS IS. NOTHING IS GUARANTEED.
// PLEASE NOTE THAT THIS IS ONLY A TEMPLATE, YOU NEED TO WORK ON IT TO MAKE IT SUITABLE FOR YOUR NEEDS
// AT LEAST YOU NEED TO REPLACE THE VALUE FOR HASH SECRET VARIABLES BY VALUES YOU RECEIVED FROM YOUR BANK
// For more information go to : http://samondotnet.blogspot.com/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;