Dec 9 2008
create an ISAPI plugin using c++
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Recently I was assigned a job to cange all the HTML pages in my company website to ASP pages. The site is very old that it had more than 2000 back links from other websites and we wanted a [...]
Dec 9 2008
How to get processor id (CPU’s ID) using Visual Basic.Net
Some times we do need to find out the cpu’s id, which is unique for each CPU. This code example will help you to perform this task in vb.net.
To Execute the code, create a Visual Basic Windows Application in .Net; Add a button (“Button1”) in the form (“Form1”) then Implement the below given code in [...]
Dec 4 2008
How to develop a facebook application
Social snippets has written an excellent tutorial about writing your first Facebook Application using asp.net. Check it out here.
