UrbanPro
true

JK IT Training

Andheri Railway Station, Mumbai, India - 400058

105 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

MS SQL Administration Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL General Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Node.JS Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net Training
8 Students

Excellence Award Winner 2017

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net component

.Net WCF

Certification offered

Yes

SEO Training Classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Social Media Marketing (SMM) Training classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Digital Marketing Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Angular.JS Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

AngularJS Version

Angular 2, Angular 4, AngularJS (1.x)

Web Development Classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

SQL Server Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

jQuery Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Java Script Training classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Certification Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Development Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Web Designing Classes
8 Students

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

Corporate Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Courses

4.6 out of 5 99 reviews

JK IT Training https://www.urbanpro.com/assets/new-ui/institute-100X100.png Andheri Railway Station
4.60599
JK IT Training
M

.NET MVC

"I have completed training from JK IT Solutions for MVC and Angular courses.They have given practical based training which helped me to understand the concepts in better way. "

JK IT Training
A

Angular.JS

"I have attended JK IT Training and I have taken a Course of MVC with AngularJs Training. It was Practical based training. Excellent Training and Trainer too. I would recommend those who are the beginner, after attending training, you will love to coding. Thanks to Javed Sir. "

JK IT Training
H

Microsoft ASP.NET MVC Training

"I have joined JK IT Training for MVC Course. Good hand on experience of MVC which helped me a lot to build my confidence in programming and development. Using MVC Platform complete Quick crash course. Excellent institute if you want practical training. Overall am happy with what I am doing MVC and AngularJS course from here. "

JK IT Training
B

Microsoft ASP.NET MVC Training

"I have joined JK IT Training for ASP.Net MVC course. All the session held with the practical hands-on of each and every concept of MVC. The focus of training was mostly on practical instead of theory which was very useful as I could directly work on building applications. I am pleased with the way of training and trainer of the institute. Thanks to JK IT Training and Mr. Javed(Trainer)."

JK IT Training
A

.Net Advanced

"Good institute if you want to learn practical MVC 5, Web API, .NET. Thanks to Binita Mam for being patient with me as I was very confused before I had joined. But am happy I did this course.Helped me a lot. Will recommend for their way of teaching. "

JK IT Training
A

MS SQL

"I have completed the MS SQL course from JK IT Solutions. The course content was well designed and teaching was upto the mark. Special mention about Mr Shafi who explained all concepts well and solved all queries with utmost precision. "

JK IT Training
A

Microsoft ASP.NET MVC Training

"I have completed MVC training from JKIT. Training based on practical which is good but need to provide notes for the MVC. "

JK IT Training
V

AngularJS JQuery Training

"I have completed Angular JS training from JK IT Solutions by Javed Sir. I understood all concepts of Angular Js better. Thanks Sir. "

JK IT Training
V

Digital Marketing OR SEO, SEM, SMM Professional Training with Live Projects

"I Highly Appreciate JK IT Training Institute. Its the Best Place to Learn Complete Digital Marketing. Where there are highly qualified and knowledge-full trainers. All the trainers are very patient and tolerant to make you understand each and every single thing In learning without saying No even If you ask them to repeat it. Very cooperative and friendly environment to learn. Thank you for all the knowledge and support which helped In building my career. "

JK IT Training
D

Complete .Net Training

"I joined JK IT institute few months back. Its very nice to work here. Teachers are very friendly and very helpfully. Saturday and Sunday full day class. I recommend to all who wants to take training in asp.net they can join JK IT institute.Thank u for your guidance. "

JK IT Training
A

Microsoft ASP.NET MVC Training

"Excellent staff. Javed Sir taught us MVC and guided us on right techniques. It was all practical without wasting my time. I wanted to learn MVC in 2-3 weeks. They were flexible for that. Surely recommend. "

JK IT Training
H

Microsoft ASP.NET MVC Training

"Here i take admission for MVC training.its very good experiences also provide time flexibility.their teaching way is very good.javed sir has very good knowledge of MVC and he teach us much better.he also very friendly. "

JK IT Training
V

.NET MVC

">> Learning with good pace by doing practicals >> Friendly, supportive and easily approachable teaching staff >> Flexible timings >> Individual attention I am surely recommending this institute to everyone wanting to have good practical knowledge on MVC. "

JK IT Training
S

.NET MVC

"In this institute I have taken admission for MVC training .Their way of teaching is great and they are providing full practical knowledge,surely would recommend people to join JK IT Training for MVC training. "

JK IT Training
S

Complete .Net Training

"JK IT Training Institute is a excellent for Dot Net and Asp.net Training .They provide live project training with the experienced dot net developers along with Sql Sever and Jquery included.They don't have any issues with regarding the timing schedule of the Courses and cooperating with proper practical environment with live coding examples and excellent support from the software developer . "

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 Andheri Railway Station, Mumbai. It takes Regular Classes- at the Institute. It has got 99 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