<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Managed Pointers to Managed Objects (or Aliases for Objects) in C# and Visual Basic .NET</title>
	<atom:link href="http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/</link>
	<description>Connecting Ideas</description>
	<lastBuildDate>Thu, 24 May 2012 20:56:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mahmoud Al-Qudsi</title>
		<link>http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/comment-page-1/#comment-501116</link>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
		<pubDate>Sat, 01 May 2010 12:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/#comment-501116</guid>
		<description>Hi fc,

If you want to simply define another object that points to obj1, it&#039;s really easy. In C#, all variables really are pointers already!

Class1 obj1 = new Class1();
Class1 obj2 = obj1;
//They now both point to the same object. Changes made to obj2 are reflected to obj1.</description>
		<content:encoded><![CDATA[<p>Hi fc,</p>
<p>If you want to simply define another object that points to obj1, it&#8217;s really easy. In C#, all variables really are pointers already!</p>
<p>Class1 obj1 = new Class1();<br />
Class1 obj2 = obj1;<br />
//They now both point to the same object. Changes made to obj2 are reflected to obj1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fc</title>
		<link>http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/comment-page-1/#comment-501079</link>
		<dc:creator>fc</dc:creator>
		<pubDate>Sat, 01 May 2010 08:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/#comment-501079</guid>
		<description>Do not understand this well. Can you give a simpler example? Say I have the following code: 

Class Class1 {}
Class1 obj1 = new Class1();
//Now I want to define another object which point to obj1. How to do this?</description>
		<content:encoded><![CDATA[<p>Do not understand this well. Can you give a simpler example? Say I have the following code: </p>
<p>Class Class1 {}<br />
Class1 obj1 = new Class1();<br />
//Now I want to define another object which point to obj1. How to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calio</title>
		<link>http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/comment-page-1/#comment-344323</link>
		<dc:creator>calio</dc:creator>
		<pubDate>Fri, 23 Jan 2009 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/managed-pointers-to-managed-objects-or-aliases-for-objects-in-c-and-visual-basic-net/#comment-344323</guid>
		<description>how can i automate this for any object Array?</description>
		<content:encoded><![CDATA[<p>how can i automate this for any object Array?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/6 queries in 0.003 seconds using memcached
Object Caching 301/301 objects using memcached
Content Delivery Network via Amazon Web Services: CloudFront: acf.neosmart.net

Served from: neosmart.net @ 2012-05-25 03:17:05 -->
