<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp</id>
  <title type="text">microsoft.public.dotnet.languages.csharp Google Group</title>
  <subtitle type="text">
  Microsoft .NET technology newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.dotnet.languages.csharp/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.dotnet.languages.csharp feed"/>
  <updated>2009-11-24T09:24:28Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>csharpula csharp</name>
  <email>csharp...@yahoo.com</email>
  </author>
  <updated>2009-11-24T09:24:28Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/4ce47117fa891076/735f1ec12729dd92?show_docid=735f1ec12729dd92</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/4ce47117fa891076/735f1ec12729dd92?show_docid=735f1ec12729dd92"/>
  <title type="text">Re: refactoring (base vs child)</title>
  <summary type="html" xml:space="preserve">
  This is the situations I am dealing with: &lt;br&gt; public class A &lt;br&gt; { &lt;br&gt; public string Name {get; set;} &lt;br&gt; public string Age{get; set;} &lt;br&gt; public string SurName{get; set;} &lt;br&gt; public string Adress{get; set;} &lt;br&gt; And you changed it to this? &lt;br&gt; public class A &lt;br&gt; { &lt;br&gt; public class B : A &lt;br&gt; { &lt;br&gt; public string Name {get; set;} &lt;br&gt; public class C : A
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Duniho</name>
  <email>no.peted.s...@no.nwlink.spam.com</email>
  </author>
  <updated>2009-11-24T09:16:07Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/3450e6a968d5fcd5?show_docid=3450e6a968d5fcd5</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/3450e6a968d5fcd5?show_docid=3450e6a968d5fcd5"/>
  <title type="text">Re: How can I identify the client using a DLL from within the DLL?</title>
  <summary type="html" xml:space="preserve">
  Define &amp;quot;created&amp;quot;. In my dictionary, that would mean when you compile &lt;br&gt; the DLL. But I&#39;m guessing you really mean &amp;quot;a DLL being loaded&amp;quot;. &lt;br&gt; I&#39;m not aware of a DLL entry point being exposed in managed code the way &lt;br&gt; they are for unmanaged DLLs (i.e. DllMain). Typically, instead in C# &lt;br&gt; you would use a static constructor. Depending on how the DLL gets
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Duniho</name>
  <email>no.peted.s...@no.nwlink.spam.com</email>
  </author>
  <updated>2009-11-24T09:06:09Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/b691a9575cf9282d?show_docid=b691a9575cf9282d</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/b691a9575cf9282d?show_docid=b691a9575cf9282d"/>
  <title type="text">Re: Changing the space between characters using DrawString()</title>
  <summary type="html" xml:space="preserve">
  Possible. But we have no idea why the OP wants to control the distance &lt;br&gt; between characters. Frankly, kerning isn&#39;t an issue at all. By &lt;br&gt; definition, if you&#39;re messing with the distance, you&#39;re going to mess &lt;br&gt; with kerning necessarily. Combining characters also shouldn&#39;t be an &lt;br&gt; issue, because those should have zero-width spacing (i.e. if you&#39;re
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Duniho</name>
  <email>no.peted.s...@no.nwlink.spam.com</email>
  </author>
  <updated>2009-11-24T08:59:24Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/f02cf65e23889182/12fe2c85a378fdc9?show_docid=12fe2c85a378fdc9</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/f02cf65e23889182/12fe2c85a378fdc9?show_docid=12fe2c85a378fdc9"/>
  <title type="text">Re: Why won&#39;t my floats add up?</title>
  <summary type="html" xml:space="preserve">
  Not quite right either. In particular, while Decimal is more &lt;br&gt; appropriate for calculations involving round decimal numbers, it has the &lt;br&gt; same precision issues that IEEE floating point does, just in a different &lt;br&gt; base and to a different degree. &lt;br&gt; For example, you simply can&#39;t represent 1/3 precisely using Decimal.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Gaines</name>
  <email>jgaines_new...@yahoo.co.uk</email>
  </author>
  <updated>2009-11-24T08:56:11Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/754b4b6451811e89?show_docid=754b4b6451811e89</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/754b4b6451811e89?show_docid=754b4b6451811e89"/>
  <title type="text">Re: C#/.NET potential newbie qustions</title>
  <summary type="html" xml:space="preserve">
  On 24/11/2009 in message &amp;lt;quimg59lt7mkjopaoc5jhp02eq3ni 6i...@4ax.com&amp;gt; PW &lt;br&gt; wrote: &lt;br&gt; You&#39;ll be fine with C# then, pointers are frowned on here! &lt;br&gt; Bear in mind that C# has its roots more in Java than C, I took a while to &lt;br&gt; appreciate that but it explains, e.g., the lack of #include which would be &lt;br&gt; a very useful addition.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Naeem</name>
  <email>kse.listed....@gmail.com</email>
  </author>
  <updated>2009-11-24T08:43:13Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/d00079f919deb440/c6bcf8dc50090b81?show_docid=c6bcf8dc50090b81</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/d00079f919deb440/c6bcf8dc50090b81?show_docid=c6bcf8dc50090b81"/>
  <title type="text">&quot;canada tv channels&quot; &quot;usa live tv channels&quot; &quot;pakistani tv channels online&quot; &quot;indian tv channels online&quot; &quot;australia tv channels online&quot; &quot;russian tv channels online free&quot; &quot;china tv channels&quot; visit www.all-time-tv.blogspot.com</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;canada tv channels&amp;quot; &amp;quot;usa live tv channels&amp;quot; &amp;quot;pakistani tv channels &lt;br&gt; online&amp;quot; &amp;quot;indian tv channels online&amp;quot; &amp;quot;australia tv channels online&amp;quot; &lt;br&gt; &amp;quot;russian tv channels online free&amp;quot; &amp;quot;china tv channels&amp;quot; visit &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.all-time-tv.blogspot.com&quot;&gt;[link]&lt;/a&gt; &amp;quot;canada tv &lt;br&gt; channels&amp;quot; &amp;quot;usa live tv channels&amp;quot; &amp;quot;pakistani tv channels online&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>AA2e72E</name>
  <email>aa2e...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-24T08:26:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/0fc54080a1fee40e?show_docid=0fc54080a1fee40e</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/0fc54080a1fee40e?show_docid=0fc54080a1fee40e"/>
  <title type="text">RE: How can I identify the client using a DLL from within the DLL?</title>
  <summary type="html" xml:space="preserve">
  I found the answer, I think. &lt;br&gt; System.Reflection.Assembly.Get CallingAssembly().GetModules() [0].FullyQualifiedName; &lt;br&gt; I have another question: Is there some way to have a function run &lt;br&gt; automatically upon an instance of a DLL being created?
  </summary>
  </entry>
  <entry>
  <author>
  <name>AA2e72E</name>
  <email>aa2e...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-24T08:13:02Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/44486445046392aa?show_docid=44486445046392aa</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/6f5b16f7451c67b4/44486445046392aa?show_docid=44486445046392aa"/>
  <title type="text">How can I identify the client using a DLL from within the DLL?</title>
  <summary type="html" xml:space="preserve">
  By client I mean the name of the exe that is using the class library (DLL). &lt;br&gt; Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mihai N.</name>
  <email>nmihai_year_2...@yahoo.com</email>
  </author>
  <updated>2009-11-24T08:10:41Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/c3fc7d2c3407eeea?show_docid=c3fc7d2c3407eeea</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/c3fc7d2c3407eeea?show_docid=c3fc7d2c3407eeea"/>
  <title type="text">Re: Changing the space between characters using DrawString()</title>
  <summary type="html" xml:space="preserve">
  This can break a lot of things: ligatures, kerning, combining characters, &lt;br&gt; scripts that require complex shaping (most Indic scripts, Arabic), &lt;br&gt; right-to-left scripts (Arabic &amp;amp; Hebrew). &lt;br&gt; If all you need is Latin 1 with not ligatures, then this is an option. &lt;br&gt; But somehow I think that someone who cares to control the distance
  </summary>
  </entry>
  <entry>
  <author>
  <name>J.B. Moreno</name>
  <email>pl...@newsreaders.com</email>
  </author>
  <updated>2009-11-24T04:59:04Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/f02cf65e23889182/4c7a3e4b335639fa?show_docid=4c7a3e4b335639fa</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/f02cf65e23889182/4c7a3e4b335639fa?show_docid=4c7a3e4b335639fa"/>
  <title type="text">Re: Why won&#39;t my floats add up?</title>
  <summary type="html" xml:space="preserve">
  Well, not precisely. Floating point numbers, whether double or single &lt;br&gt; are floating point numbers -- imprecise. Floating point numbers may &lt;br&gt; not have the value you think they, particularly when assigning &lt;br&gt; constants or getting values from a database. &lt;br&gt; If you want precision you have to choose something that does precision:
  </summary>
  </entry>
  <entry>
  <author>
  <name>PW</name>
  <email>emailaddyin...@ifiremember.com</email>
  </author>
  <updated>2009-11-24T03:14:41Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/e6a9c65b3374d740?show_docid=e6a9c65b3374d740</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/e6a9c65b3374d740?show_docid=e6a9c65b3374d740"/>
  <title type="text">Re: C#/.NET potential newbie qustions</title>
  <summary type="html" xml:space="preserve">
  On Mon, 23 Nov 2009 20:06:25 -0500, Arne Vajhøj &amp;lt;a...@vajhoej.dk&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Mort means?? &lt;br&gt; Considering I will not be part of a team and will basically be on my &lt;br&gt; own learning .NET and SQL Server I am not sure I will move along as &lt;br&gt; fast as I would like. Will probably be extremely frustrating but I&#39;ve &lt;br&gt; been down a similar road but I am in my 50s now :-(
  </summary>
  </entry>
  <entry>
  <author>
  <name>PW</name>
  <email>emailaddyin...@ifiremember.com</email>
  </author>
  <updated>2009-11-24T03:09:16Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/8e50085fe63fb715?show_docid=8e50085fe63fb715</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db6fe2473f406c6d/8e50085fe63fb715?show_docid=8e50085fe63fb715"/>
  <title type="text">Re: C#/.NET potential newbie qustions</title>
  <summary type="html" xml:space="preserve">
  On Tue, 24 Nov 2009 00:53:45 -0000, &amp;quot;Mark Rae [MVP]&amp;quot; &lt;br&gt; Looks like good stuff but what does this .NET pup know? :-) I have &lt;br&gt; thier books on Access VBA, VB.NET, and maybe one more. &lt;br&gt; Here are the books I have already bought and skimmed: &lt;br&gt; .NET for Visual FoxPro Developers (Kevin McNeish) &lt;br&gt; C# In A Nutshell (O&#39;Reilly books)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sergey Poberezovskiy</name>
  <email>sergeypoberezovs...@discussions.microsoft.com</email>
  </author>
  <updated>2009-11-24T02:08:02Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db5a7739f58e6809/a0c4963cdd928745?show_docid=a0c4963cdd928745</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/db5a7739f58e6809/a0c4963cdd928745?show_docid=a0c4963cdd928745"/>
  <title type="text">RE: translate dll/tlb (for Excel as client) from VB.net to C#</title>
  <summary type="html" xml:space="preserve">
  Have you tried any online converters? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.google.com.au/search?q=online+vb.net+to+c%23+converter&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; What seems to be the problem?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Duniho</name>
  <email>no.peted.s...@no.nwlink.spam.com</email>
  </author>
  <updated>2009-11-24T01:54:30Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/8ee206dbd2534b6d?show_docid=8ee206dbd2534b6d</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/8a702a6023e307b0/8ee206dbd2534b6d?show_docid=8ee206dbd2534b6d"/>
  <title type="text">Re: Changing the space between characters using DrawString()</title>
  <summary type="html" xml:space="preserve">
  Robe wrote: &lt;br&gt; Well, is it in use elsewhere? &lt;br&gt; One approach would be to adjust the character position explicitly, &lt;br&gt; rendering each one yourself. You can use the &lt;br&gt; Graphics.MeasureCharacterRange s() method to obtain baseline position &lt;br&gt; information and then adjust that to suit your needs. Or just measure &lt;br&gt; each character individually with the TextRenderer class and calculate
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arne Vajhøj</name>
  <email>a...@vajhoej.dk</email>
  </author>
  <updated>2009-11-24T01:14:11Z</updated>
  <id>http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/20db47cd3ddafe7d/598144ff1f72cfcb?show_docid=598144ff1f72cfcb</id>
  <link href="http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/20db47cd3ddafe7d/598144ff1f72cfcb?show_docid=598144ff1f72cfcb"/>
  <title type="text">Re: General SOA question</title>
  <summary type="html" xml:space="preserve">
  SOA is the &amp;quot;what&amp;quot;. &lt;br&gt; Web service is one out of several possible &amp;quot;how&amp;quot;. &lt;br&gt; Arne
  </summary>
  </entry>
</feed>
