![]() |
| | #1 |
| Registered User Join Date: Sep 2009
Posts: 1
| 1. how and where to begin to learn programming language and how long does it take to understand the language. it there any easy way to start leaning or any free website for beginners? please guys i need your help thank you |
| DANIEL101 is offline | |
| | #2 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Usually it's by acquiring a book and reading it, and then by making exercises. Meanwhile, questions you don't understand goes into a programming board (C/C++ is the best languages for this board, C# might work as well, but there are fewer experts here on the topic). After completing a beginner's book, you would continue with something more advanced. And remember to keep writing programs for exercise. Or you could take a course in your programming language of choice.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #3 |
| ...and never returned. Join Date: Aug 2009
Posts: 41
| Microsoft C# Programming for the Absolute Beginner sounds like it might be a good book. To answer your question... Well there's understanding the programming language, than there's understanding Object-Oriented Programming itself. Neither is a quick process. another forum I might suggest for is over at Microsoft's http://forums.asp.net/. Really ASP.NET is what you're trying to learn, and consequently, a programming language like C#. ASP.NET is not a language, it's a tool. ASP stands for Active Server Page. Classic ASP (which has been replaced by ASP.NET) was Microsoft's version of the traditional, unix-based web development tools (namely PHP). So if your site runs on a unix server, you would typically use: HTML/CSS + PHP + JavaScript. Where PHP is the "server script". PHP is a programming language. Classic ASP would use: HTML/CSS + VisualBasic + JavaScript. Where Visual Basic was the server scripting language. Nowadays, ASP.NET uses: HTML/CSS + VisualBasic OR C# + JavaScript. Where now C# can be used as the server script. Also, the sever scripts are no longer embedded in the HTML, ASP.NET separates the server script into "code behind" files. This greatly improves code maintainability and readability, and also offers the most complete "object-oriented" web development model I've ever seen. .NET is literally a library of tools that can be used in client and server applications. C# is a powerful object-oriented programming language that is used not only for developing rich client applications (Like desktop applications and computer games), but now also extends itself to Web Applications (ASP.NET applications). Last edited by StainedBlue; 09-13-2009 at 08:37 AM. |
| StainedBlue is offline | |
| | #4 |
| Registered User Join Date: Aug 2008 Location: Bristol
Posts: 10
| Ive just started learning c#..I use it for asp.net application so i bought asl.net in c# and vb for beginners and book is pretty good..if you want to learn just c#,get Microsoft C# Programming for the Absolute Beginner.and the best way is to get a book,read it,do an example,write your own stuff. Good luck! |
| andreas_himself is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| computer sccience | valthyx | General Discussions | 13 | 07-29-2009 08:22 AM |
| Any car experts? | brewbuck | General Discussions | 15 | 07-24-2009 04:35 PM |
| triggering another program to run using serial port | infineonintern | C++ Programming | 3 | 07-22-2009 05:16 AM |
| A question asked a million times, but where do I start? | Unregistered | Game Programming | 10 | 09-09-2001 09:15 AM |