C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 09-12-2009, 02:26 PM   #1
Registered User
 
Join Date: Sep 2009
Posts: 1
Question how to start learning computer programming?

Hello, guys how are you doing? i am new to this website and i have a queation but i think it sounds crazy. let me tell you about me first; i am a network administrator in a clinic. in this clinic they have software such as VB6, .NET and Web Applications they bought it from software company. a programmer from the software company came and showed me how to administrate the database in the clinic. their database is SQL server 2000 and 2005. and i am familiar with SQL server ( backup, import&export, how to execute queries using analizer, IIS6, .NET frame work 2.0.... and thier software applications. right now, i am interested with programming. but it very hard for me how to begin with. so, my question is

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   Reply With Quote
Old 09-12-2009, 05:31 PM   #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:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 09-13-2009, 08:21 AM   #3
...and never returned.
 
StainedBlue's Avatar
 
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   Reply With Quote
Old 09-14-2009, 06:39 AM   #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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 01:52 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22