<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[we developers forum - Ask Me About C#.Net]]></title>
	<link rel="self" href="http://forum.wedevs.com/feed/atom/topic/13/"/>
	<updated>2009-01-02T15:05:38Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.wedevs.com/topic/13/ask-me-about-cnet/</id>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/50/#p50"/>
			<content type="html"><![CDATA[Hi,I hv1more question abt c#.
How to serialize data or object in c#?
Thnkx...


see the codeproject article at : 
[url]http://www.codeproject.com/KB/cs/objserial.aspx[/url]

plz search ur topic in internet first if u don't get proper info then ask in forum]]></content>
			<author>
				<name><![CDATA[codemaster]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2009-01-02T15:05:38Z</updated>
			<id>http://forum.wedevs.com/post/50/#p50</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/48/#p48"/>
			<content type="html"><![CDATA[plz make ur question details.... with example..l]]></content>
			<author>
				<name><![CDATA[codemaster]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2009-01-02T14:30:06Z</updated>
			<id>http://forum.wedevs.com/post/48/#p48</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/47/#p47"/>
			<content type="html"><![CDATA[Hi,I hv1more question abt c#.
How to serialize data or object in c#?
Thnkx...]]></content>
			<author>
				<name><![CDATA[galib]]></name>
				<email><![CDATA[galib_setu@yahoo.com]]></email>
				<uri>http://forum.wedevs.com/user/7/</uri>
			</author>
			<updated>2009-01-02T14:11:07Z</updated>
			<id>http://forum.wedevs.com/post/47/#p47</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/39/#p39"/>
			<content type="html"><![CDATA[wow...really good. .net is a real good thing. Saves a lot work.]]></content>
			<author>
				<name><![CDATA[mahdee]]></name>
				<uri>http://forum.wedevs.com/user/3/</uri>
			</author>
			<updated>2008-12-30T10:21:57Z</updated>
			<id>http://forum.wedevs.com/post/39/#p39</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/38/#p38"/>
			<content type="html"><![CDATA[just fabulous. its a great language i think]]></content>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2008-12-30T04:39:17Z</updated>
			<id>http://forum.wedevs.com/post/38/#p38</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/37/#p37"/>
			<content type="html"><![CDATA[Well mahdee why c#.net.......


I think C#.net most beautiful, well fetured and flexible language of Microsoft. Flowing features are contained by C#.net

1. structured as C,C++ and Java
2.Most of well features of C++ and Java contained by C#, Like    
     A. class concept
     B. operator overloading
     C. function overloading
     D. Inheritance, Enumerations
     E. Structures
     F. Building mobile applications
     G. Threading
     H. COM & COM+ services
      I.  Interfaces
      J. Handling Exceptions
      K. Pointer
      L. Building Windows Applications
      M. Building Web Applications
      N. Database Programming
      o. Remoting etc

2. May be fine and new features are
     A. Property
     B. Assemblies
     C. Events and Delegates
     D. Namespaces etc
3. A full featured IDE editor for C#.net programming is Visual Studio.net (2005,2008).
4. A lots of builtin classes and methods in .NET freamwork make C#.NET  a powerful language.
5. A lots of help in internet
6. Two programs one write in C#.Net and another write in visual basic.Net can be used to built one executable file.
7. C#.Net program can be run in any machine if there is an .Net freamwork
8. You can make dll files using C#.net or dll files created by other languages like java, VC++ etc also can be used by C#.net
9. CLR is the key of .NET Freamwork. Which are similar to Java Virtual Machine (JVM).
10. CLR convert the .NET languages in to binary standard.
11. .NET support interoperability between two languages like memory alocated by Visual basic.NET can be freed by C#.NET language.
12. In .NET any builtin class and method available in any language can also used by other language of .NET becoz of CLR.
13. After compilation of .NET languages like visual basic.NET, C#.NET, C++.NET, J#.NET converted into Microsoft Intermediate Language(MSIL). MSIL code which is byte code.
14. MSIL is not a cpu specific code. When MSIL run first time then it is in cpu-specific. Non specific to specific this process is called Just-In-Time (JIT).

To Be Continue......]]></content>
			<author>
				<name><![CDATA[codemaster]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2008-12-29T19:58:05Z</updated>
			<id>http://forum.wedevs.com/post/37/#p37</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/28/#p28"/>
			<content type="html"><![CDATA[can you please introduce us with c# ? like, why c#..?]]></content>
			<author>
				<name><![CDATA[mahdee]]></name>
				<uri>http://forum.wedevs.com/user/3/</uri>
			</author>
			<updated>2008-12-29T08:15:42Z</updated>
			<id>http://forum.wedevs.com/post/28/#p28</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ask Me About C#.Net]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/post/26/#p26"/>
			<content type="html"><![CDATA[Freeely Ask Me About C#.net]]></content>
			<author>
				<name><![CDATA[codemaster]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2008-12-28T20:44:59Z</updated>
			<id>http://forum.wedevs.com/post/26/#p26</id>
		</entry>
</feed>
