VOOZH about

URL: https://www.ittutorialswithexample.com/2017/

⇱ 2017 ~ IT Tutorials with Example


Tuesday, 26 December 2017

In this article, we will learn how to set up an environment for building the first angular app (with Visual Studio Code). I also recommend to read my article written on Typescript:




Let’s Start:
Go to https://nodejs.org/en/download/ and download Nodejs (which is a JavaScript runtime built on Chrome’s V8 runtime engine).

Sunday, 6 August 2017

The AdventureWorks database is a sample database helpful for those who are new and learning relational database management system. Sample database contains database objects like the tables, stored procedures, function, triggers, indexes and sample data. Whenever a new version of SQL Server released, those newly added features will be added to Sample Database.


Wednesday, 2 August 2017

FizzBuzz” is an interview question asked during interviews to check logical skills of developers.
For Demonstration, we will print number starting from 1 to 100. When a number is multiple of three, print “Fizz” instead of a number on the console and if multiple of five then print “Buzz” on the console. For numbers which are multiple of three as well five, print “FizzBuzz” on the console.

Sunday, 7 May 2017

Monday, 27 February 2017

What is TypeScript?

TypeScript is a typed superset of Javascript that compiles to plain JavaScript. It adds static typing, using type Annotation, which enables type checking at the compile-time and also adds class-based OOPS concepts to JavaScript. As we know, TypeScript is a superset of JavaScript, which makes any JavaScript program a valid TypeScript program. It is free, open source and a cross-platform programming language developed and maintained by Microsoft. Even AngularJS 2.0 is written in TypeScript.

Thursday, 16 February 2017

Subscribe us on YouTube

Subscribe Now

Subscribe to our email newsletter & receive updates right in your inbox.

Popular Posts

Contact us

Like us on Facebook

Blog Archive