From Affinity IT Training, LLC
Java Network Programming 
...networking,
including how to use the java.net package,
TCP/IP stack,
internet addressing scheme, represent or lookup an IP address,
sockets and ports, create and use a socket,
create and use a serversocket, client/ server input/output,
create and use a datagram, represent a
URL as an object,
access a URL and perform I/O with a URL.
Audience:
Java Developers seeking a deeper understanding of the
more...
JAX-RPC 
Java
API for
XML-Based RPC (
JAX-RPC) enables
Java technology
developers to develop
SOAP-based interoperable and portable web
services and clients. JAX-RPC provides access to or from a Java or
non-Java, client or
Web service, via standard protocols. This
course describes how to develop web services using JAX-RPC, as well
as stub, dynamic proxy, DII and JNDI-based (including EJB2) clients.
There is
more...
Microsoft Visual Basic NET 
This hands-on introduction to the
Visual Basic programming language
provides a solid foundation in all language fundamentals
including windows, controls, database access, and classes.
Audience:
Application developers seeking to become familiar with the Visual Basic .NET language and the
Microsoft .NET Studio.
more...
ADO NET Using C 
An intensive course that
presents the essential elements of
ADO.NET
to enable the programmer to utilize
the tremendous database manipulation powers
available with .NET development and be prepared
to build effective database applications.
The course includes a major case study
demonstrating the use of ADO.NET in a realistic setting.
Audience:C# .NET Application
Developers seeking to integrate
more...
Understanding ADO NET 
...to retrieve and manipulate data using
Microsoft's new
ADO.NET library. Understand how to work with the new
ADO.NET object model,
including the
DataReader,
DataAdapter, and
DataSet. See how to apply constraints
and relationships to disconnected data. Learn how to update data, including how
to handle stored procedures, parameters, and return values. Understand how to
search, sort, and filter data
more...
Applying ADO NET 
In this advanced course, you will become familiar with strongly typed
DataSets and learn
their advantages and see how to leverage the power of
XML through serialization,
Diffgrams,and the
XMLDataDocument object. You will understand migrating and
interoperability issues with
ADO, as well as handling errors. Learn valuable
techniques for building both
Web and
Windows applications.
Audience:
Database more...
ASP NET Using C NET 
...ands-on coverage of
Web application development
using
ASP.NET and C#, and introduces Web services. ASP.NET is introduced as a
unified Web development platform that provides the services necessary for
developers to build enterprise-class Web applications. Numerous programming
examples and exercises are included, including a substantial case study.
Audience:
Experienced C# Application
Developers more...
ASP NET Building and Deploying Web Applications 
...Web applications. You'll learn to inter-operate with non-.NET
code, to manage session state, to re-use code by creating your own controls, to
improve performance with output caching, to debug your application and trace its
activity, to use advanced
Web services features, to configure and deploy
ASP.NET
applications, to authenticate users and limit their access to resources, to
handle multi-user
more...
ASP NET Using VB NET 
...ands-on coverage of developing
Web applications
using
ASP.NET and VB.NET, and introduces Web services. ASP.NET is introduced as a
unified Web development platform that provides the services necessary for
developers to build enterprise-class Web applications. Numerous programming
examples and exercises are included, including a substantial case study.
Audience:
Experienced application developers
more...
C Essentials 
Designed to allow the experienced programmer
to quickly become productive with C#,
this course concisely covers the essentials of programming
using
Microsoft's C# programming
language.
Audience:
Experienced programmers with no previous exposure to C#, who need to design and develop .NET applications using C#.
more...
Building Applications with C Level-3 
In this course you will learn how to build interactive
Windows applications with C#,
including how to manipulate databases using
ADO.NET and how to use C# to develop
ASP.NET applications. With this knowledge you'll be able build interactive web
sites (
Web Forms) as well as
Web Services.
Audience:C# programmers who need to design and develop .NET applications.
more...
Enterprise Development in Visual Basic NET 
This course is focused on the "back end" part of
Enterprise programming, not the user
interface. The sample applications are
Windows applications, to keep the
pre-requisites to a minimum. You'll be able to use these same concepts as the
back end to a web (
ASP.NET) application, as well.
Audience:
Experienced programmers who will be developing Enterprise applications in VB.NET.
more...
NET Framework Using C 
...ourse is designed to provide a sound introduction to the .NET Framework
for programmers who already know the C# language and the fundamentals of
Windows
Forms. The course focuses on core portions of the .NET Framework that are common
across many application areas. The course is practical, with many examples and a
case study. The goal is to equip you to begin building significant applications
more...
NET Framework Using VB NET 
...ourse is designed to provide a sound introduction to the .NET Framework
for programmers who already know the VB.NET language and the fundamentals of
Windows
Forms. The course focuses on core portions of the .NET Framework that
are common across many application areas. The course is practical, with many
examples and a case study. The goal is to equip you to begin building
significant
more...
Oracle 9i DBA Fundamentals II 
...Net
Services,
configuring the shared server architecture, and backup and recovery. This class
covers the different ways an
Oracle9i instance and database can fail and the
best options for recovery. Students will learn how to perform backup and
recovery with and without
RMAN. Students will learn how to minimize points of
failure and reduce the
Mean Time To Recover. Through the numerous backup
more...
Visual Studio NET Introduction 
...NET provides you with a solid
background on
Microsoft
'
s .NET technology so that you can decide
whether it is appropriate for your next project and how it can
integrate into an enterprise.
Audience:
Application developers who need to implement .NET-based solutions, system architects who want to understand how
XML can be integrated into the system design of distributed applications and system
more...
Microsoft NET Remoting Using Visual C 2005 
...d machine boundaries.
This course covers many aspects of .NET remoting in-depth.
You will learn how the .NET remoting architecture provides a means of
establishing and working with secure, distributed enterprise level
applications. You will also build a solid foundation for the development
of remoting, and gain an understanding of client- and server-activated
objects.
Audience:
Experienced more...
Microsoft NET Remoting Using Visual Basic 2005 
...d machine boundaries.
This course covers many aspects of .NET remoting in-depth.
You will learn how the .NET remoting architecture provides a means of
establishing and working with secure, distributed enterprise level
applications. You will also build a solid foundation for the development
of remoting, and gain an understanding of client- and server-activated
objects.
Audience:
Experienced more...
Level 1 NET Security 
...NET revolutionizes application security by providing the framework
for developing secure
Windows and
Web applications. This course teaches
you the basic concepts underlying
Code Access Security, role-based
security, and how to implement security in your applications to protect
your code and your users against attack. This is the first of two courses.
Audience:.NET developers seeking knowledge
more...
Level 2 NET Security 
...NET revolutionizes application security by providing the framework
for developing secure
Windows and
Web applications. This course teaches
you the basic concepts underlying
Code Access Security, role-based
security, and how to implement security in your applications to protect
your code and your users against attack. This is the second of two courses.
Audience:.NET developers seeking knowledge
more...
ADO NET Using Visual Basic 2005 
...NET 2.0 including
connecting to data sources, the various
ADO.NET classes,
stored procedures, parameters, return values, how to
search, sort, and filter data stored in a
DataSet or
DataTable.
Become familiar with strongly typed
DataSets and learn their advantages.
See how to leverage the power of
XML through various means. Examine new
ADO.NET features that support
SQL Server 2005 technologies,
more...
ADO NET Using Visual C 2005 
...NET 2.0 including
connecting to data sources, the various
ADO.NET classes,
stored procedures, parameters, return values, how to
search, sort, and filter data stored in a
DataSet or
DataTable.
Become familiar with strongly typed
DataSets and learn their advantages.
See how to leverage the power of
XML through various means. Examine new
ADO.NET features that support
SQL Server 2005 technologies,
more...
ASP NET Using Visual Basic 2005 
...use
Visual Studio 2005 and
Visual Basic 2005 to build
ASP.NET 2.0 Web pages and
XML Web services.
Examine the new architecture behind
ASP.NET 2.0
and it
'
s new server controls. Configure and deploy ASP.NET
applications. Become familiar with the
debugging and tracing features in Visual Studio 2005 that help you
quickly troubleshoot issues and you will learn how to take advantage
of creating
more...
ASP NET Using Visual C 2005 
...to use
Visual Studio 2005 and
Visual C# 2005 to build
ASP.NET 2.0 Web pages and
XML Web services.
Examine the new architecture behind
ASP.NET 2.0
and it
'
s new server controls. Configure and deploy ASP.NET
applications. Become familiar with the
debugging and tracing features in Visual Studio 2005 that help you
quickly troubleshoot issues and you will learn how to take advantage
of creating
more...
ASP NET Using Visual C 2005 Additional Topics 
...NET 2.0 features that will help you
get the most out of the .NET Framework and make you a better and
more efficient
Visual C# 2005 developer.
Learn how to read and write
XML data using
XML DOM and how to work
with
ASP.NET Profile features and ASP.NET Web
Parts.
Learn how to build mobile applications using Visual C# 2005 so your
clients can get information on their
PDAs and smartphones.
more...
Microsoft Sharepoint 2007 for Developers 
Microsoft
SharePoint 2007 provides a huge range of functionality
including enterprise content management, automation of business
processes, and business intelligence and reporting.
Although
SharePoint is rich in features and capabilities,
it involves common concepts and developer tasks that are universal
to every type of SharePoint project.
Audience:
Individuals with a working understanding of
more...
SQL Server 2005 Administration 
Learn about the features of
SQL Server; how to design and create a
database; and how to build basic queries using
Transact-SQL.
Learn how to build effective views, stored procedures,
triggers, and user-defined functions, using Transact-SQL.
Learn about the new enhancements to the Transact-SQL
programming language including improved support for error handling
and hierarchical queries, and
more...
SQL Server 2005 T-SQL 
Learn how to build basic queries using
Transact-SQL, the language of
SQL Server. Learn how to build effective views, stored procedures,
triggers, and user-defined functions using Transact-SQL.
Learn about the new enhancements to the Transact-SQL programming
language including improved support for error handling and
hierarchical queries, and how programmers can now use .NET languages
like C# and
more...
From R-tech Group
Job oriented oracle,oracle forms,reports, Developer 2000, d2k, software training courses, Chennai, India 




JOB ORIENTED ORACLE / IT TRAINING COURSES OFFERED BY:
R-TECH GROUP,
LTD.
R-TECH IT SOLUTIONS,
PRIVATE LIMITED
#K22,
7TH FLOOR,
SWATHI TOWERS,
DURGA DESHMUG ROAD,
RAJA ANNAMALAIPURAM,
CHENNAI-600 028.
Phone:
044-24936147
Cell:
98406-55144
www.r-techgroup.com
www.r-techitsolutions.com
R-Tech IT Solutions,
Inc., is the premier source for delivering quality computer job oriented training courses.
more...
Java training chennai,Java software training in chennai,Java, training, in chennai,Java training chennai,job oriented or 













R-Tech IT Solutions,
Inc., is the premier source for delivering quality computer job oriented training courses.
With our focused IT /
Software (
Oracle,
Java, VB) training program, students/professionals can open the door
to the job industry. Within less time, students/professionals could enjoy the reward and satisfaction of
a great career.
R-Tech IT Solutions, Inc.(
R-Tech India), is a
more...