Archive for the ‘.NET’ Category
Implementing GUP in ASP.NET
You may or may not have heard of GUP, but it is used in numerous programming projects for updating purposes. GUP is an acronym for Generic Updater, and it was originally developed for NotePad++, one of my favorite text editors. As you can guess, by “generic”, the developers mean that you can use GUP in [...]
Filed under: .NET, Feature, Programming, Technology | Leave a Comment
Tags: asp.net, generic updater, GUP, php, Programming, update, updater
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
