CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP.NET (http://www.codingforums.com/forumdisplay.php?f=40)
-   -   Best places to learn C# (http://www.codingforums.com/showthread.php?t=285699)

LearningCoder 01-13-2013 01:28 AM

Best places to learn C#
 
Hello, I need to start learning c# because I start a job trial on monday and they use .Net frameworks. I'm doing some data inputting and thought it may be a good idea to at least try and learn the very basics of it so that if they do keep me on, my training will be a lot easier to complete.

Just by looking through some syntax I notice it's pretty much the same as Java with the main method and classes etc. I struggled a little bit with Java although I had only been coding around 6 months.

Can anyone give me any good links? I've got the official documentation page but I need somewhere I can learn the language in terms of doing some tutorial exercises.

Can anyone suggest any good tuts?

Regards,

Lc.

AndrewGSW 01-15-2013 12:23 AM

Microsofts' Visual C# Step by Step is an excellent book but doesn't cover ASP.NET. You might search for ASP.NET as this will generally cover C# in parallel.

LearningCoder 01-15-2013 12:28 AM

Thanks very much. I'll get that off Amazon. I actually found a really good tutorial as well: http://mottishaked.com/training/dot-net-tutorial.

In your opinion, for someone who hasn't studied programming at all, would you say Java or C# is the best one to start with. In terms of documentation I want to go for Java. What do you think?

Thanks again for the reply.

Kind regards,

LC.

Old Pedant 01-15-2013 12:42 AM

If you are going to be using C# within ASP.NET (that is, *NOT* C# as a stand-alone, create-a-windows-".exe"-executable product), then by far the best place to start is simply
http://www.asp.net

Assuming you will be doing web forms (likely, if you are using ASP.NET) you might start here:
http://www.asp.net/web-forms

Or maybe something like this:
http://www.asp.net/mvc/tutorials/old...application-cs

The site used to be better organized. Used to lead you through the tutorials in a useful order. But Macro$loppy just can't ever leave anything that works alone. They always have to "improve" their web sites nearly into unusability.

Same thing with MSDN. But here's one good starting spot with MSDN:
http://msdn.microsoft.com/en-us/library/aa286485.aspx
and then
http://msdn.microsoft.com/en-us/library/ywdtth2f.aspx

wadwmarmal 04-21-2013 09:48 AM

check this website

http://csharp.net-informations.com

it provides step by step tutorial and source code for beginners

wade.

annaharris 04-23-2013 01:00 PM

I suggest you to buy a book which is available in the market. You can read them and do practice to solve the tutorials. In addition, MSDN is the best place to learn online.

sunny68 04-25-2013 11:27 AM

http://www.asp.net/webmatrix/
http://lab.msdn.microsoft.com/express/vwd/ are too places where you could find some help for learning asp.net. also get visual studio web developer express edition or higher editions to use whatever you learn

annaharris 04-30-2013 01:52 PM

Book by Apress is one of the best book to learn Asp.net.

annaharris 05-04-2013 01:42 PM

Is their any good book to learn MVC ? Which is better, MVC 3 or 4 ? (New Thread)


All times are GMT +1. The time now is 12:04 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.