UrbanPro
true
Mathiyalakan P BCA Tuition trainer in Chennai

Mathiyalakan P

MCA

Tambaram West, Chennai, India - 600045.

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

Details verified of Mathiyalakan P

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I completed MCA @ amrita university Coimbatore,now working as Java Developer ,i am interested to take computer science subjects and also school students.i have 3 year experience.

Address

Tambaram West, Chennai, India - 600045

Verified Info

Education Verified

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

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

6

BCA Subject

English, Computer Basics and PC Software , Java Programming, IT, Software Engineering , Database Management Systems , C Language Programming, Mathematics, Web Programming, Data structures, Programming in C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

4

BSc Computer Science Subjects

Operational Research, Data Structures, Programming Fundamentals, Discrete Structures, Internet Technologies, Software Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Mathematics, BSc Computer Science

BSc Mathematics Subjects

Numerical Methods and Programming, Probability and Statistics, Discrete Mathematics, Algebra, Differential Equations and Mathematical Modelling

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

5

Board

State, CBSE

CBSE Subjects taught

Tamil, Science, Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Tamil, Mathematics

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

5

Board

State, CBSE

CBSE Subjects taught

Tamil, Science, Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Tamil, Mathematics

Class 6 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Class 7 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Class 8 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

6

Type of Computer course taken

Software Programming, Basics of Computer usage, Training in Software application usage

MCA Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MCA Coaching classes

5

MSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MSc Tuition

5

Subject

Mathematics, IT

Taught in School or College

Yes

Java Script Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

5

Java Training Classes

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

Core Java

Certification training offered

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

5

C Sharp Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

3

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

6

Proficiency level taught

Advanced C++

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

6

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in .Net Training

5

Certification offered

Yes

Courses

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which BCA subjects do you tutor for?

English, Computer Basics and PC Software , Java Programming and others

2. Do you have any prior teaching experience?

Yes

3. Which classes do you teach?

I teach .Net Training, BCA Tuition, BSc Tuition, C Language, C Sharp, C++ Language, Class 10 Tuition, Class 6 Tuition, Class 7 Tuition and Class 8 Tuition Classes.

4. Do you provide a demo class?

Yes, I provide a free demo class.

5. How many years of experience do you have?

I have been teaching for 6 years.

Answers by Mathiyalakan P (7)

Answered on 18/11/2014 Learn .Net

Xamarin -- is rapidly growing in popularity among multi-platform app developers. We here take a look around the main benefits of using the Xamarin tool.
Answers 16 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

Xamarin -- is rapidly growing in popularity among multi-platform app developers. We here take a look around the main benefits of using the Xamarin tool.
Answers 17 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles... ...more
MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles the input (to the database records). The Model is the part of the application that handles the logic for the application data. Often model objects retrieve data (and store data) from a database. The View is the parts of the application that handles the display of the data. Most often the views are created from the model data. The Controller is the part of the application that handles user interaction. Typically controllers read data from a view, control user input, and send input data to the model.
Answers 19 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

http://highoncoding.com/Articles/550_Creating_Crystal_Report_in_ASP_NET.aspx Please read the page.
Answers 20 Comments
Dislike Bookmark

Teaches

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

6

BCA Subject

English, Computer Basics and PC Software , Java Programming, IT, Software Engineering , Database Management Systems , C Language Programming, Mathematics, Web Programming, Data structures, Programming in C++

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

4

BSc Computer Science Subjects

Operational Research, Data Structures, Programming Fundamentals, Discrete Structures, Internet Technologies, Software Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Mathematics, BSc Computer Science

BSc Mathematics Subjects

Numerical Methods and Programming, Probability and Statistics, Discrete Mathematics, Algebra, Differential Equations and Mathematical Modelling

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

5

Board

State, CBSE

CBSE Subjects taught

Tamil, Science, Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Tamil, Mathematics

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

5

Board

State, CBSE

CBSE Subjects taught

Tamil, Science, Mathematics

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Tamil, Mathematics

Class 6 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Class 7 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 7 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Class 8 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 8 Tuition

4

Board

CBSE, State

CBSE Subjects taught

Mathematics, Science

Taught in School or College

Yes

State Syllabus Subjects taught

Science, Mathematics

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

6

Type of Computer course taken

Software Programming, Basics of Computer usage, Training in Software application usage

MCA Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MCA Coaching classes

5

MSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MSc Tuition

5

Subject

Mathematics, IT

Taught in School or College

Yes

Java Script Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

5

Java Training Classes

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

Core Java

Certification training offered

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

5

C Sharp Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

3

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

6

Proficiency level taught

Advanced C++

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

6

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in .Net Training

5

Certification offered

Yes

Courses

No Reviews yet! Be the first one to Review

Answers by Mathiyalakan P (7)

Answered on 18/11/2014 Learn .Net

Xamarin -- is rapidly growing in popularity among multi-platform app developers. We here take a look around the main benefits of using the Xamarin tool.
Answers 16 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

Xamarin -- is rapidly growing in popularity among multi-platform app developers. We here take a look around the main benefits of using the Xamarin tool.
Answers 17 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles... ...more
MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles the input (to the database records). The Model is the part of the application that handles the logic for the application data. Often model objects retrieve data (and store data) from a database. The View is the parts of the application that handles the display of the data. Most often the views are created from the model data. The Controller is the part of the application that handles user interaction. Typically controllers read data from a view, control user input, and send input data to the model.
Answers 19 Comments
Dislike Bookmark

Answered on 18/11/2014 Learn .Net

http://highoncoding.com/Articles/550_Creating_Crystal_Report_in_ASP_NET.aspx Please read the page.
Answers 20 Comments
Dislike Bookmark

Contact

Load More

Mathiyalakan P conducts classes in .Net Training, BCA Tuition and BSc Tuition. Mathiyalakan is located in Tambaram West, Chennai. Mathiyalakan takes at students Home and Regular Classes- at his Home. He has 6 years of teaching experience .

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