UrbanPro
true
Ajay Shah .Net trainer in Ahmedabad

Ajay Shah

Paldi, Ahmedabad, India - 380006.

8 Students

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

Details verified of Ajay Shah

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Ajay Shah conducts classes in .Net Training, C Language and C++ Language. Ajay is located in Paldi, Ahmedabad. Ajay takes at students Home and Regular Classes- at his Home. He has 12 years of teaching experience . Ajay has completed Master of Computer Applications (M.C.A.) from Ignou in 2012. HeĀ is well versed in Gujarati, Hindi and English. Ajay has got 2 reviews till now with 100% positive feedback.

Languages Spoken

Gujarati

Hindi

English

Education

Ignou 2012

Master of Computer Applications (M.C.A.)

Address

Paldi, Ahmedabad, India - 380006

Verified Info

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

.Net Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C Language Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

12

C++ Language Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

7

Proficiency level taught

Advanced C++

Data Warehouse Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Warehouse Training

5

MS SQL Reporting Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS SQL Reporting Training

6

Java Training Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

JSP (Java Server Pages), Spring, J2ME, Web services, Struts, Servlet, Hibernate, Core Java

Teaching Experience in detail in Java Training Classes

Java developer Java programmer Stuct,hybernet,jsp,servlet,ejb etc

Web Designing Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Web Designing Classes

10

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

PHP Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

5

Teaches

Php MySQL, PHP Web 2.0

Reviews (2)

4.5 out of 5 2 reviews

Ajay Shah https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/981665-small.jpg Paldi
4.5052
Ajay Shah
A

Advanced Java coaching

"I am one of the student of prof ajay shah. He is good tutor and help me to complete my study. "

Ajay Shah
S

PHP

"Best coaching provided by Prof. Ajay Shah. "

Have you attended any class with Ajay ? Write a Review

FAQs

1. Which classes do you teach?

I teach .Net Training, C Language, C++ Language, Data Warehouse, Java Training, MS SQL Reporting, PHP and Web Designing Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Ajay (4)

Answered on 05/05/2016 Learn IT Courses/Programming Languages/C++ Language

I was trying to use an out int parameter in one of my functions. How should I declare the variable that... ...more
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

void fun(int a,int b) { ~~~~your code@@@ } Void main() { fun(3,2); getch(); }
Answers 2 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn IT Courses/Java

BootsFaces reduces the boiler plate code needed to write a Bootstrap page. Plus, it offers a couple of widgets that fit better into a Bootstrap page than their PrimeFaces counterpart. We've designed BootsFaces as a plug-in to PrimeFaces, so you can safely use both together.
Answers 11 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn Advanced Java coaching

Java is a programming language and a platform...Java has its own runtime environment (JRE) and API, it is called platform.
Answers 8 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn IT Courses/Java

The static variable can be used to refer the common property of all objects (that is not unique for each object) e.g. company name of employees,college name of students etc. The static variable gets memory only once in class area at the time of class loading.
Answers 3 Comments
Dislike Bookmark

Teaches

.Net Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C Language Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

12

C++ Language Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

7

Proficiency level taught

Advanced C++

Data Warehouse Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Warehouse Training

5

MS SQL Reporting Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MS SQL Reporting Training

6

Java Training Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

JSP (Java Server Pages), Spring, J2ME, Web services, Struts, Servlet, Hibernate, Core Java

Teaching Experience in detail in Java Training Classes

Java developer Java programmer Stuct,hybernet,jsp,servlet,ejb etc

Web Designing Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Web Designing Classes

10

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

PHP Classes
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

5

Teaches

Php MySQL, PHP Web 2.0

4.5 out of 5 2 reviews

Ajay Shah
A

Advanced Java coaching

"I am one of the student of prof ajay shah. He is good tutor and help me to complete my study. "

Ajay Shah
S

PHP

"Best coaching provided by Prof. Ajay Shah. "

Have you attended any class with Ajay ? Write a Review

Answers by Ajay Shah (4)

Answered on 05/05/2016 Learn IT Courses/Programming Languages/C++ Language

I was trying to use an out int parameter in one of my functions. How should I declare the variable that... ...more
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

void fun(int a,int b) { ~~~~your code@@@ } Void main() { fun(3,2); getch(); }
Answers 2 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn IT Courses/Java

BootsFaces reduces the boiler plate code needed to write a Bootstrap page. Plus, it offers a couple of widgets that fit better into a Bootstrap page than their PrimeFaces counterpart. We've designed BootsFaces as a plug-in to PrimeFaces, so you can safely use both together.
Answers 11 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn Advanced Java coaching

Java is a programming language and a platform...Java has its own runtime environment (JRE) and API, it is called platform.
Answers 8 Comments
Dislike Bookmark

Answered on 26/02/2016 Learn IT Courses/Java

The static variable can be used to refer the common property of all objects (that is not unique for each object) e.g. company name of employees,college name of students etc. The static variable gets memory only once in class area at the time of class loading.
Answers 3 Comments
Dislike Bookmark

Ajay Shah conducts classes in .Net Training, C Language and C++ Language. Ajay is located in Paldi, Ahmedabad. Ajay takes at students Home and Regular Classes- at his Home. He has 12 years of teaching experience . Ajay has completed Master of Computer Applications (M.C.A.) from Ignou in 2012. HeĀ is well versed in Gujarati, Hindi and English. Ajay has got 2 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