SPIRO, Spiro, project for student, student projects
A RESEARCH & DEVELOPMENT ORGANIZATION

For Project Enquiry +91 9962 067 067

Slideshow Image 1
Post Your concept Get Project
Guidance
It is purposely dedicated for innovative students. Here we encourage students who have new concepts and projects in various domains.

IT Training in Chennai

Spiro offers Hands on Advanced .NET Framework Programming Using VB.NET Course Training in Chennai

Advanced .NET Framework Programming Using VB.NET

Duration:60 HOURS  | Price: INR   6000  SAVE NOW!  INR 5000 until December 1, 2015

MCA final year VB.Net project training using advanced .net framework in chennai,C# project for mca students using advanced .net framework in chennai,VB.Net project for BE students using advanced .net framework in chennai,VB.Net project for engineering students using advanced .net framework in chennai,VB.Net project for mca using advanced .net framework in chennai, contructor in vb.net, destructor in vb.net, operator overloading in vb.net, operator overridding in vb.net, vb.net exception handling, functions in vb.net, class in vb.net, collections in vb.net, MS project training, Student Projects, Final Year Projects, Final Sem Projects, 8th Sem Projects, 6th Sem Projects Download this pdf

 Students Will Learn

  • Building and Using Classes, Derived Classes, Abstract Classes and Sealed Classes
  • Implementing .NET Interfaces and Custom Interfaces
  • Working with Object-Based Collections and Generics Collections
  • Defining and Using Synchronous and Asynchronous Delegates
  • Firing Custom Events
  • Working with Data Using ADO.NET and XML
  • Making Queries using LINQ and PLINQ
  • Building Multithreaded Applications
  • Using the Parallel Task Library
  • Building and Using Private and Shared Assemblies
  • Working with Reflection
  • Building and Consuming WCF Services
  • Using Interoperability Services
  • Understanding .NET Security

Course Description: This hands on course examines how to utilize advanced features the .NET Framework using the VB.NET programming language in order to build sophisticated applications. It includes coverage of .NET 2.0 through .NET 4.0. The course begins by quickly reviewing .NET's Common Type System, and then examines nullable types, inferred types and dynamic data. Students then learn about object-oriented programming topics, including inheritance, abstract classes, sealed classes, partial classes and generics. Students also learn about many of the .NET interfaces and how they can take advantage of them.

Students learn how to manage data using .NET's object-based and generic collections. Students also learn about ADO.NET and how advanced features provide support for transaction management, connection pooling, and the management of disconnected DataSets. Students learn how to work with XML documents and make XPath queries. The course also illustrates how to use LINQ and covers LINQ to Objects, LINQ to SQL, LINQ to DataSets and LINQ to XML.

Students learn how to use synchronous and asynchronous delegates to call methods and manage callbacks. They also learn how to use delegates to fire custom events. Students also learn how to build multithreaded applications and synchronize access to shared resources. The course covers the Thread and ThreadPool classes as well as .NET 4.0's Task class and the Parallel Task Library. Students will also learn how to use PLINQ to optimize their queries on multi-core and multi-processor systems.

Students learn about .NET's support for n-tiered application development, including private and shared assemblies, and WCF. Students also learn how managed code can interact with unmanaged code via features like PInvoke and COM Interop.

The course examines how the .NET Framework uses reflection and how students can provide similar features within their applications.

The course concludes by examining the security capabilities of the .NET programming model and how to adjust the .NET security policy.

Other topics include: how and when to override System.Object methods; boxing and unboxing issues; when to use the String vs. StringBuilder types; working with cultures; .NET support for regular expressions; and creating and using custom attributes.

Comprehensive hands-on lab exercises using Visual Studio reinforce instructor lectures and build direct competence in the topics presented throughout the course.

 

Course Prerequisites: Visual Basic.NET programming experience.

 

 Advanced .NET Framework Programming Using VB.NET Course Overview

 

 Working with Types

Working with Text

  • Understanding the Common Type System
  • Value vs. Reference Types
  • Nullable Types
  • Inferred Types
  • Dynamic Data
  • Using Strings
  • Using the StringBuilder
  • Working with Cultures
  • Working with Regular Expressions
 Object-Oriented Programming

ADO.NET

  • Defining and Using Classes
  • Working with Partial Classes
  • Understanding Object Lifetime
  • Building Class Hierarchies
  • Defining Abstract Classes
  • Defining Sealed Classes
  • Overriding System,Object Methods
  • Building Forms using Visual Inheritance
  • Defining and Implementing Interfaces
  • Understanding .NET Interfaces
  • Understanding the ADO.NET Object Model
  • Connected vs. Disconnected Access
  • Using Connections and Commands
  • Using a DataReader to Work with Cursors
  • Calling Stored Procedures
  • Using Parameters
  • Managing Connection Pooling
  • Working with Transactions
  • Using the Provider Factory
  • Untyped vs. Typed DataSets
  • Using DataAdapters with DataSets
  • Using TableAdapters with Typed DataSets
  • Filtering Data with DataViews
  • Using XML with DataSets
  • Binding Data to Controls
 Delegates  
  • Understanding Delegates
  • Single-cast vs. Multi-cast Delegates
  • Defining Delegate Types
  • Using Synchronous and Asynchronous Delegates
  • Understanding the Relationship between Delegates and Events
  • Defining and Raising Custom Events
  • Handling Custom Events
Using XML
  • Understanding XML and XML Schemas
  • Using XmlReaders and XmlWriters
  • Working with XmlDocuments
  • Building XPath Queries
  • Working with XPathDocuments
Working with LINQ
  • Understanding LINQ
  • Making LINQ Queries
  • Understanding LINQ Extension Methods
  • Using LINQ to Collections
  • Using LINQ to SQL
  • Using LINQ to DataSets
  • Using LINQ to XML
Working with the ThreadPool
  • Understanding Thread Pooling
  • Working with the ThreadPool Class
  • Working with the Task Class
  • Managing Tasks
  • Managing the ThreadPool

Working with Threads

Assemblies

  • Overview of Threading
  • Creating Threads
  • Passing Data to Threads
  • Returning Data from Threads
  • Managing Threads
  • Problems with Threads
  • Synchronizing Threads
  • Understanding .NET Assemblies
  • Single-File vs. Multi-File Assemblies
  • Private vs. Shared Assemblies
  • Defining Strong Names
  • Where is the Global Assembly Cache (GAC)?
  • Building and Using Private Assemblies
  • Building, Installing and Using Shared Assemblies
  • Configuring Shared Assemblies

  Working with the Parallel Task Library

Windows Communication Foundation (WCF)

  • Overview of Parallel Programming
  • Using the Parallel Class
  • Making PLINQ Queries
  • Using Concurrent Collections
  • Understanding WCF
  • Defining Service and Data Contracts
  • Building a Service
  • Hosting a Service
  • Exposing Metadata
  • Calling a WCF Service

Reflection and Attribute Programming

Security

  • Understanding Attributes
  • Using .NET Attributes
  • Designing Custom Attributes
  • Using Custom Attributes
  • Understanding Reflection
  • Extracting Type Information
  • Using Reflection for Late Binding
  • Overview of .NET Security
  • Working with Role-Based Security
  • Working with Code Access Security
  • Setting the Security Policy
  • Using Cryptography

  .NET Interoperability Services

  Collections and Generics

  • Interactions between Managed and Unmanaged Code
  • Marshalling Data
  • Using Platform Invocation Service (PInvoke)
  • Using COM Servers from .NET
  • Calling .NET Servers from Unmanaged Code
  • Understanding .NET Collections
  • Ordered vs. Unordered Collections
  • Working with Object-Based Classes
  • Working with Generic Collections
  • Building Extension Methods

Student Testimonials

"The instructor was able to provide a plethora of information about the .NET platform and Visual Basic.Net. The instructor was awesome!"
- Sumith, HCL

 
"Excellent class! Thank you! I will look towards SPIRO the next time I need training."
- Meenatchi, Polaris
 
 
MILE STONES
GUARANTEES
CONTACT US
 
Training and Developemet, Engg Projects
So far we have provided R&D training for more than 1,00,000 engineering Students.
Latest Projects 2012, Latest Technologiy Project
Had conducted seminars in the recent trends of technology at various colleges.
Our research projects had been presented in various National & International Conferences.
Most of our projects were identified by the industries as suitable for their needs.
Our n-number of students got research scholarship to extend our assisted projects for further development.
   
   
Training and Developemt, Project Development in Chennai
SPIRO guarantees small class sizes.
Final Year Projects
SPIRO guarantees quality instructors.
Student Projects, Stupros
SPIRO guarantees competence.
Projects, student projects
SPIRO guarantees that training from SPIRO will be more cost-effective than training from any other source.
Final Year Projects, Projects, student projects
SPIRO guarantees that students in open-enrollment classes are protected against cancellations and will be able to receive desired training at the cost they expect and in the time frame they have planned.
Projects for student
SPIRO guarantees overall quality with a 100% money-back guarantee. If you're not totally satisfied for any reason, simply withdraw before the second day of any class. Notify the instructor and return all course materials and you will receive a 100% refund.
SPIRO SOLUTIONS PRIVATE LIMITED
For ECE,EEE,E&I, E&C & Mechanical,Civil, Bio-Medical
#1, C.V.R Complex, Singaravelu St, T.Nagar, Chennai -600 017,
(Behind BIG BAZAAR)
Tamilnadu,India
Mobile : +91-9962 067 067, +91-9176 499 499
Landline : 044-4264 1213
Email: info@spiroprojects.com
website : http://www.spiroprojects.com
FB : https://www.facebook.com/spiroproject...

About Us | Project Training | Privacy policy | Disclaimer | Contact Us

Copyright © 2015-2016 Spiro projects All rights reserved.