| Courses Application Programming | Locality BTM Layout |
FabGreen is a Training Institute and Software Development company located in Bangalore. We provide quality IT training either at our training center or at client premises. We provide training in SharePoint, BizTalk, QTP, Selenium, and SQL. All our courses are taught by experienced trainers who have extensive field knowledge with the topics they teach. FabGreen provide services to wide range of customers like for the working professional, job seeking candidates, corporate & to the students. We provide effective and efficient customer service, answering your queries promptly and being as helpful as possible in assisting you to choose the right course.
Course Features:
• Sample Live Projects are provided
• Lab Facility 14/7
• Interview guidance - Questions and Sample Resumes
• Technical guidance and support after the course completion
• Course Materials Provide
• Mock Interview
• Mock Test Conducted
• Flexible training - Individual and Batch
FabGreen Technologies
103/10, 60 Feet Road II Floor,Jai bheem Nagar,
Old Madivala, BTM 1st Stage,
Bangalore - 560068
Phone:8971120505 / 8971120606
Email:[email protected]
Company Website:Fabgreentech.com
Land Marks: 1. NearYellamma Temple
Land Marks: 2. Near JaiBheemnagar Bus Stand
Prerequisites:
Prior full-time programming experience is required.
Objectives:
• Learn the fundamentals of C# 2010 programming in Visual C# 2010.
• Convert a variable from one data type to another.
• Work with dates and times.
• Repeat blocks of code using looping statements.
• Generate and test your own classes using the Class Designer and Object Test Bench tools.
• Use methods in your classes.
• Control how derived classes inherit from base classes.
• Create classes containing arrays, adding support for indexers and enumerators.
• Use delegate types to provide flexibility and type safety.
• Create generic classes and methods.
• Use Exception objects to determine what error has occurred.
• Create your own custom collection classes.
• Use anonymous types, lambda expressions, extension methods, object initializers, and implicit type declarations.
Course Content:
Getting started
• Learn the advantages and architecture of the .NET Framework
• Setup a development profile in Visual Studio .NET
• View the code that Visual Studio generates and understand what it does
Data Types and Variables
• Understand how to create variables and assign values
• Explore operators and see how they can be used to change values and compare expressions
Using the .NET Framework
• Using .NET Framework classes
• Explore basic file IO operations
• Learn how to work with strings
Branching and Flow Control
• Making choices using conditional statements
• Manage flow control using branching statements
• Break out of loops when necessary
Classes and Objects
• Investigate .NET Framework classes to see how you can consume classes in your code
• Learn about properties, methods, and fields
• Create instances of classes using class constructors
• Investigate class details, including reference vs. value types, and more
Properties and Methods
• Explore how to use properties in your classes
• Learn to control how property values are set and retrieved
• Understand how to pass arguments to methods
• Learn how to return both simple and complex data types from methods
Object-Oriented Techniques
• Understand how derived classes inherit from base classes
• Explore how to add and modify members in derived classes
• Understand how to create and use interfaces
• Explore techniques for organizing your classes
Working with Arrays
• Create and initialize arrays
• Work with array methods and properties
• Investigate arrays in the .NET Framework
• Learn techniques for sorting arrays
Delegates and Events
• Learn different ways to work with delegates
• Introduce anonymous delegates
• Learn how delegates and events are related
• Investigate events and event handlers
Generics
• Understand the advantages and benefits of generics
• Explore the use of generics to sort and search in arrays
• See how to use generic interfaces and constraints
• Explore the generic List class
Handling Exceptions
• Learn to use try/catch blocks to handle runtime errors
• Throw exceptions back to procedure callers
• Use the finally block to run code unconditionally
• Create and handle user-defined exceptions
Collection Classes
• Investigate the collection interfaces in the System.Collections.Generic namespace
• Create dynamically sized arrays using the List class
• Investigate the generic SortedDictionary, SortedList, Stack, and Queue classes
LINQ
• Motivate the need for LINQ
• Learn about the various LINQ providers
• Investigate simple LINQ to Objects, LINQ to SQL, and LINQ to XML samples
Conclusion