Featured Post

Basic Unix Commands and Concepts

Ahhhhh Linux That sweet smell of plastic, gold, copper, and bunch of Hackers. It’s a sweet smell that I have come to love over the years. If you have never experienced the thrill and joy of a Linux command prompt, sit back and we’ll discover some of the basics of commanding a full blown Linux...

Read More

Page Methods and URL rewriting

Posted by Keith Elder | Posted in Asp.Net, Programming | Posted on 11-03-2006

0

Although I haven’t used this particular project, I ran across something today that I thought was an interesting project.  The project allows you to handle page methods and rewrite URLs.  For example if you have a URL like keithelder.net/blog/article.aspx?id=12 and you want it to be keithelder.net/my-title.aspx instead.  Virtual URLs are very handy.  Even on blogs like this for example where you link to a post of a item, you aren’t really hitting a static page.  It is all virtual. 

The project just released an update for VS2005. You can check it out on the offical PageMethods web site.

How an open source developer transitioned to .Net

Posted by Keith Elder | Posted in .Net, Asp.Net, Open Source, PHP, Programming | Posted on 11-03-2006

0

For a long time I’ve been wanting to put this together.  A lot of my friends who were open source advocates like myself are perplexed with my transition to what they call the “Dark Side” of development.  Referring of course to Microsoft as the evil empire.  I took some time this morning to finish how and why I migrated from programming mainly in PHP to .Net.  I didn’t want to put this information into a blog post because as I was writing it, it just didn’t feel right so I created an article out of it.  In order to give you the full picture I give some information on my background to cement how firmly planted I was in open source technologies.  Then I give you some of my thoughts on the conversion process.  In the end, I give some advice for others that might be curious as how to make this conversion.  

Read the article “How An Open Source Developer Transitioned to .Net”