nswrambo

Stories kicked 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

Escape from the tyranny of the Asp.Net form(wakeim.com)

submitted by mikekickmikekick(15) 4 years, 6 months ago

A solution to get rid of the mandatory form and the viewstate while retaining some of the goodies associated with it. Developed while struggling to have postback capability by using jQuery ajax posting. read more...

add a comment |category: |Views: 8

tags: another