nswrambo

Stories submitted by nswrambo

How To Inject a Managed Assembly (DLL) into Another Process(codingthewheel.com)

submitted by nswrambonswrambo(40) 3 years, 9 months ago

An easy way to inject a .NET assembly (class library, etc.) into the address space of another application, even an unmanaged application. read more...

add a comment |category: |Views: 227

tags: another

How to Display Integrated Digg.com Comments on Your Website(codingthewheel.com)

submitted by nswrambonswrambo(40) 4 years ago

I recently implemented "integrated Digg.com comments" on my website using the Digg API and ASP.NET. This is an overview of how I did it, and how you can do it. Hope it's of use to somebody. Thanks. read more...

add a comment |category: |Views: 1

tags: another

Breaking the Tyranny of the ASP.NET <form> Tag(codingthewheel.com)

submitted by nswrambonswrambo(40) 4 years, 1 month ago

Pretty good technique for those who are trying to clean up their ASP.NET web pages. Not sure whether there are problems from moving <form> tag around like author recommends but it sounds good in theory. read more...

add a comment |category: |Views: 31

tags: another