UrbanPro
true
Ganesh .Net trainer in Bangalore/>

Ganesh

Trainer

BTM Layout 1st Stage, Bangalore, India - 560076.

17 Students

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

Details verified of Ganesh

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Senior dotNet developer with 7+ years of experience on Microsoft DotNet Technologies.

Technologies/topics taught - WPF, ASP.Net, WCF, SQL Server, C#.Net, LINQ, WinForms, Design patterns, N-Tier Architecture, MVP, MVVM & MVC architectural patterns.

Mode of training - Class room/online

provides work support on need basis

Languages Spoken

English

Education

AU 2011

Bachelor of Technology (B.Tech.)

Address

BTM Layout 1st Stage, Bangalore, India - 560076

Verified Info

Phone Verified

Email Verified

Facebook 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

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in .Net Training

7

.Net component

.Net WPF

Certification offered

Yes

Teaching Experience in detail in .Net Training

I keep every student as my base line to come to their level and make them understand on each topic and they should be able to do the things on their own. I have been teaching for past 4 1/2 years till now on core .Net technologies. Practical oriented approach on each concept in .Net with latest framework. Effective communication, easy way of subjecting topics with live/relevant examples. Design patterns I have thought/also teaching people from young graduates with more than 10+ experience in I.T industry and my main stream are work support (on need basis), Proxy calls, Training's. Effective communication was been improved and giving a live examples. Make each student understand to the topics as each student might come from different background. Successfully trained more than 35+ candidates and most of them are currently working on .Net technologies. I teach both classroom and online - I use blackboard (for classroom), goto meeting(online). For online sessions, the video will be recorded and will be shared with the students. Ready to help students to achieve their goal.

SQL Server Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in SQL Server Training

7

C Sharp Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

7

Courses

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach .Net Training, C Sharp and SQL Server 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 7 years.

Answers by Ganesh (7)

Answered on 03/12/2016 +2 Tuition/BTech Tuition/Engineering Physics IT Courses/Programming Languages/C Language

If it is an academic level C language, you can start with 3,000 INR and if it advanced C, you can charge from 7K/8K and can reach up to 15K depends upon what content does the student is requiring.
Answers 70 Comments
Dislike Bookmark

Answered on 13/11/2015 Learn .Net/.Net MVC

Web based apps are more popular every time. Just a simple ASP.Net does not really helps to get a job, MVC was needed along with web service's (WCF), Web API.
Answers 17 Comments
Dislike Bookmark

Answered on 02/09/2015 Learn .Net

A class where only one instance was maintained is called a singleton class. It is also called singleton pattern. You can make any class as a singleton class by introducing small steps like below. The constructor must be a private constructor and an static object for the class must be as a read only... ...more
A class where only one instance was maintained is called a singleton class. It is also called singleton pattern. You can make any class as a singleton class by introducing small steps like below. The constructor must be a private constructor and an static object for the class must be as a read only property exists in the class. See below code, FYI, public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton Instance { get { if (instance == null) { instance = new Singleton(); } return instance; } } }
Answers 16 Comments
Dislike Bookmark

Answered on 24/01/2015 Learn .Net

How about data virtualization? I am not sure like how far it helps in web applications. I have used in windows app.
Answers 15 Comments
Dislike Bookmark

Answered on 12/11/2014

ASP.Net is a technology to develop web based applications. While C#.Net is a programming language that .Net supports. We can use C#.Net or Vb.Net or some other .Net supported programming language to develop windows or web or some other kind of application or a library or a service.
Answers 62 Comments
Dislike Bookmark

Teaches

.Net Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in .Net Training

7

.Net component

.Net WPF

Certification offered

Yes

Teaching Experience in detail in .Net Training

I keep every student as my base line to come to their level and make them understand on each topic and they should be able to do the things on their own. I have been teaching for past 4 1/2 years till now on core .Net technologies. Practical oriented approach on each concept in .Net with latest framework. Effective communication, easy way of subjecting topics with live/relevant examples. Design patterns I have thought/also teaching people from young graduates with more than 10+ experience in I.T industry and my main stream are work support (on need basis), Proxy calls, Training's. Effective communication was been improved and giving a live examples. Make each student understand to the topics as each student might come from different background. Successfully trained more than 35+ candidates and most of them are currently working on .Net technologies. I teach both classroom and online - I use blackboard (for classroom), goto meeting(online). For online sessions, the video will be recorded and will be shared with the students. Ready to help students to achieve their goal.

SQL Server Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in SQL Server Training

7

C Sharp Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

7

Courses

No Reviews yet!

Answers by Ganesh (7)

Answered on 03/12/2016 +2 Tuition/BTech Tuition/Engineering Physics IT Courses/Programming Languages/C Language

If it is an academic level C language, you can start with 3,000 INR and if it advanced C, you can charge from 7K/8K and can reach up to 15K depends upon what content does the student is requiring.
Answers 70 Comments
Dislike Bookmark

Answered on 13/11/2015 Learn .Net/.Net MVC

Web based apps are more popular every time. Just a simple ASP.Net does not really helps to get a job, MVC was needed along with web service's (WCF), Web API.
Answers 17 Comments
Dislike Bookmark

Answered on 02/09/2015 Learn .Net

A class where only one instance was maintained is called a singleton class. It is also called singleton pattern. You can make any class as a singleton class by introducing small steps like below. The constructor must be a private constructor and an static object for the class must be as a read only... ...more
A class where only one instance was maintained is called a singleton class. It is also called singleton pattern. You can make any class as a singleton class by introducing small steps like below. The constructor must be a private constructor and an static object for the class must be as a read only property exists in the class. See below code, FYI, public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton Instance { get { if (instance == null) { instance = new Singleton(); } return instance; } } }
Answers 16 Comments
Dislike Bookmark

Answered on 24/01/2015 Learn .Net

How about data virtualization? I am not sure like how far it helps in web applications. I have used in windows app.
Answers 15 Comments
Dislike Bookmark

Answered on 12/11/2014

ASP.Net is a technology to develop web based applications. While C#.Net is a programming language that .Net supports. We can use C#.Net or Vb.Net or some other .Net supported programming language to develop windows or web or some other kind of application or a library or a service.
Answers 62 Comments
Dislike Bookmark

Book a Demo

Load More

Ganesh describes himself as Trainer. He conducts classes in .Net Training, C Sharp and SQL Server. Ganesh is located in BTM Layout 1st Stage, Bangalore. Ganesh takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 7 years of teaching experience . Ganesh has completed Bachelor of Technology (B.Tech.) from AU in 2011. HeĀ is well versed in English.

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