UrbanPro
true

JK IT Training

Thane West, Mumbai, India - 400601

2 Students

Contact
Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of JK IT Training

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Teaches

Web Designing Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches web designing at proficiency level

Basic Web Designing, Advanced Web Designing

SQL Server Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Corporate Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Reporting Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Integration Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL General Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Development Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Certification Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Administration Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Angular.JS Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

AngularJS Version

Angular 2

Digital Marketing Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Java Script Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

SEO Training Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Social Media Marketing (SMM) Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net component

.Net WCF

Certification offered

Yes

Web Development Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

jQuery Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Node.JS Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Courses

4.7 out of 5 11 reviews

JK IT Training https://www.urbanpro.com/assets/new-ui/institute-100X100.png Thane West
4.70511
JK IT Training
S

Microsoft ASP.NET MVC Training

"I love the Mahesh sir the way he teach and clear my all doubts. And I like the environment and staff are very good. Thanks to all. "

JK IT Training
V

AngularJS JQuery Training

""I had enrolled for crash course of Angular JS in Thane. I am very grateful to Javed Sir for helping me gain confidence of working on my own. I am from UX background. Thank you Javed Sir, you are really THE best. I wish JK IT best of luck and may you help more and more students like us. ""

JK IT Training
L

Microsoft ASP.NET MVC Training

""I have completed ASP.NET MVC training form Thane Branch, The learning environment is very good, They have given practical based training It helped me to understand the concepts of MVC. ""

JK IT Training
J

Angular.JS

""I finished my Angular JS training from JK IT Thane and I must say it is really worth it. Javed Sir was very helpful and I enjoyed every session here. Thanks a lot. ""

JK IT Training
I

.NET MVC

""Had a very good experience in JKIT. Amazing faculty. Doubt solving session is too good. I definitely recommended JKIT. ""

JK IT Training
V

jQuery

""Appreciate about flexible time. Overall experience is good. Recommend to all.""

JK IT Training
S

Complete .Net Training

""I joined JK IT Training, Thane Branch for ASP.NET & MVC but now I am pretty much confident about all. The way they provide training facility which is very good but the best part about JK IT is we can adjust our lectures according to our suitable time and they will do the needful. Training and the trainers are highly experienced and very helpful. They cleared my every doubt not just during the course but also after it till you completely understand the topic. I will definitely recommend JK IT Training to those who wants to grow up in IT industry and want some special attention throughout the course in the form of One to One training."

JK IT Training
V

MSBI-SQL SERVER

""I had enrolled for SQL Training in JK-IT solutions with Thane branch. The course content was upto the mark and timings were also flexible. Infact, you can have one to one teaching with staff which is most advantageous. Also got an opportunity to work with real time scenario and thus all the concepts were thoroughly cleared. Thanks to Suraj Sir for introducing me to SQL world and its concepts. Special thanks to Pratima Mam too who helped me to implement my project and cleared even the smallest doubts of mine. Would like to appreciate Padmaja Mam too for always kindly arranging lecture slots as per our convenience. Would wholeheartedly recommend to all those students who would like to explore the IT world. ""

JK IT Training
A

Microsoft ASP.NET MVC Training

"Faculty Javed having good technical knowledge in Microsoft Technology. I have learned lot of technical skill in JKIT Thane. Also they provide the good infrastructure for classes"

Reply by Jk It Training

Thank's your positive review Atul. In case you stuck in project you can come to office and again refresh. and clear your doubts.

JK IT Training
K

.Net Training

"JK Software institute is best. They focus more on practical rather than theory. I always wanted to join practical oriented classes. Personal attention is given with timing flexibility. Currently I am working as a .Net developer. "

JK IT Training
A

Angular.JS

"I have taken MVC with Angular js training from JK Software institute. Excellent classes with practical sessions. Trainers are too good and knowledgeable. Best institute for beginners. After attending this institute you definitely love coding. "

Have you attended any class with JK IT Training?

Answers by JK IT Training (41)

Answered on 03/03/2018 Learn IT Courses/Angular.JS

Angular only support html 5 supported browser. first check your broser version is it supported html 5 or not
Answers 3 Comments
Dislike Bookmark

Answered on 03/03/2018 Learn IT Courses/Angular.JS

import {Component} from '@angular/core'; @Component({ selector:'my-app', templateUrl:'app.component.html', //styles: //use for inline css styleUrls: //use for css file }) export class AppComponent{} ...more
import {Component} from '@angular/core';
@Component({
selector:'my-app',
templateUrl:'app.component.html',
//styles:['.active{color:#cecece}' ]  //use for inline css 
styleUrls: ['./app.component.css'] //use for css file
})
export class AppComponent{}
Answers 4 Comments
Dislike Bookmark

Answered on 03/03/2018 Learn IT Courses/Angular.JS

import {Component} from '@angular/core'; @Component({ selector:'my-app', templateUrl:'app.component.html', //styles: //use for inline css styleUrls: //use for css file }) export class AppComponent{} ...more
import {Component} from '@angular/core';
@Component({
selector:'my-app',
templateUrl:'app.component.html',
//styles:['.active{color:#cecece}' ]  //use for inline css 
styleUrls: ['./app.component.css'] //use for css file
})
export class AppComponent{}
Answers 4 Comments
Dislike Bookmark

Answered on 27/10/2016 Learn Functional Training/Internet & Digital Media/Digital Marketing Training

All business going traditional marketing digital marketing. Every business will use digital marketing. Its very easy fo reach target users. Lots of opportunities available in this filed. Even you can work any one moule and becone expert. You will get job. You can also start your own business. 1,50,000... ...more
All business going traditional marketing digital marketing. Every business will use digital marketing. Its very easy fo reach target users. Lots of opportunities available in this filed. Even you can work any one moule and becone expert. You will get job. You can also start your own business. 1,50,000 opportunities available in India. You can work at your place for any country. Jut join digital marleting training classroom or online and become expert. You should have practical exposure on digital marketing technique. So join any institute, who are offering training with live project.
Answers 26 Comments
Dislike Bookmark

Contact

Load More

JK IT Training conducts classes in .Net Training, Angular.JS and Corporate Training. It is located in Thane West, Thane. It takes Regular Classes- at the Institute. It has got 11 reviews till now with 100% positive feedback.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more