Learning C#

Started by Vinil, 02-27-2012, 02:02:22

Previous topic - Next topic

VinilTopic starter

For all those who love asp.net,work in .net in the field of development,a most usefull language for them is C#.Its new ,not older .Using IDE we can practice it in  the best manner.Few things to remember
1 Use comment
2 Do not forget importing libraries
3 Make sure that 'id' of elements must be in same format through our the project like for text box for name -txtName etc. like this
4 As it needs oops concepts ,first brush up OOPs
5 Handle exception manually i.e by writing code for it try-catch block
6 Use throw whenever needed

i will post here more steps to follow while you can also post some ,from your experience.Its helps the needy one.


Ryan

thanks for sharing useful tips for learning C#.

can u tell me different between C ++ and C#.


James Andy

Try to visiting W3schools which is pretty good site for learning C# via online.

krishikaseo1

Want to learn a different language? Over the course of 25 episodes, our friend Bob Tabor from www.LearnVisualStudio.net  will teach you the fundamentals of C# programming. Tune in, to learn concepts applicable to video games, mobile environments, and client applications. We'll walk you through getting the tools, writing code, debugging features, customizations and much more!
newbielink:http://krishika.com[/url [nonactive]
  •  

MarcoLeitner

C# is a simple general purpose  object oriented programming language developed by microsoft with in its Microsoft initiative. C# programming is very much simmilar to C and C++ if you know the basics of C and C++ it will be very easy for you to learn C#.It is a structured language. It also produce efficient program. C# program can be compiled in a varfiety of platform.


Tanu S

Hi. Thanks for sharing such peaceful information for the beginners who want to start learning C#. The one who has the basic knowledge about C and C++ language will find C# as an easy language to learn.
C#runs on .net framework. It is used to develop web apps, desktop apps, mobile apps, games, and much more.
  •