Question:
Teaching myself programming languages?
2009-09-01 09:59:25 UTC
I have touched on VB.net and SQL back in school but it has been a long time since and i never really had an 'Introduction to programming' type course - i was pretty much thrown in at the deep-end and i don't fully understand the background and basics to it all. eg classes, standards and syntax.

What kind of tools, websites and projects would people recommend using? Most of my lessons at school were things like creating a simple calculator, creating a food menu/bill total tool, etc. A great place to start (especially with .net being OO) but i want to try moving on from this.
Four answers:
2009-09-01 11:25:07 UTC
These days you can find a lot of good online resources. I've recommended the ones at MS for C#, .NET, etc. http://msdn.microsoft.com/en-us/library/aa288436(VS.71).aspx



The O'Reilly books on C#, ASP.NET, etc. are really good also.
gong
2016-10-04 05:37:16 UTC
in case you recognize any classes that have macro languages -- whether a game or excel -- and you will use the language in any respect you already understand a sprint approximately programming given which you're already doing a sprint. There are 2 varieties of languages: interpreted and compiled. Interpreted languages are evaluated at run time. oftentimes the interpreters will execute instructions typed in line by using line, that's an incredible thank you to check them. previous hassle-free interpreters, like Microsoft's GWBasic, python and perl and those macro languages are examples. A command shell -- like Window's CMD.EXE or Unix/Linux/Mac OS X's bash shell, is an interpreter. Bat information and shell scripts are classes and would have conditional execution, loops and variables, in basic terms like classes written for the different interpreters. Compiled classes are often evaluated and translated into gadget code as quickly as, then related with any helping libraries and style the muse of executable information. Ecxamples of languages that are compiled are C++, cutting-area seen hassle-free (not as good because of the fact the older GWBasic for getting to grasp programming yet an outstanding language besides the undeniable fact that) Java and Pascal/Delphi/Modula-2. the main ordinary compiler interior the international right this moment is GCC which handles C, C++, Fortran, Java, Ada, Pascal and Apple's purpose C. the clarification that's the main ordinary is that maximum computers at the instant are not computers. It became created on minicomputers interior the Eighteen Eighties for the purpose of working on UNIX machines that ought to then be mainframes or minicomputers. UNIX in one style or anoter (and which comprise the two Mac OS X and for this talk Linux, a number of whose distributions have been qualified as UNIX). It all started as waiting to shield distinctive chip architectures. provided that UNIX is a modular OS it became and is amazingly scalable, as is Linux. as a consequence routers, Tivos and cellular telephone are between the instruments which run code compiled with GCC. you won't think of of them as computers yet hi, the 1st very own computers decrease back interior the Nineteen Seventies ran on chips meant to run site visitors lights. So I won't propose you utilize this or thant compiler or language. All i'll assert is attempt out what seems good on your and while you're mushy persist with it. i ought to assert greater yet i'm uncertain you like it.
Cher
2009-09-01 10:15:51 UTC
there are many ebooks available dat u cn dw free of cost...jus google "" free ebook...and u'll find it...



i think d o'reilly series are really good, i have learnt asp.net using d same book...search on their website for d subject ur lookin for...



also, sam's asp.net 3.5 unleashed is d best book i have come across in asp.net learning...i definitely recommend it if u're ready to really learn it! if u cn find an equivalent vb ebook then good luck!
TheMadProfessor
2009-09-02 08:58:13 UTC
A good basic and free online reference is w3schools.com - might check there to see if any of their wide range of subjects addresses what you need.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...