Skip to content

Instantly share code, notes, and snippets.

View kemalincekara's full-sized avatar
👨‍💻
.NET Back-End Developer

KEMAL İNCEKARA kemalincekara

👨‍💻
.NET Back-End Developer
View GitHub Profile
@kemalincekara
kemalincekara / PostSubmitter.cs
Last active December 17, 2017 10:31
[C#] Get - Post Submitter
//This is by "rakker" from "The Life and Times of a Dev".URL: http://geekswithblogs.net/rakker/archive/2006/04/21/76044.aspx
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;