<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Anouncement</title>
        <link>http://www.mahendramavani.com/blog/category/1.aspx</link>
        <description>Anouncement</description>
        <language>en-US</language>
        <copyright>Mahendra Mavani</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>Journey to Fluent NHibernate - Speaking to North Dallas .NET User Group</title>
            <link>http://mahendramavani.com/blog/archive/2010/08/04/journey-to-fluent-nhibernate-speaking-to-north-dallas-.net.aspx</link>
            <description>Karthik was kind enough to invite me as speaker to present a session on Fluent NHibernate.  If you are around the area, I would love to meet you there.&lt;br /&gt;
&lt;br /&gt;
Here is the detail from NDDNUG site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Topic: Journey to Fluent NHibernate&lt;/h3&gt;
&lt;p&gt;NHibernate has always been preferred ORM tool for DDD community in  .NET land. However one area of NHibernate where people struggled most is  its xml base configuration. This is where Fluent NHibernate was born  giving Fluent, XML-less, compile safe, automated, convention-based  mappings for NHibernate. Rather than writing XML documents, you write  mappings in strongly typed C# code. This allows for easy refactoring,  improved readability and more concise code.&lt;/p&gt;
&lt;p&gt;In this session of "Journey to Fluent NHibernate", we will take deep  dive into real life usage of fluent NHibernate. Starting from where to  find it, session will proceed with covering topic like how to configure  NHibernate, where and how to define mapping and how to make sure our  mapping is correct by mean of mapping test.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;table border="0"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Speaker:&lt;/td&gt;
            &lt;td&gt; &lt;/td&gt;
            &lt;td&gt;Mahendra Mavani&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Date:&lt;/td&gt;
            &lt;td&gt; &lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Wednesday August 4th, 2010&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Time:&lt;/td&gt;
            &lt;td&gt; &lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;6:00 - 8:30&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Location:&lt;/td&gt;
            &lt;td&gt; &lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Intuit Headquarters,&lt;br /&gt;
            &lt;/strong&gt;5601 Headquarters Dr&lt;br /&gt;
            Plano TX 75024&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;
See you there&lt;br /&gt;
 &lt;img src="http://mahendramavani.com/blog/aggbug/37.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2010/08/04/journey-to-fluent-nhibernate-speaking-to-north-dallas-.net.aspx</guid>
            <pubDate>Wed, 04 Aug 2010 15:03:25 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/37.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2010/08/04/journey-to-fluent-nhibernate-speaking-to-north-dallas-.net.aspx#feedback</comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/37.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/37.aspx</trackback:ping>
        </item>
        <item>
            <title>Virtual Learning Series next session - Deep dive into OOP - Beyond basic Concepts</title>
            <link>http://mahendramavani.com/blog/archive/2010/03/31/virtual-learning-series-next-session-deep-dive-into-oop.aspx</link>
            <description>&lt;p&gt;Moving on with our series of virtual learning, here I present next one. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Schedule Time&lt;/strong&gt;: April/1/2010 10:30 PM (Central Daylight Time)  [April/2/2010 9:00 AM IST]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Session Name:  Deep dive into OOP - Beyond basic concepts&lt;/strong&gt;&lt;/p&gt;
&lt;p align="justify"&gt;&lt;strong&gt;Abstract&lt;/strong&gt;: In our college days, We have already learned core Object-Oriented Programming concept like Abstraction, Encapsulation, Inheritance, and Polymorphism. However since then, lot has been written and spoken about it. While you feel confident about OOP after mastering those core part, soon you realize those cool folks are talking about Single Responsibility Principle", "Open/Closed Principle", "Dependency Inversion Principle", as well as Inversion of Control containers. This session is to demonstrate nuts and bolts of those buzz word and put you in situation where you can start using them right away.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why bother attending:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;If you are excited about unit testing but it's not fitting well for your project&lt;/li&gt;
    &lt;li&gt;If you are worried about crazy and psycho guy who is going to take over your code&lt;/li&gt;
    &lt;li&gt;If you think craftsmanship has nothing to do with software production&lt;/li&gt;
    &lt;li&gt;Then this session has answer to your concerns&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-weight: bold;"&gt;How to Attend: &lt;/span&gt;&lt;br /&gt;
Meeting will be held on gotomeeting. Make sure you understand how it  works so you can be ready for it. Here is the technical detail about it:  &lt;a href="http://www.gotomeeting.com/fec/online_meeting"&gt;http://www.gotomeeting.com/fec/online_meeting&lt;/a&gt;     &lt;br /&gt;
Here is the meeting detail:
&lt;p&gt;1. Join my meeting at &lt;a href="https://www2.gotomeeting.com/join/503418171"&gt;https://www2.gotomeeting.com/join/503418171&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Use your microphone and speakers (VoIP) - a headset is  recommended. Or, call in using your telephone.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Dial  215-383-1006&lt;/li&gt;
    &lt;li&gt;Access Code: 503-418-171&lt;/li&gt;
    &lt;li&gt;Audio PIN:  Shown after joining the meeting&lt;/li&gt;
    &lt;li&gt;Meeting ID: 503-418-171&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://mahendramavani.com/blog/aggbug/22.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2010/03/31/virtual-learning-series-next-session-deep-dive-into-oop.aspx</guid>
            <pubDate>Wed, 31 Mar 2010 14:42:35 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/22.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2010/03/31/virtual-learning-series-next-session-deep-dive-into-oop.aspx#feedback</comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/22.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/22.aspx</trackback:ping>
        </item>
        <item>
            <title>Diwali or Deepavali – The grand festival of India</title>
            <link>http://mahendramavani.com/blog/archive/2009/10/15/diwali-or-deepavali-the-grand-festival-of-india.aspx</link>
            <description>&lt;p&gt;As the month of October proceed, &lt;a href="http://en.wikipedia.org/wiki/Hinduism_by_country" target="_blank"&gt;1 billion  people&lt;/a&gt; from all around the world are busy preparing for their grand  festival; &lt;strong&gt;&lt;em&gt;The Diwali&lt;/em&gt;&lt;/strong&gt;. It’s bit of misfortune for some  of my friends here in America, that they have no idea about what 1 in every 6  person on the earth, is busy celebrating with. Why not to take this as  opportunity to tell them about social as well as spiritual significance behind  the festival? There is my 2 cents :)&lt;/p&gt;
Diwali, which is also known as Deepavali, is a festival of lights. These  light signifies enlightenment, joy of victory of Dharma(implies as truth or  good) over Adharma (implies as darkness, bad or evil). The day of festival also  mark end of year as per Vikram Samvat Calendar, one of the oldest calendar in  the history of man kind.(The Vikram Samvat was founded by the emperor &lt;a href="http://en.wikipedia.org/wiki/Vikramaditya"&gt;Vikramaditya&lt;/a&gt; of &lt;a href="http://en.wikipedia.org/wiki/Ujjain"&gt;Ujjain&lt;/a&gt;&lt;sup&gt;&lt;a href="http://en.wikipedia.org/wiki/Bikram_Samwat#cite_note-0"&gt;[1]&lt;/a&gt;&lt;/sup&gt;  following his victory over the &lt;a href="http://en.wikipedia.org/wiki/Saka"&gt;Sakas&lt;/a&gt; in 56 BC. More accurately,  this calendar is 56.7 years ahead (in count) of the solar calendar).
&lt;p&gt;Deepavali is Sanskrit word which means “row of light” (Deep means light and  Avali means row). It teach us to drive way darkness by spreading light of  knowledge. Spiritually, it is the day when Lord Ram returned to Ayodhya after  completing His 14 year of exile (referred as Vanvas in Indian literature) and  His victory over Ravana. Full of joy, people of Ayodhya welcomed their king by  lighting rows(avali) of lamps(deep) and hence the name Deepavali. Just as we  celebrate birth of oneself, Deepavali is for celebration of inner light which  outshines all darkness or ignorance and awakening us to know our true nature;  far far away from just physical existence.&lt;/p&gt;
&lt;p&gt; To celebrate the occasion, people light oil lamps in and around their house  and set off firecrackers. People paint and clean their homes, buy new clothes  and distribute sweets to their relatives and friends. By spreading light in  every corner of our premises, we try to destroy the reign of darkness, on the  night of Diwali. People decorate their premises with diyas, electric bulbs and  other decorative electric lighting fixtures, to make their surroundings filled  with colorful light and to make it bright and beautiful. Many interesting  rituals and traditions have been attached to the celebrations of Diwali. Fire  crackers are burst and people enjoy wearing new clothes, on the auspicious day.  &lt;/p&gt;
&lt;p&gt; Diwali is a five-day long festival, which is celebrated with fun and fervor.  &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;first &lt;/strong&gt;day of Diwali is known as 'Dhanteras' which is the  thirteenth lunar day of Krishna Paksha, of the Hindu month of Kartik. Lord  Dhanwantari came out of the ocean with Ayurvedic on this day for the welfare of  the mankind. People renovate, decorate their houses on this day and make  traditional &lt;a href="http://www.google.com/search?hl=en&amp;amp;q=rangoli" target="_blank"&gt;'Rangoli&lt;/a&gt;'  on the entrance, to welcome Goddess Lakshmi. Lamps  and candles are lit throughout the night. It is considered auspicious to buy  gold and silver on this day. Many people opt for buying new utensils on this  day.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;second&lt;/strong&gt; day of Diwali is &lt;strong&gt;Narak&lt;/strong&gt;  Chaturdashi.Lord Krishna killed the demon Narakasur on this day to make the  mankind free from his fear. It is a tradition to massage the body with oil and  to bathe on this day. According to an interesting saying it is believed that  those who do not bathe on this day go to the Narak (hell). &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;third &lt;/strong&gt;day is the main day of the Diwali festival.On this  day, people wear new clothes and share gifts and sweets with their friends and  relatives. Women prepare delicacies and whole house is illuminated with 'diyas'  and candles. Fireworks and crackers are the kids' favorites on this day. This  day signifies end of year. &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;forth&lt;/strong&gt; day is new year day (as per Vikram Samvat). Day  starts very early for all devotees as they get ready in their new cloths, visit  temple, chant to the GOD, and then wish each other “Sal Mubarak” (i.e. happy new  year) &lt;/p&gt;
&lt;p&gt;The fifth day of the diwali is Bhai Dooj, the time to honour the  brother-sister relationship. On this day, sisters invite their brothers and  their family to their homes and treat them with delicacies. In turn, brothers  offer them with gifts and sweets. Legends have it that in the Vedic era, Lord  Yamaraj (the God of death) visited his sister Yamuna on this day and blessed her  with a boon that if brothers visit their sisters on this day then they will be  liberated from all their sins. Since then it is a tradition that brothers visit  their sisters on this day and the sisters sweeten their mouths with variety of  sweets. The celebration of the Bhai Dooj marks the end of the five days long  festivities of Diwali. &lt;/p&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For the benefit of my American brothers and sisters: &lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;US President Barack Obama has joined the this grand movement by participating  in ceremonial Diwali lamp at white house. Although it was Bush era back in 2003  when Diwali celebration began at white house, Obama was the first American  president who had fortunate opportunity to personally inaugurate the  ceremony.&lt;/p&gt;
&lt;p&gt;Finally, for the geeks in Austin, there is great opportunity to personally  attend the celebration and thereby know more about the festival. &lt;a href="http://www.barsanadham.org/e-list/twbd/images/divali/Diwali-09.jpg" target="_blank"&gt;Barsanadham&lt;/a&gt; temple is celebrating grand festival on this  Saturday, Oct, 17th 2009 beginning at 5:00 PM. Here is the published  schedule:&lt;/p&gt;
&lt;p&gt;5:00 pm Dinner prasad&lt;br /&gt;
6:00 pm Temple tour (in prayer hall)&lt;br /&gt;
7:00 pm  Temple tour (in prayer hall)&lt;br /&gt;
7:30 pm Temple program – State Representatives  &amp;amp; community leaders lighting the dias ceremony, kirtan, pravachan,  arti&lt;br /&gt;
9:00 pm Grand fireworks display&lt;br /&gt;
9:30 pm Ras Garba – Live garba  singers: Sur Sangam of Hurst, TX &lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Address&lt;/span&gt;: Barsana Dham&lt;br /&gt;
(SW of Austin on FM 1826, 7 miles from Hwy  290)&lt;br /&gt;
400 Barsana Rd.&lt;br /&gt;
Austin, TX 78737&lt;br /&gt;
(512)288-7180&lt;/p&gt;
&lt;p&gt; I am there along with my friends and family.  Be there and be part of “The  Light”.&lt;/p&gt;&lt;img src="http://mahendramavani.com/blog/aggbug/13.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2009/10/15/diwali-or-deepavali-the-grand-festival-of-india.aspx</guid>
            <pubDate>Thu, 15 Oct 2009 19:49:56 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/13.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2009/10/15/diwali-or-deepavali-the-grand-festival-of-india.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/13.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/13.aspx</trackback:ping>
        </item>
        <item>
            <title>Screencast of my workshop on Refactoring</title>
            <link>http://mahendramavani.com/blog/archive/2009/09/23/screencast-of-my-workshop-on-refactoring.aspx</link>
            <description>&lt;p&gt;Over this weekend, I facilitated &lt;a href="../../../../archive/2009/09/11/wondering-how-to-unit-test-those-mammoth-legacy-codebase.aspx" target="_blank"&gt;workshop on Refactoring&lt;/a&gt;. My company was kind enough to host  the screencast for me. Earlier I posted link for ppt and demo application  download &lt;a href="../../../../archive/2009/09/20/slides-and-demo-for-refactoring-workshop.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;object width="800" height="618"&gt; &lt;param name="movie" value="http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/9-19-2009%20Refactoring%20Workshop_controller.swf" /&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="bgcolor" value="#FFFFFF" /&gt; &lt;param name="flashVars" value="thumb=http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/FirstFrame.png&amp;amp;containerwidth=800&amp;amp;containerheight=618&amp;amp;showstartscreen=true&amp;amp;showendscreen=true&amp;amp;loop=false&amp;amp;autostart=false&amp;amp;color=1A1A1A,1A1A1A&amp;amp;thumb=FirstFrame.png&amp;amp;thumbscale=45&amp;amp;content=http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/9-19-2009%20Refactoring%20Workshop.mp4" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="scale" value="showall" /&gt; &lt;param name="allowScriptAccess" value="always" /&gt; &lt;param name="base" value="http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/" /&gt; &lt;embed src="http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/9-19-2009%20Refactoring%20Workshop_controller.swf" quality="high" bgcolor="#FFFFFF" width="800" height="618" type="application/x-shockwave-flash" allowscriptaccess="always" flashvars="thumb=http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/FirstFrame.png&amp;amp;containerwidth=800&amp;amp;containerheight=618&amp;amp;showstartscreen=true&amp;amp;showendscreen=true&amp;amp;loop=false&amp;amp;autostart=false&amp;amp;color=1A1A1A,1A1A1A&amp;amp;thumb=FirstFrame.png&amp;amp;thumbscale=45&amp;amp;content=http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/9-19-2009%20Refactoring%20Workshop.mp4" allowfullscreen="true" base="http://content.screencast.com/users/HeadspringSystems/folders/Community/media/c49a2dbc-2abd-4b47-85c2-d3d147552ff1/" scale="showall" /&gt; &lt;/object&gt; 
&lt;/p&gt;
&lt;p&gt;If you rather prefer to watch it directly at screencast site, here is the  direct link &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.screencast.com/t/gI7XXQMQ95S"&gt;http://www.screencast.com/t/gI7XXQMQ95S&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://jeffreypalermo.com/" target="_blank"&gt;Jeffrey  Palermo&lt;/a&gt;, for the &lt;a href="http://jeffreypalermo.com/blog/mahendra-mavani-teaching-refactoring-workshop/" target="_blank"&gt;big favor&lt;/a&gt; and editing and uploading the screencast.&lt;/p&gt;&lt;img src="http://mahendramavani.com/blog/aggbug/11.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2009/09/23/screencast-of-my-workshop-on-refactoring.aspx</guid>
            <pubDate>Wed, 23 Sep 2009 21:06:20 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/11.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2009/09/23/screencast-of-my-workshop-on-refactoring.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/11.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/11.aspx</trackback:ping>
        </item>
        <item>
            <title>Wondering how to unit test those mammoth legacy codebase? </title>
            <link>http://mahendramavani.com/blog/archive/2009/09/11/wondering-how-to-unit-test-those-mammoth-legacy-codebase.aspx</link>
            <description>&lt;p&gt;Fascinated about terms like &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Unit_testing"&gt;unit testing&lt;/a&gt;  and &lt;a target="_blank" href="http://www.agiledata.org/essays/tdd.html"&gt;TDD&lt;/a&gt;?  Praying to work for green field project so that you, too, can do unit testing  and TDD?&lt;/p&gt;
&lt;p&gt;If these questions sounds familiar to you then let me tell you that you are  not alone. While hype of automated testing, TDD, BDD is in air, not everyone is  fortunate enough to work on green field project with &lt;a target="_blank" href="http://www.codeplex.com/AutoMapper"&gt;cutting&lt;/a&gt; &lt;a target="_blank" href="http://code.google.com/p/tarantino/"&gt;edge&lt;/a&gt; &lt;a target="_blank" href="http://structuremap.sourceforge.net/Default.htm"&gt;tools&lt;/a&gt;  and &lt;a target="_blank" href="http://www.derickbailey.com/2008/09/03/ObjectOrientedDevelopmentViaTheSOLIDSoftwareDevelopmentPrinciples.aspx"&gt;techniques&lt;/a&gt;. For years, business has invested lot of money in  developing and maintain those “Legacy” system, that everyone seems to hate  today. Management is not ready to invest in building new system when current  system is serving the purpose. After all for years, we have been hearing “&lt;a target="_blank" href="http://en.wikipedia.org/wiki/Wikipedia:If_it_ain%27t_broke,_don%27t_fix_it"&gt;If it ain't broke, don't fix it&lt;/a&gt;”. &lt;/p&gt;
&lt;p&gt;Given this destiny, what we, the developers, can do to make our life easier?  What would be win-win solution out of this situation? People like Martin  Fowlers, has already answered these questions in his great book “Working  effectively with legacy code”. If you are interested in getting some hands on  experience with those trick and don’t mind handing around with like minded  people, then come to ACC Campus next to highland mall on 09/19/09. I am  facilitating workshop on the topic (Big thanks to &lt;a target="_blank" href="http://www.agileaustin.org/"&gt;AgileAustin&lt;/a&gt; for giving me  this opportunity).&lt;/p&gt;
&lt;p&gt;Here is link to event detail and registering for workshop. Hurry up before  all the tickets are sold. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://agileaustinrefactoring-rss.eventbrite.com/" title="http://agileaustinrefactoring-rss.eventbrite.com/"&gt;http://agileaustinrefactoring-rss.eventbrite.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;C U there!!!!&lt;/p&gt;&lt;img src="http://mahendramavani.com/blog/aggbug/6.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2009/09/11/wondering-how-to-unit-test-those-mammoth-legacy-codebase.aspx</guid>
            <pubDate>Sat, 12 Sep 2009 02:52:45 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/6.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2009/09/11/wondering-how-to-unit-test-those-mammoth-legacy-codebase.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/6.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/6.aspx</trackback:ping>
        </item>
        <item>
            <title>Announcing my Official Blog</title>
            <link>http://mahendramavani.com/blog/archive/2009/04/23/announcing-my-official-blog.aspx</link>
            <description>&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Thanks to the setup guidance I received from my buddy and Mentor, &lt;a href="http://www.lostechies.com/blogs/hex/" target="_blank"&gt;Eric Hexter&lt;/a&gt;, my blog is up and running here.  &lt;/p&gt;
&lt;p&gt;My earlier feed at &lt;a href="http://feeds2.feedburner.com/MahendraMavani"&gt;http://feeds2.feedburner.com/MahendraMavani&lt;/a&gt; has been redirected to point to this new blog. Alternatively you can also subscribe to direct feed at &lt;a href="http://www.mahendramavani.com/blog/rss.aspx"&gt;http://www.mahendramavani.com/blog/rss.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Other part of the Website is still in planning phase so I don’t know when it would be ready but I am hoping for sooner than later.&lt;/p&gt;
&lt;p&gt;With the site and blog running smoothly, now my personal goal is to beat &lt;a href="http://www.lostechies.com/blogs/jimmy_bogard/default.aspx" target="_blank"&gt;Jimmy Bogard&lt;/a&gt;, very talented buddy of mine. (I am shooting for high, you see:) ) &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am planning to record my learning experiences with exciting new tools and technology/methodology. Part of that should cover usage of productivity doubling tools like R#, OSS projects like &lt;a href="www.nhibernate.org/" target="_blank"&gt;nhibernate&lt;/a&gt;, &lt;a href="http://code.google.com/p/tarantino/" target="_blank"&gt;tarrantino&lt;/a&gt;, &lt;a href="http://www.codeplex.com/AutoMapper" target="_blank"&gt;AutoMapper&lt;/a&gt;, &lt;a href="http://code.google.com/p/naak/" target="_blank"&gt;NAAK&lt;/a&gt; and in general topics on design pattern, object oriented programming, agile/scrum/XP methodology.&lt;/p&gt;
&lt;p&gt;All in all, stay tuned…&lt;/p&gt;
&lt;p&gt;-Favor Smart work over hard work&lt;/p&gt;&lt;img src="http://mahendramavani.com/blog/aggbug/3.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahendra Mavani</dc:creator>
            <guid>http://mahendramavani.com/blog/archive/2009/04/23/announcing-my-official-blog.aspx</guid>
            <pubDate>Thu, 23 Apr 2009 15:31:00 GMT</pubDate>
            <wfw:comment>http://mahendramavani.com/blog/comments/3.aspx</wfw:comment>
            <comments>http://mahendramavani.com/blog/archive/2009/04/23/announcing-my-official-blog.aspx#feedback</comments>
            <wfw:commentRss>http://mahendramavani.com/blog/comments/commentRss/3.aspx</wfw:commentRss>
            <trackback:ping>http://mahendramavani.com/blog/services/trackbacks/3.aspx</trackback:ping>
        </item>
    </channel>
</rss>