Topic: Ask Me About C#.Net

Freeely Ask Me About C#.net

Last edited by codemaster (December 29, 2008 2:48 am)

Re: Ask Me About C#.Net

can you please introduce us with c# ? like, why c#..?

Re: Ask Me About C#.Net

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......

Last edited by codemaster (December 31, 2008 9:16 pm)

Re: Ask Me About C#.Net

just fabulous. its a great language i think

http://tareq.wedevs.com/test/sig/blog_update.php
http://tareq.wedevs.com/test/sig/twitt_update.php

Re: Ask Me About C#.Net

wow...really good. .net is a real good thing. Saves a lot work.

Re: Ask Me About C#.Net

Hi,I hv1more question abt c#.
How to serialize data or object in c#?
Thnkx...

Galib

Re: Ask Me About C#.Net

plz make ur question details.... with example..l

Re: Ask Me About C#.Net

Hi,I hv1more question abt c#.
How to serialize data or object in c#?
Thnkx...


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

plz search ur topic in internet first if u don't get proper info then ask in forum

Last edited by codemaster (January 2, 2009 9:06 pm)