Seo Forum & AI

Coding & Programming => Programming Forum => ASP Forum => Topic started by: Vinil on 02-27-2012, 04:02:22

Title: Learning C#
Post by: Vinil on 02-27-2012, 04:02:22
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.
Title: Re: Learning C#
Post by: Ryan on 05-24-2012, 07:56:42
thanks for sharing useful tips for learning C#.

can u tell me different between C ++ and C#.
Title: Re: Learning C#
Post by: James Andy on 09-10-2012, 04:22:26
Try to visiting W3schools which is pretty good site for learning C# via online.
Title: Re: Learning C#
Post by: krishikaseo1 on 02-07-2014, 02:11:34
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!
Title: Re: Learning C#
Post by: MarcoLeitner on 06-04-2015, 06:12:43
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.
Title: Re: Learning C#
Post by: Tanu S on 04-07-2020, 06:51:17
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.