<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.org.user-groups.dotnet.altdotnet">
    <title>gmane.org.user-groups.dotnet.altdotnet</title>
    <link>http://blog.gmane.org/gmane.org.user-groups.dotnet.altdotnet</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22295"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22281"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22277"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22266"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22253"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22252"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22250"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22231"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22221"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22216"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22198"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22183"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22175"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22173"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22295">
    <title>Take Our Survey on the Impact of Software Bugs</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22295</link>
    <description>&lt;pre&gt;We are looking to survey software developers about the impact software bugs have and what practices are most effective in preventing software bugs.

To fill in the survey: http://www.surveymonkey.com/s/JBK3PD9

It will be quick. There are only 6 questions to this survey.

Pass it on.




------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/altdotnet/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/altdotnet/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    altdotnet-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    altdotnet-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    altdotnet-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>typemock</dc:creator>
    <dc:date>2012-04-01T13:21:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22281">
    <title>Propagating changes from a master DB</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22281</link>
    <description>&lt;pre&gt;Hi all

I have an app which has a physically separate database for each client. Some are on different machines, but all on the same local network.  When a common piece of data such as information on a Country object needs to change I want to change it only once and have all of the clients update automatically.

My idea was to have a master database and have changes propagated to clients' databases, but what would be the best way to propagate them?  In some cases the common data might be deleted, where this is a valid operation to perform in all but the very last client (which might have a foreign key reference) and so the entire operation would need to either fail or succeed as a single operation.

Any suggestions?



------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/altdotnet/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/altdotnet/join
&lt;/pre&gt;</description>
    <dc:creator>mrpmorris</dc:creator>
    <dc:date>2012-03-09T19:00:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22277">
    <title>NH3.2 mapping</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22277</link>
    <description>&lt;pre&gt;Do you think that choose ConfORM, instead of FluentNH, to add code mapping
to NH was a good choice?

I'm just getting started on using NH and I had a feeling that FluentNH is
much more accepted by the community.

&lt;/pre&gt;</description>
    <dc:creator>Vinicius de Melo Rocha</dc:creator>
    <dc:date>2012-01-14T20:08:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272">
    <title>London Open Event January 21st</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272</link>
    <description>&lt;pre&gt;Anyone interested in having an open meetup in London (in the City near
Cheapside).  My work has a great set of rooms that would lend itself well
to an open spaces type event.  January 21st.  #adrianwithy

-Adrian
&lt;/pre&gt;</description>
    <dc:creator>Adrian Withy</dc:creator>
    <dc:date>2012-01-04T10:36:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267">
    <title>ASP.NET MVC open source projects</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267</link>
    <description>&lt;pre&gt;Which one is a good example of asp.net mvc opensource project to hack and
learn with? Is orchard a good example?

&lt;/pre&gt;</description>
    <dc:creator>Vinicius de Melo Rocha</dc:creator>
    <dc:date>2012-01-03T22:55:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272">
    <title>London Open Event January 21st</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22272</link>
    <description>&lt;pre&gt;Anyone interested in having an open meetup in London (in the City near
Cheapside).  My work has a great set of rooms that would lend itself well
to an open spaces type event.  January 21st.  #adrianwithy

-Adrian
&lt;/pre&gt;</description>
    <dc:creator>Adrian Withy</dc:creator>
    <dc:date>2012-01-04T10:36:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267">
    <title>ASP.NET MVC open source projects</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22267</link>
    <description>&lt;pre&gt;Which one is a good example of asp.net mvc opensource project to hack and
learn with? Is orchard a good example?

&lt;/pre&gt;</description>
    <dc:creator>Vinicius de Melo Rocha</dc:creator>
    <dc:date>2012-01-03T22:55:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22266">
    <title>.NET Memory profiling</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22266</link>
    <description>&lt;pre&gt;I am trying to profile memory on Windows Server 2008 for performance tuning.
It is a Terminal Server and I want to check the memory consumption user
wise.
Perfmon and other tools are giving me results for the entire server memory.
Is there any profiler which can give user-wise and application-wise log?

Thanks in advance.

Bhoomi.
&lt;/pre&gt;</description>
    <dc:creator>Bhoomi</dc:creator>
    <dc:date>2011-12-28T07:07:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22253">
    <title>Functional tests</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22253</link>
    <description>&lt;pre&gt;Hi guys,
When writing functional tests, how are your strategies to achieve
repeatability and consistencies?
Unlike unit-tests, I believe you don't use mocks in a typical blackbox
functional-test.
But how do you simulate various different possible conditions in the system
that are determined by various other backend systems and databases?

Thanks before
Hendry
&lt;/pre&gt;</description>
    <dc:creator>Hendry Luk</dc:creator>
    <dc:date>2011-11-29T00:19:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22252">
    <title>[ANN] - Postponement: Andreas Håkansson and Steven Robbins on Nancy on 22 November 2011</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22252</link>
    <description>&lt;pre&gt;http://europevan.blogspot.com/2011/11/due-to-busy-schedules-of-both.html
Due to the busy schedules of both presenters and the nasty cold that got a hold of Steve, I regret to inform that the previously announced talk on Nancy is postponed until a later date. Our sincere apologies for the short notice. We’ll be announcing a new date very soon.  


&lt;/pre&gt;</description>
    <dc:creator>Jan Van Ryswyck</dc:creator>
    <dc:date>2011-11-21T19:55:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22250">
    <title>[ANN] Andreas Håkansson on Nancy on 22 November 2011</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22250</link>
    <description>&lt;pre&gt;We’re very happy to announce that Andreas Håkansson (aka The Code Junkie)
agreed to do a talk on Nancy, a lightweight, low-ceremony, framework for
building HTTP based services on .Net and Mono. The goal of the framework is
to stay out of the way as much as possible and provide a
super-duper-happy-path to all interactions. With Nancy you can go from zero
to website in a matter of minutes. Andreas is a software developer working
from Sweden. He’s a strong believer of open-source software, software
craftsmanship and contributing to the overall quality and knowledge of the
community.

http://europevan.blogspot.com/2011/11/andreas-hakansson-on-nancy-on-22.html

If you are as confused by the time zones as we are, then check out
http://www.timeanddate.com/worldclock/&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timeanddate.com/worldclock/&amp;amp;usg=AFQjCNEKqjrGI-RI_NaYCaXuI8NuE_SOxA&amp;gt;
 or http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;amp;&lt;/pre&gt;</description>
    <dc:creator>Jan Van Ryswyck</dc:creator>
    <dc:date>2011-11-07T20:26:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22231">
    <title>PLEASE VOTE - ALT.NET Charlotte Questions</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22231</link>
    <description>&lt;pre&gt;Here are a few issues on which we can vote to squelch the
confusion.Please take a moment to vote for all three issues. I'll let
everyoneknow the results of the voting at our November meeting next
week.
Question 1: Mailing list locationSomehow, along the way over the past
2 years, ALT.NET Charlotte endedup with 2 mailing lists. 1 is on
Google groups and the other is onYahoo groups. Obviously this has
given rise to some confusion. Let'svote on 1 mailing list.
Which do you prefer:1: Keep it on Google Groups2: Keep it on Yahoo
Groups3: Pick one for me, I don't have an opinion
Question 2: TwitterThe second question is related to our twitter hash
tag. It is howthose of us who use Twitter keep in touch and I just
want to make surewe do what's easiest for everyone.1: Let's use
#CltAltNet2: Let's use #AltNetClt3: Set up a user account like
CharlotteAltNet and we'll just sendmessages to &amp;lt; at &amp;gt;CharlotteAltNet4: I
don't use Twitter so it doesn't matter to me
Question 3: December TopicsWe need to come up with some topics to
d&lt;/pre&gt;</description>
    <dc:creator>brady gaster</dc:creator>
    <dc:date>2011-11-03T14:18:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22221">
    <title>Mocking frameworks poll</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22221</link>
    <description>&lt;pre&gt;Hi, I've set up a poll about mocking frameworks usage, following Roy Osherove's original poll which has been made somewhat obsolete now.

http://poll.fm/3ctwm



------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/altdotnet/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/altdotnet/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    altdotnet-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    altdotnet-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    altdotnet-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>simone.busoli</dc:creator>
    <dc:date>2011-11-03T09:54:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22220">
    <title>[ANN] Recording of Jonathan Oliver on Event Sourcing and EventStore &lt; at &gt; E-VAN 25 October 2011</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22220</link>
    <description>&lt;pre&gt;Jonathan Oliver &amp;lt;http://blog.jonathanoliver.com/&amp;gt; did a tremendous
presentation yesterday on Event Sourcing and the open-source
EventStore&amp;lt;https://github.com/joliver/EventStore&amp;gt; project.
Jonathan is clearly very passionate about this topic as he shared some great
real-world knowledge and insights.

As always, the recording is now available on Vimeo:

Jonathan Oliver on Event Sourcing and EventStore &amp;lt; at &amp;gt; E-VAN 25 October
2011&amp;lt;http://vimeo.com/31153808&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Jan Van Ryswyck</dc:creator>
    <dc:date>2011-10-26T19:59:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22216">
    <title>[ANN] Jonathan Oliver on Event Sourcing and EventStore on 25 October 2011</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22216</link>
    <description>&lt;pre&gt;We’re very proud to announce that Jonathan
Oliver&amp;lt;http://blog.jonathanoliver.com/&amp;gt;agreed to talk about his
open-source
EventStore &amp;lt;https://github.com/joliver/EventStore&amp;gt; project. In previous
sessions, Greg Young &amp;lt;http://vimeo.com/3171910&amp;gt; and Mark
Nijhof&amp;lt;http://vimeo.com/7838858&amp;gt;already talked about event-sourcing.
Jonathan is going to dedicate this
whole session on this topic, showing us several implementations for
different kinds of databases.

http://europevan.blogspot.com/2011/10/jonathan-oliver-on-event-sourcing-and.html

If you are as confused by the time zones as we are, then check out
http://www.timeanddate.com/worldclock/&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timeanddate.com/worldclock/&amp;amp;usg=AFQjCNEKqjrGI-RI_NaYCaXuI8NuE_SOxA&amp;gt;
 or http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;amp;usg=AFQjCNG0mViRXDdJ6wEavNq9HlKWXbChUQ&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Jan Van Ryswyck</dc:creator>
    <dc:date>2011-10-17T19:20:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22208">
    <title>ANN: Webinar - Tips for Easy Unit Testing - Dealing with Legacy Code</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22208</link>
    <description>&lt;pre&gt;
Typemock is hosting a continuation of our summer webinar on Easy Unit
Testing tips.

Unit Testing is a core practice in Agile development but frequently it
causes us problems, especially when working on brownfield projects, with
legacy code. It's difficult  so we don't start or give up
quickly.

Typemock is hosting a webinar that will help. Attend and you will learn:

·         Common problems with unit testing, and how to solve them

·         Applying unit testing patterns to legacy code

·         How to turn a "real-world" legacy code into
maintainable code

·         How unit tests help you understand and change code
fearlessly

·         How to write better unit tests that don't break

The webinar will be held at 10:00 AM ET / 15:00 UK / 16:00 Israel

Sign up:
http://www.typemock.com/webinar-tips-for-easy-unit-testing-dealing-with-\
legacy-code-part-2
&amp;lt;http://www.typemock.com/webinar-tips-for-easy-unit-testing-dealing-with\
-legacy-code-part-2?utm_source=blog&amp;amp;utm_medium=social&amp;amp;utm_campaign=webi&lt;/pre&gt;</description>
    <dc:creator>typemock</dc:creator>
    <dc:date>2011-10-03T13:45:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22198">
    <title>Clustering Azure Queue?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22198</link>
    <description>&lt;pre&gt;Hi guys,
I'm developing an application with an expected SLA of 10,000 transactions
per second. From load-tests, I discovered azure-queue to be the bottleneck
of the system, where it can only seem to handle a terrifyingly low 60tps.
I've been trying to look into clustering/load-balancing the queue, with no
much joy so far. Has anyone had any experience/advice on the scalability
story around azure-queue? How can I scale it up to achieve anywhere near the
kind of throughput I need?
Thanks before
&lt;/pre&gt;</description>
    <dc:creator>Hendry Luk</dc:creator>
    <dc:date>2011-09-27T02:03:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22183">
    <title>Generate PDFs</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22183</link>
    <description>&lt;pre&gt;I need to generate PDF reports in a .NET app.  What do you recommend?  Requirements are:

1) Need precise control of formatting (precise margins, control of pagination, etc).
2) Strongly prefer declarative layout -- i.e., templates
3) Prefer OSS
4) Prefer library vs exe

Things I have used include:

- nFOP
- Spark + Winnovative HTMLtoPDF
- Spark + WkHtmlToXSharp

My app uses nFOP for all the existing reports.  It meets all these requirements, but it's been dead for a long time, so we're looking to get off of it.  Spark is a great way to generate HTML from a template, and there are many libraries to convert HTML to PDF, but I have not found one that gives the layout control we need.  WkHtmlToXSharp could be the exception.  It is a .NET library based on wkhtmltopdf, which appears to  supports CSS3, which would probably satisfy requirement #1.  However, WkHtmlToXSharp  seems to be lacking uptake, and might be dying.  There are several TODOs and known limitations (including no support for images) and these are n&lt;/pre&gt;</description>
    <dc:creator>Tim Scott</dc:creator>
    <dc:date>2011-08-29T15:51:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22175">
    <title>[ANN] Mike Murray on Compositional and Convention-based Web Development With FubuMVC on 20 September 2011</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22175</link>
    <description>&lt;pre&gt;We’re very pleased to announce that Mike Murray &amp;lt;http://murrayon.net/&amp;gt; has
agreed to do an E-VAN talk on FubuMVC &amp;lt;http://fubumvc.com/&amp;gt;.

Session agenda

   - Starting Bare Bones from the FubuMVC NuGet package
   - Exploring the Getting Started Sample from the FubuMVC Guides
   - Configuring Routes via Conventions
   - View Location and Discovery
   - Clean Controller Actions with Behavior Chains
   - HTML Markup Generated By View Model Conventions
   - Ultimate Modularity with Packages (Bottles)


http://europevan.blogspot.com/2011/08/mike-murray-on-compositional-and.html

If you are as confused by the time zones as we are, then check out
http://www.timeanddate.com/worldclock/&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timeanddate.com/worldclock/&amp;gt;
 or http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;lt;http://www.google.com/url?sa=D&amp;amp;q=http://www.timezoneconverter.com/cgi-bin/tzc.tzc&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Jan Van Ryswyck</dc:creator>
    <dc:date>2011-08-16T19:02:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22173">
    <title>List all the executed code</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22173</link>
    <description>&lt;pre&gt;Do any of you guys know of a tool that would capture the source of the
complete execution path? An example might be better to illustrate:

public class A
{
   public void MethodOne()
   {
       Console.WriteLine("I am in method one");
   }

   public void MethodTwo()
   {
       Console.WriteLine("I am in method two");
   }
}

public class Program
{
    public static void Main(string[] args)
    {
       var a = new A();
       for(int i=0; i&amp;lt;3; i++)
       {
          a.MethodOne();
          a.MethodTwo();
       }
    }
}

Executing Program.Main under such tool would output:

A.MethodOne
    Console.WriteLIne("I am in method one");
A.MethodTwo
    Console.WriteLIne("I am in method two");
A.MethodOne
    Console.WriteLIne("I am in method one");
A.MethodTwo
    Console.WriteLIne("I am in method two");
A.MethodOne
    Console.WriteLIne("I am in method one");
A.MethodTwo
    Console.WriteLIne("I am in method two");

Basically similar to what mono -trace provides with all the source
code included.

I am just &lt;/pre&gt;</description>
    <dc:creator>Laimonas Simutis</dc:creator>
    <dc:date>2011-08-16T15:57:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22172">
    <title>Alt.Net Seattle Geek Lunch today?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.dotnet.altdotnet/22172</link>
    <description>&lt;pre&gt;Seattle? Fremont? Suggestions? Who's in?

Mike Ibarra

Sent from my Android phone
&lt;/pre&gt;</description>
    <dc:creator>Michael Ibarra</dc:creator>
    <dc:date>2011-08-11T15:19:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.user-groups.dotnet.altdotnet">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.user-groups.dotnet.altdotnet</link>
  </textinput>
</rdf:RDF>

