UrbanPro
true

Drona Training Academy

Munirka, Delhi, India - 110067

59 Students

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

Details verified of Drona Training Academy

Identity

Education

Know how UrbanPro verifies Tutor details

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

Teaches

Summer Camp classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Type of camp conducted

Robotics & Technology

Age groups catered to

Above 6

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Individual, Corporate company

Certification provided

Yes

Python applications taught

Web Development with Python , Machine Learning with Python, Game Development with Python, Data Extraction with Python , Data Science with Python, Networking with Python , Help in assignment, Data Analysis with Python

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Data science techniques

Python, Java, Artificial Intelligence, Machine learning, R Programming

C++ Language Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Advanced C++, Basic C++

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

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

Certification training offered

No

.Net Training

Excellence Award Winner 2017

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net component

.Net WCF, .Net Advanced, ASP.NET AJAX, ADO.NET, .Net AJAX, Microsoft .Net 4, .Net MVC, C# .NET, ASP.NET, .Net WPF

Certification offered

Yes

Web Designing Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

Tally Software classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

Tally ERP 9

Digital Marketing Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

4.8 out of 5 54 reviews

Drona Training Academy https://www.urbanpro.com/assets/new-ui/institute-100X100.png Munirka
4.80554
Drona Training Academy
A

Java Training

"I got here a practical base classes. Got a nice tutor. The best coaching i found in my area is Drona Training Academy. Best java tutor is here. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
Z

Web Designing

"Drona Training academy Provide me best web designing Practical bases training. This web designing Training helped me how to develop website with new technologies such as Bootstrap, JQuery, CSS3, HTML5 and JavaScript etc. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
S

Web Designing

"Drona Training Academy is the best institute for website design and development training by Industry experts. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
S

Java Training

"Drona Training Academy provide me best Java Training by professional experienced Trainers. DTA provides practical based classes, this very helping in my career as software development filed. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
A

.Net Training

"DTA provide best .NET with SQL Server Live project based training and others Programming Languages by very experience professional trainers. This institute help to boost my professional career level in .NET programming field. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
A

SEO Training

"Best Search Engine Optimization (SEO) training classes provider in Munirka, Delhi by Industry expert. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
R

SEO Training

"Professional level training from faculty and I got the opportunity to do practical work on client project SEO an SMO, very good process driven course i learned from this institute.Thanks team DTA for making my knowledge update. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
S

BCA Tuition

"This academy is best in all types of computer related course. This Academy has best faculty who teaches in such way that students can easily understand. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Drona Training Academy
J

.Net Training

"My overall experience was very satisfied my faculty was miss Shruti Gupta, she was very kind and knowledgeable mam she thought me lots of things related with my course.I really appreciate Drona, and recommend to everyone. "

Reply by Drona Training Academy

Thanks, we appreciate you time and review.

Have you attended any class with Drona Training Academy?

Answers by Drona Training Academy (5)

Answered on 01/01/2018 Learn IT Courses/Web Designing

Online Teaching is a latest concept and very beneficial for students. It is very helpful when student wants classes at their place with professional and experienced faculty and gain more knowledge without going outside. Online classes can be conducted through many ways: 1. Skype call and Screen sharing... ...more
Online Teaching is a latest concept and very beneficial for students. It is very helpful when student wants classes at their place with professional and experienced faculty and gain more knowledge without going outside. Online classes can be conducted through many ways: 1. Skype call and Screen sharing and video, Audio call 2. Teamviewer 3. Gmail Hangout many others. For more Detail-http://www.dtacademy.in/
Answers 18 Comments
Dislike Bookmark

Answered on 10/10/2017 Learn .Net

There are many institutes in Delhi, we "Drona Training Academy" one of them. We are located at south Delhi , you can visit and get more details about AS.NET Professional Training.
Answers 1 Comments
Dislike Bookmark

Answered on 10/10/2017 Learn IT Courses/MS Office Software Training/Microsoft Excel Training

This is very baisc MS-Excel learning just Press ALT+ENTER , cursor will come to next line in same cell. If you want get basic professional knowledge from basics to advance in MS Office, you can join "Drona Traning Academy".
Answers 39 Comments
Dislike Bookmark

Answered on 12/08/2017 Learn .Net

I attempt to break your questions down and tackle them one by one. As well as add some other points in that will hopefully help clarify what's going on: C# and C#.NET are the same thing... C# .NET is, as you say, a library of code that .NET languages can talk to. .NET languages come... ...more
I attempt to break your questions down and tackle them one by one. As well as add some other points in that will hopefully help clarify what's going on: C# and C#.NET are the same thing... C# .NET is, as you say, a library of code that .NET languages can talk to. .NET languages come in different flavours such as: C#.NET, VB.NET, Managed C++, F#. .NET languages compile to CIL (Common Intermediate Language) which means they all start "talking" the same language and can therefore interoperate. ASP.NET is the portion of the .NET library used for making web sites. There are other subsections of ASP.NET like WebForms (the old way of making web pages) or the rapidly maturing MVC library that are worth looking at too. Forms (old tech) or the new WPF (Windows Presentation Foundation) are the technologies you'd typically use in .NET to create what you know as traditional desktop applications. One final thing I'd like to finish on is the difference between library and framework. In recent years these two terms have been used as those synonymous, however that is not the case. The easiest way I can think to differentiate the two is: A library contains many pieces of functionality that you may pick and choose from i.e. using one piece of technology doesn't mean you're locked into the rest. This means freedom, however you will have more work cut out for you. A framework however very much sets out how you will be working. It provides a workflow that for better or worse is hard to change. This means rapid development/prototyping, but if significant changes are made in the future it may be impossible (or very time consuming) to implement them.
Answers 3 Comments
Dislike Bookmark

Answered on 12/08/2017 Learn .Net

I want point out a minor grammatical mistake and due to that I assume you mean to ask, “How many types of database we can connect with asp.net Answer your question..! You can connect to any type of database with a asp.net web application, provide a database driver of that particular vendor is available... ...more
I want point out a minor grammatical mistake and due to that I assume you mean to ask, “How many types of database we can connect with asp.net Answer your question..! You can connect to any type of database with a asp.net web application, provide a database driver of that particular vendor is available for .NET platform. Many Popular Database vendors have a database driver available for .NET framework. Their is a very huge and enthusiastic open source community which provides third party drivers for databases whose vendor doesn't support .NET framework. Also, if the database supports ODBC then you can use ODBC Drivers to connect to database with asp.net web application. To name a few, Microsoft’s MSSQL MySQL MariaDB (since it is compatible with MySQL) MongoDB Oracle IBM DB2 DocumentDB
Answers 2 Comments
Dislike Bookmark

Drona Training Academy conducts classes in .Net Training, C++ Language and Data Science. It is located in Munirka, Delhi. It takes Regular Classes- at the Institute. It has got 54 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