Posts Tagged ‘.NET’
The League of Justice (i.e. the StackOverflow trilogy) stickers arrived today in the mail! YAY YAY YAY! Somehow or other, there were two StackOverflow stickers, along with a ServerFault and SuperUser one, in my envelope, when there should have been only three total, but this is awesome! I will post pictures of the stickers soon!
Filed under: cool sites, Design, Feature, geek, Programming, Technology, Web | Leave a Comment
Tags: .NET, C#, geek, internet, Programming, serverfault, stackoverflow, stackoverflow stickers, stackoverflow trilogy, superuser, Technology, web 2.0
I’ve always wanted to experiment with creating “sessions” on websites to mimic real users browsing and using a site, and I’ve finally gotten around to a project that involves this: my goal is to “wrap” an online database that is queried through a series of HTML forms, returns a map, and then allows you to [...]
Filed under: .NET, Feature, Programming | Leave a Comment
Tags: .NET, C#, CookieContainer, cookies, fiddler, hacking online interface, HTTP sessions, HttpWebRequest, HttpWebRequest headers, Programming, wrapper
If you’re a .NET developer, admit it: you’ve at least once felt curious about how the underlying APIs behind the .NET Framework are coded, how certain functions are implemented, or whether one core function is more efficient that another. Well, this is where the trusty program named .NET Reflector comes in. As the title suggests, [...]
Filed under: .NET, Programming | Leave a Comment
Tags: .NET, .NET Reflector, C#, coding, decompiler, Programming, source code
