Description
Welcome to this beginners course on how to program using JavaScript and C#If you use the internet there is a chance that you’ve interacted with JavaScript because it is hosted or gets executed inside the web browser.JavaScript is the programming language of HTML and the Web.C# is an object oriented programming language developed by Microsoft. The best way in my opinion to learn any programming language is by creating hence this course is a practical hands-on course. We will create 7 JavaScript and 7 C# projects from scratch and hopefully you will pick up some useful skills along the way. The JavaScript projects we will create are: 路 Calculator 路 Digital Clock 路 Image slider 路 Todo List App 路 Word count Tool 路 Percentage Calculator 路 Maths Addition Interactive Game The C# project we will create are: 路 Currency Converter 路 Web Browser 路 Ping Pong Game 路 Image Upload 路 Database driven Login Form 路 Matching Pairs Game 路 Music Player A good text editor makes writing code fun and productive. I will be using sublime text editor for this course. It is a cross platform text editor that will work on any platform like windows and macs.It is free to download and use but recommend that you purchase a full license after trying it out if you enjoy using it.Another good cross platform text editor is brackets which is open source and completely free to use. By open source I mean developers from around the world can contribute to enhance it. I will show you how to install Visual Studio, a great IDE for developing in C# applications. Along the way, we will cover topics such as:路 Declare and initialize variables with a variety of data types路 Troubleshoot Compile errors路 Controlling flow with conditional code路 Creating Method路 Creating Event Handler methods路 Using controls and changing their properties.
Reviews
There are no reviews yet.