Home Site Map Contact Us Feedback Sign Up  
 
      Universities  
          Schools  
       Admission  
          Career  
           CATS  
     Study Abroad  
       Edu. Loans  
         Contests  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
COMPUTER TRAINING
COMPUTER COURSES COMPUTER TRAINING CENTRES
COMPUTER COURSES
INTERNET COURSES CREATIVE COURSES PROGRAMMING COURSES HARDWARE COURSES MS OFFICE & FINANCIAL ACCOUNTING COURSES
PROGRAMMING COURSES
C and C++ Visual C++
C# Visual Basic & Advanced Visual Basic
VB Script VB.Net
ASP ASP.Net
XML XML.Net
XML WEB SERVER (.NET) Oracle
Oracle Certificate Professional Database ORACLE 9i DBA
SQL Server 2000 PHP & MySQL
Java Development Kit(JDK) JavaScript
JDBC & JavaBeans Java-Servlet
JSP J2EE
 
C
C is a general purpose Programming Language. C has proven to be a pleasant, powerful, and versatile language for a wide variety of programs. Many of the modern languages like C++, Visual C++, Java, JavaScript, etc. are based on C Language. Therefore, not knowing this Language is considered to be a handicap. The fundamental types are characters, and integers and floating-point numbers of several sizes. Pointers provide for machine independent address arithmetic.
TOPICS COVERED IN C
 * Basic Structure of C, Constants, Variables, Data types & Keywords, Operators, Expression,     Conditional Operators.
 * Decision, Loop & Switch Control Statement.
 * Arrays & String Handling, Creating Functions in C.
 * Introduction to Pointers in C.
 * Passing Pointers as Arguments to Function.
 * Structure, Union, File Handling Dynamic Allocation of Memory.
 * Introduction To Linked List Basics .
SALIENT FEATURES OF C
 * C is a general purpose Structured Language that is powerful, efficient and compact.
 * C is a combination of High level language and Assembly language that's why its good for man     & assembler.
 * C is a robust language whose rich set of built-in functions and operators can be used to write     any complex program.
 * C is a portable language.
 * C provides a variety of data types.
 * In addition, there is a hierarchy of derived data types created with pointers, arrays,     structures, and unions.
 * Programming in C is efficient & fast because of its data types and various operators.
Applications of C
90% of UNIX Operating System is written in C Language.
Top
C++
C++ is an Object Oriented Programming Language that is powerful, efficient and compact. It includes concepts like Polymorphism, Dynamic Binding, Data hiding, Operator encapsulation and inheritance, which are to be observed in C. User defined objects (instances) can be reused with and without modifications to generate new application. This reduces coding to greater extents.
TOPICS COVERED IN C++
   * Introduction to Object Oriented Programming (C++).
   * Tokens, expression, data types & control structure.
   * Introduction to Classes, Objects, Constructor & Deconstructor.
   * Functions in C++.
   * Function overloading, operator overloading.
    * Inheritance, multiple & multilevel inheritance.
   * Introduction to virtual functions, classes & polymorphism.
   * File operations using fstream classes.
   * Exception Handling.
   * Introduction to Templates.
SALIENT FEATURES OF C++
  *  For file accessing, you can use file objects to open or manipulate a file.
  *  C++ is a Robust language whose rich set of built-in function and operator can be used to       reduce complexity of program.
  *  C++ is also a Portable language.
Top
Visual C++
Visual C++ is a front end tool to create Windows applications like accounting, financial packages, etc.  It also allows to create icons and includes many graphical tools.
TOPICS COVERED IN VISUAL C++
   *  MFC (Microsoft Foundation Classes) and component technology.
   *  MFC Architecture.
   *  Using Developer Studio.
   *  Debugging & Error Handling.
   *  Creating basic Windows GUI components like Windows, toolbar, menubar,  status bar,        icons, dialog box, dialog bar etc.
   *  Implementing view classes.
   *  Introduction to Socket Programming.
   *  Introduction & creation of Active-X.
   *  Introduction to multithreading.
   *  Creation of DLL (Data Link Library).
   *  Creating Database applications using DAO & ODBC classes.
APPLICATIONS OF C++
   * Visual C++ is used to create basic Windows components including Menubar, Toolbar, Status       bar using MFC (Microsoft Foundation Classes).
      e.g. Windows 3.1 & Windows '95/98 operating systems are Developed in Visual C++.
   * It is also used to develop database applications using ODBC (Open Database Connectivity)       and DAO (Data Access Objects).
Top
C#
This is a fast paced, in depth course on development with the C# .NET language. The course focuses on the fundamentals of the C# .NET language, as well as important topics such as error handling and debugging, object oriented design, and data access.
SALIENT FEATURES OF C#
  * A brief history of .NET
  * Backbone of .NET framework
APPLICATIONS OF C#
  * Web solutions.
Top
VISUAL BASIC
Visual Basic is front end tool used to create forms through which user input can be accepted. It can take any type of Database Management system as Back end.
SALIENT FEATURES OF VISUAL BASIC
  * It has readymade tools which helps in creating user-friendly applications.
  * Visual Basic forms can include components like label, text-area, combo box, list box, images      etc.
  * Event handling procedures are comparatively easier.
  * Understanding and Implementing COM Technology.
  * Creating Web based Applications.
TOPICS COVERED IN VISUAL BASIC
  *  Introduction to VB 6.0
  *  VB environment (I):-
      To introduce the VB integrated development environment and its components.
  *  Programming fundamentals:- Language component, Data types in VB, Variables, Constants,       Arrays, User defined type, code component, procedure & function, control structures.
      Type conversion, String manipulation, MDI, Menu, Debugging & error handling, working with       files (Random access, sequential, binary).
  *  Basic Controls:- Introduces various controls that can be used while designing the user       interface screens in VB.
  *  Concept of OLE, DDE
  *  Advanced Controls:- Introduces controls like TreeView, Tabs, MSFleXHGrid that can be used       to make the user interface more effective.
  *  Accessing databases:- Database fundamentals, Understanding the Jet Database Engine.       Using database controls - DAO and ADO.
  *  ODBC Technology:- Most databases support ODBC that can be accessed by using VB.
  *  Using the VB programming language to access the database.
  *  Reports in VB:- Data reports.
  *  Implementing Object Oriented features in VB.
  *  COM Technology:- Understanding the concept of COM. Implementing COM using Classes and       ActiveX  Controls.
  *  Creating a Setup program, working with Packaging and Deployment tools
  *  Creating ActiveX Documents:- EXE and DLL.
Top
Advanced VB
  *  Overview of Component Development
  *  What is a Component?
  *  SCOM/DCOM Architecture
  *  COM Interfaces
  *  Different COM Threads
  *  Programming with COM
  *  Generation of GUIDES, Registry and COM
  *  Native Code and P-Code Compilation
  *  Using and Building ActiveX controls
  *  Distributed COM (DCOM) Fundamentals
  *  Programming with DCOM using MTS.
  *  Transactional Consistency in MTS.
  *  Creating Web Based Applications:- IIS and DHTML.
  *  Overview of Windows DNA
  *  Windows API
  *  Crystal Reports
Top
VB Script
VBScript is a script based programming language which supports the development of both client and server. It is extensively used for ASP Programming.
TOPICS OF VB SCRIPT
  * VBScript values, names and literals.
  * VBScripts expressions and operators VBScript looping and decision structures.
  * Exploring Objects, Events, Methods and Properties Validating Data using VBscript.
  * Working with Document, Window, Location, History, Navigation, Anchor, Link.
  * Form Objects Working with ActiveX Controls.
Top
VB.NET
VB.Net is the backbone of .Net framework & contains the ingredients of .Net.
SALIENT FEATURES OF VB. NET
   * A brief history of .Net
   * Backbone of .Net framework
   * The ingredients of .NET
   * The .NET & web classes
   * Web Services and the next-generation Internet
   * Integration which more than 20 languages
   * Compatibility with commerce server & Biztak Server
APPLICATIONS OF VB. NET
   *  Web solution
   *  Net security
   *  ERP solution
Top
ASP
Microsoft Active Server Pages (ASP) is a server-side scripting environment that you can use to create interactive Web pages and build powerful Web applications. When the server receives a request for an ASP file, it processes server-side scripts contained in the file to build the Web page that is sent to the browser. In addition to server-side scripts, ASP files can contain HTML (including related client-side scripts) as well as calls to COM components that perform a variety of tasks, such as connecting to a database or processing business logic.
SALIENT FEATURES OF ASP
   * ASP Embedded To HTML : Previously, to process user input on the Web server you would       have had to learn a language such as Perl or C to build a conventional Common Gateway       Interface (CGI) application. With ASP, however, you can collect HTML form information and       pass it to a database using simple server-side scripts embedded directly in your HTML       documents.
   * Language-neutral : If you are skilled at a scripting language such as VBScript, JScript, or       PERL, you already know how to use Active Server Pages
   * ASP & COM : User can develop his own COM components and port those components within       the ASP program code. This can be well implemented for complex web applications.
APPLICATIONS OF ASP
   * Development of Web applications like Business to Customer and Customer to Business sites.
   * Development of Complex server-side applications with COM and XML embedded with it.
TOPICS COVERED IN ASP
   * Web Applications: An Overview: Introduces the IIS programming model.
   * Design Decisions: Describes several key issues you should consider in designing web       applications.
   * Accessing Data with ASP: Introduces data access from a Web page with Microsoft®       ActiveX® Data Objects (ADO).
   * Processing Transactions: Outlines how IIS and Component Services, available with Microsoft       Transaction Server work together to provide Web-based transactions.
   * Security Ramifications for IIS Applications: Introduces the issues Web developers face when       accessing and providing secure data.
   * Development Technologies: Reviews some of the more recent Web technologies, such as       XML and Dynamic HTML.
   * Building Components for ASP: Reviews the development cycle for building components to be       used by ASP.
   * Maintaining State : Use of Session and Application objects .
   * Storing Information on User's Machine: Use of Cookies.
   Top
ASP. Net
The Internet has revolutionized the way organizations think about application development and deployment. The leap from traditional client-server development to web base development takes more than accessing data through a browser.
SALIENT FEATURES OF ASP. Net
  * ASP.NET helps to develop web-based applications with high performance and scalability.
  * Develop web-based applications using ASP.NET
  * Apply client-side and server-side programming, DHTML, scripting.
  * Analyze the performance issues involved in developing applications on the net.
  * Evaluate the use of client-side scripting vs. server-side scripting.
  * Develop applications using ASP.NET, XML and databases.
  * Obtain and process information about server, clients, and users.
  * Keeping track of client interactions.
  * Develop and deploy applications using Microsoft InterDev and Studio.
 APPLICATIONS OF ASP.Net
  * Web-based Programming. Web application development concepts, issues, and protocol.      Server-browser interaction.
  * HTML. Overview of HTML capabilities, tags, formatting, writing forms and scripts.
  * HTTP Protocol. The protocol, methods, data transfer and queries.
  * DHTML. DOM, CSS2, attributes, events, netscape and IE extensions.
  * Scripting. Overview of VBScript, JavaScript, document objects.
  * ASP.NET. Why ASP.NET? Server and ASP.NET, Writing ASP.NET pages, IIS and ASP.NET
  * ASP.NET Object Model. Classes in the ASP.NET object model. Functionality and features.
  * Using InterDev. Creating projects, development and deployment using InterDev.
  * ASP.NET Facilities. Interaction with server, tracking sessions with cookies, and session      objects.
  * ASP.NET Interactions. Interacting with other pages, forwarding and including.
  * Performance Techniques. Caching, refreshing, client pull, buffering, issues.
  * Managing Applications. The concept of an application in ASP.NET, Application objects.
  * Database Access. ASP.NET and ADO, database access.
  * Security. Security issues and concepts, authorization techniques, SSL.
  * Other Technologies. Comparison to other technologies like CGI, JSP.
  * XML and ASP.NET. Using XML with ASP.NET. XML for performance and ease of development.
   Top
Extensible Markup Language (XML)
XML stands for eXtensible Markup Language . It has evolved from a more generalized markup language known as SGML (Standard Generalized Markup Language). SGML is a very complex language mainly used in big government departments, companies and army for storing and transferring large volume of data in electronic form. Since SGML was too cumbersome for use in smaller establishments, XML was developed which contains all the salient features of SGML sans its complexity. 
SALIENT FEATURES OF XML
XML allows you to give a name to each component of your data.It is a markup language that can run on any platform, operating system, or environment.It is designed to provide developers with a mechanism to better describe their content. XML may become a way for databases from different vendors to exchange information across the Internet.
APPLICATIONS OF XML
  * Structured records, such as a purchase order.
  * An object with data and methods, such as the persistent form of a Java object or ActiveX      control.
  * A data record, such as the result set of a query.
  * An application's user interface or other forms of graphical presentation.
TOPICS COVERED IN XML
  * Introduction to Xml
  * Xml Basic: Dtds and Document.
  * Dtd Structures: Element Declarations, Attribute-List Declarations.
  * Document Structures: Prolog, Document elements.
  * XLinks and XPointers in Xml.
  * Xml Processer.
  * Using Xsl.
  * Validating Xml Documents.
   Top
XML.Net
Teaches developers how to program with XML in the Microsoft® .NET Framework in order to build Microsoft Windows® or Web-based integrated applications that are easier to build, scalable, and flexible .
   Top
XML WEB SERVER (.NET)
The goal of this course is to provide students with the knowledge and skills that are required to develop Extensible Markup Language (XML) Web services-based solutions to solve common problems in the distributed application domain. The course focuses on using Microsoft Visual Studio® .NET and Microsoft ASP.NET to enable students to build, deploy, locate, and consume Web services. This course is intended for experienced software developers who have previously built component-based applications.
      Top 
Oracle Database Administrator
Oracle is a Relational Database Management System(RDBMS). Oracle is the latest technology, today's system Designers and Developers can build 21st century enabled applications.  
Oracle has also demonstrated a continuous ability to build products that help us exceed the demands of the information enabling age we live in.
SALIENT FEATURES OF ORACLE DATABASE ADMINISTRATOR
  * Oracle has sophisticated security mechanisms control access to sensitive data by an     assortment of privileges.
  * Oracle provides sophisticated backup & recovery routines. Backup creates a second copy of      Oracle Data, recovery restores a copy of data from back up.
  * Oracle provides flexible space management. It has special abilities that are capable of      handling very large databases.

  * Oracle provides open connectivity to & from other vendor's software.
  * Oracle server supports a wide range of Development tools, end user query tools, off the shelf      applications & office wide information tools.
APPLICATIONS OF ORACLE DATABASE ADMINISTRATOR
   * Education Industry
  * Software Development Industry
  *
Data warehouse and maintenance
  *
Domestic Air Services
  *
Production Industry
  *
Banking Industry
Top
Source : compufield.com
 
   Computer Training
 
   Personality Development
 
   Conversion Calculator
 
   Competitive Exams
 
   Distance Learning
 
   Publishers
 
   I Q Test
 
   Results