KoffeeKoder
Latest Posts
  • DownloadHelper Firefox Plugin Rules!!
    published on 6/22/2009 7:52:17 PM (Cool Tools)
    Comments => 0
  • Most of you already know about this but I think this is too cool to blog. I believe that majority of the people own a Zune or an IPod. Most of them wish that they are able to download videos from different websites specially YouTube. Well, now you can easily download YouTube or any website videos straight to your IPod or Zune using a FireFox extension called DownloadHelper.

    DownloadHelper allows easily downloading and converting the files to the targeted device. I frequently visit InfoQ for their high quality content but am quite frustrated to see that there is no download link. Using DownloadHelper I was able to download the video files directly to my Zune and watch it at my leisure.

    Go check out DownloadHelper right now!
  • Presenting I Love IronRuby at Houston .NET User Group on July 9th 2009
    published on 6/18/2009 12:14:15 PM (Life)
    Comments => 0
  • I am honored to be presenting for Houston .NET User Group on July 9th 2009. The topic of interest will be IronRuby. If you have been to one of my previous sessions then you already know that my PowerPoint skills are quite rusty. For that reason I will not be using any PowerPoint slides. The session will focus on how to download, install and develop using IronRuby.

    The session will also look into how to use .NET libraries from the IronRuby runtime as well as how to run IronRuby from a statically typed language (C#).

    Finally, I will explain how to leverage the power of IronRuby framework to the web and create ASP.NET MVC application using IronRuby.
  • Review: ASP.NET MVC in Action
    published on 6/15/2009 11:24:38 AM (Book Reviews)
    Comments => 0



  • There is a saying that the real weight of the book is the information it contains and not the pages it carries. At merely 300 pages ASP.NET MVC in Action is a true masterpiece. This book clearly shows that authors who have real world experience can write practical books which are more effective than others who have spent their exile in the glass chambers of the theoretical world. The authors, Jeffery Palermo, Ben ScheirmanJimmy Bogard are considered rock stars in ASP.NET community and they have opened up the doors to their concert with ASP.NET MVC in Action.

    The book starts by pointing out the current problems in web development and how ASP.NET MVC addresses each of them. Then it explores the M in Model, the V in View and the C in controller. After setting the initial stage the book explores the CodeCampServer project which serves as the sample for the book. The book is targeted to all level of developers. The flow of the book carries on to next chapter seamlessly.  

    One of my favorite chapters was chapter 5, Routing. The authors discussed how a better URL and hackable URLs can increase the SEO of the website. I also found the chapter on Ajax quite exciting. The book used JQuery as their primary JavaScript library and showed some of the magic that is created when JQuery and ASP.NET MVC are combined.

    The book ends with a chapter on best practices using the ASP.NET MVC Framework in which the authors share their words of wisdom. The chapter clearly shows that the authors have spent considerable amount of time dealing with different problems that may rise in a web application.

    All in all ASP.NET MVC in Action should be on the top of the stack when picking up ASP.NET MVC book.
  • Article: First Look at IronRuby
    published on 6/13/2009 5:11:13 PM (C#)
    Comments => 0
  • IronRuby is part of the DLR languages (dynamic language runtime). Few days back I played with IronRuby and had a fun time.  Ben Hall has a very good article which describes how to build and download IronRuby.  You can find the article at link below:

    http://blog.benhall.me.uk/2008/12/downloading-ironruby-from-github.html

    I have also written a very detailed article about high than two weeks which describes how to download build and interact IronRuby to be with the.net framework. In the article I have used IronRuby to interact with the Windows presentation foundation. I have also demonstrated how to call on IronRuby methods using a statically typed language C#.  You can check out the article using the link below:

    http://highoncoding.com/Articles/573_First_Look_at_the_IronRuby.aspx

    PS: this blog post is written by using Dragon naturally speaking software.