Kameswara Sarma Uppuluri
(MCT, MCPD, MCTS, MCAD, MCDBA, MCSD)

 

C#

Your Instructor for this course is Kameswara Sarma Uppuluri.

He is an accomplished Senior Technical Corporate Trainer here in India and a consultant. He has been a Microsoft Certified Trainer since 2004 and a Microsoft Certified Professional since 1998. He has delivered various trainings at client places, on Microsoft Technologies for top MNC's in India .

He is passionate about teaching developers how to make the most out of their chosen technologies and doing web development in the best way possible.

He has spent years of developing course materials and teaching professional developers online throughout the world.

He has worked in technology for 16 years, specializing in web Development,Content Management Systems,databases and business intelligence.

He is an independent consultant that enjoys development and teaching.

He is a consultant based in Hyderabad, India. He has over 16 years of experience in the IT field, and over a decade of experience as a trainer.

He is an expert in SharePoint Development/Configuration/,Administration and .NET development and Database business intelligence technologies.

Watch Free Training Videos

See our Microsoft Certified Expert Trainers in action!

We've got Free Videos for you.

ITAcademy.IN has hours of free IT training videos online for each course.
Watch these videos taken directly from our "Live Instructor-led training sessions.

These videos are exactly the same quality that you get if you purchase one of our courses.


Our Complete List of
Free Videos
.

What is .NET?
  • Microsoft .NET (pronounced “dot net”) is a software component that runs on the Windows operating system.
  • .NET is the Microsoft Web services strategy to connect information, people, systems, and devices through software. Integrated across the Microsoft platform, .NET technology provides the ability to quickly build, deploy, manage, and use connected, security-enhanced solutions with Web services.
  • .NET-connected solutions enable businesses to integrate their systems more rapidly and in a more agile manner and help them realize the promise of information anytime, anywhere, on any device.
Which version of features do you learn as part of this course with ITAcademy.IN?
  • We cover the features right from .NET 1.0 ---> .NET 2.0 ---> .NET 3.5 ---> .NET 4.0 ---> .NET 5.0 to the participants who are new to .NET
  • List of new features version wise that are included as part of this course, can be found in the course outline.
  • We also provide Upgrade Courses for the participants who have experience on .NET
What are the benefits of .NET?
  • .NET provides an integrated set of tools for building Web software and services and Windows desktop applications. .NET supports multiple programming languages and Service Oriented Architectures (SOA).
  • .NET provides a stable, scalable and secure environment for software development.
  • .NET results in software that’s more reliable and secure and works on multiple devices including laptops, Smartphones and Pocket PCs.
Audience Profile:
This course is equally beneficial for those people who want to learn .NET from scratch or who are already involved in developing applications using earlier versions of .NET.
Prerequisites
This course assumes that Students have already been introduced to any one programming language like “C/C++/JavaScript/VBScript” or any other programming language basics.
Our Trainer's Profile :
  • Our Trainers speak from Experience
  • Our Trainers Are Subject Matter Experts
  • Our Trainers Are Expert instructors
  • Our Trainers are Microsoft Certified
  • Our Trainers have more than 13+ years of experience on Microsoft Technologies
Career Path :
  • After completing this course you will be able to take up the roles of
  • ASP.NET Developer
  • Winforms Developer
Certification Path:
  • The course helps students to prepare for the following Microsoft Certification Exams:
  • Exam 70-562 TS: TS: Microsoft .NET Framework 3.5, ASP.NET Application Exam Development
  • Exam 70-536 PRO: TS: Microsoft .NET Framework - Application Development Foundation

Fundamentals of C#

   

Due to your time schedule / time zone differences, If you cannot attend our courses live, you can now as well buy the complete course videos from us. You can download our videos and can be played offline at your end.

Course
:
C# Language
Author
:
Kameswara Sarma U (MCT,MCPD,MCTS,MCAD,MCDBA,MCSD)
Level
:
Beginners to Advanced
Release Date
:
26-Sep-2012
Exercise Files
:
Yes

We have got Free Videos for you, Please Click here


Lesson 1 - Basics of C#

In this lesson, we will cover the following topics.

  1. Overview of .NET Framework
  2. History of .NET
  3. Simple Programs development using C#
  4. Commenting Code

Lesson 2 - Basics of C#

In this lesson, we will cover the following topics.

  1. Using IO Statements
  2. Using Conditional Statement
  3. Using Switch Statement
  4. Using Looping Statements like FOR,WHILE,DO-WHILE
  5. Debugging Applications

Lesson 3 - OOPS using C#

In this lesson, we will cover the following topics.

  1. Overview of OOPS Concepts
  2. Working with Classes
  3. Using Access Modifiers like Public,Private
  4. Writing Methods
  5. Writing Fields
  6. Instantiating with the New Operator
  7. Using Constructors
  8. Using Destructors
  9. Overloading Constructors

Lesson 4 - OOPS using C#

In this lesson, we will cover the following topics.

  1. Working with Multiple Objects
  2. Passing and Returning Objects
  3. Overloading Member functions
  4. Overview of Operator Overloading
  5. Overloading Binary Operators
  6. Overloading Unary Operators
  7. Overloading Relational Operators
  8. Overview of Inheritance
  9. Execution of Constructors and Destructors in Inheritance

Lesson 5 - OOPS using C#

In this lesson, we will cover the following topics.

  1. Overriding
  2. Using Protected Variables
  3. Calling Base Class Functions using Child Class Object
  4. Calling non-default constructors of Base Class from Child Class non-default Constructors
  5. Working with Sealed Classes
  6. Working with Abstract Classes
  7. Working with Interfaces
  8. Explicit Interfacing
  9. Interface Inheritance

Lesson 6 - OOPS using C#

In this lesson, we will cover the following topics.

  1. Polymorphism Concepts
  2. Static / Early Binding
  3. Dynamic / Late Binding
  4. Virtual Functions
  5. Creating Properties
  6. Read-Write Properties
  7. ReadOnly Properties
  8. Using const keyword
  9. Using readonly Keyword
  10. Auto-Implemented Properties
  11. Call By Value and Call By Reference Concepts
  12. Using ref,out keywords and differences between them
  13. Varying Parameters

Lesson 7 - Exception Handling and Creating Assemblies

In this lesson, we will cover the following topics.

duration (hh:mm:ss): 00:50:40
  1. Overview of Exception of Handling
  2. Types of Errors
  3. Understanding Try-Catch-Finally Keywords
  4. Using throw Statement
  5. Using DivideByZeroException,FormatException,OverFlowException
  6. Using Default Exception
  7. Overview of Assemblies
  8. Differences between Private and Shared Assemblies
  9. Understanding Versioning Concept
  10. Understanding Strong Name Key Files
  11. Understanding DLL Hell Problem
  12. Deploying assembly to GAC of .NET Version 3.5 and below
  13. Deploying assembly to GAC of .NET Version 4.0 and above

Lesson 8 - C# 2.0 New Features

In this lesson, we will cover the following topics.

    1. Generics
    2. Partial Classes
    3. Anonymous Methods
    4. Nullable Types

Lesson 9 - C# 3.0 New Features

In this lesson, we will cover the following topics.

  1. Extension Methods
  2. Anonymous Types
  3. Local Type Inference
  4. Object Initializer
  5. Auto Implemented Properties

 

Lesson 10 - C# 4.0 New Features

In this lesson, we will cover the following topics.

  1. Optional Parameters
  2. Named Arguments
  3. Dynamic Typing
  4. Difference between Var and Dynamic


Why you should choose ITAcademy.IN as your Online Training provider?
  1. We are into training industry for more than 16+ years.
  2. Scenario Based Training.
  3. Certification Exam preparation.
  4. Our trainers are certified and qualified with Real-World experience.
  5. Our Large List of Satisfied Students & Clients Around the World.
  6. Students will have access to soft copies of all the Case Studies and other examples used during the sessions.
  7. We provide complete guidance towards MCP Certification Exams.
  8. Step by Step Lab Manuals and Course Materials.
  9. Resume and Interview Preparation Guidance.
Due to your time schedule / time zone differences, If you cannot attend our courses live, you can now as well buy the complete course videos from us. You can download our videos and can be played offline at your end.

Q)How do i get access to demo videos of this course?
A)Please write to "support@itacademy.in" to have our "Live Demo Videos". We shall arrange you 2 demo videos to your end. Upon watching the same, if you find yourself happy, you can buy the complete videos of this course.

Q)What payment options do i have?
A)Please Write to "Support@itacademy.in" for payment options or for any other queries, you may have related to buying the course videos.

Q)How have you recorded these sessions?
A)Please be noted, all these videos are of live recording videos. It means, while our trainers delivers online training to participants, these sessions were recorded. Thus at times, you might hear the conversation between the participants and trainer as doubts being clarified.

Q)What should I do, if i find a faulty video file / corrupted video file?
A)We have ensured to a greater extent, that our videos are free from any kind of noise disturbances. If we have overlooked any such video, and you find any video of such type, please write back to us and we shall replace the video file with a fresh one, within 3 days from the date of your request at free of cost.

Q)What do I do, if i get a doubt, while watching videos?
A)While watching videos, if you get any doubts, you can write to "support@itacademy.in" and our trainer will attend your query, either by email with in 24 hrs from the date of receipt of your query, if that can be clarified so, else, our trainer will invite you for a live meeting on a specific date at free of cost.

Q)When do i get access to your videos?
A)Upon receiving the payment, we shall send you "URL's" to download our complete course videos. Please be noted, you are supposed to complete downloading the videos within 7 days from the day, download URL is been arranged to you by email. Afterwards, URL will be deactivated automatically.

Q)How do i play your videos?
A)You can play the videos using "Windows Media Player". All our video files, have an extension of ".WMV".

Q)Can i download exercise files as well?
A)Yes, all exercise files, that were used by the trainer as part of sessions, are downloadable along with the videos.

Q)Will i have access to future videos of this course?
A)Yes, as and when, we add new set of topics to courses, we intimate you to download new set of videos by email.

Q)What do i get from you, once I buy a course?
A)You get access to download complete course videos along with Exercise files.

Q)Will i get discount offers, if i wish to buy more courses from you?
A)Yes, you can write to "support@itacademy.in" stating the same and we shall assist you on the same.

Final Note : We request you to use these videos, for your personal purpose. We hope you understand, the efforts that our trainers / any trainer for that matter, puts up in making these videos.
 
 
Client Testimonials
 
" I would highly recommend  ITAcademy.IN for .NET 4.0 training for anyone new to .NET or anyone wanting to improve or upgrade their .NET skill set. I have learned not only subject but coding standards too."
Ravinder
Australia
 

 

Client Testimonials
 
" My .NET Course at ITAcademy.IN enabled me to develop custom websites for three customers, which is exactly what I wanted it to do. No previous courses that I did for no reason at other places, did such an excellent job of demonstrating the subject."
Abhijeet Sawant
Kerala
 

 

Client Testimonials
 
" I found people at ITAcademy.IN are very organized, provide friendly environment and deliver courses at right pace with the best content as their curriculums."
Sarita
Pune