
We are providing courses in 3 different level, Basic, Advanced and Full Course (Basic to Advanced + Project Work). Please click the course name to see the details:
Basic knowledge in Programming
The course is mainly for those who are having basic knowledge in programming. The course covers all the fundamental skills that are required to design and develop object-oriented applications for the Web and Microsoft Windows by using Microsoft Visual C# .NET and the Microsoft Visual Studio .NET development environment. Why read 1000 pages, when you can just watch & learn?
C# programming Basic | |
Fee S$640 |
|
Duration 20hrs |
|
Entry Requirement Basic Computer Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Introduction .NET Framework and Visual Studio - Introduction, Architecture of .NET Framework , Components –CLR, CTS, CLS, ASP.NET and ASP.NET AJAX, ADO.NET, WPF, WCF, WF, LINQ, Features of Visual Studio , Installation of Visual Studio , Types of Visual Studio Applications
Getting Started with C# - Features of C# , Variables, Properties, Keywords, Data Types, Expressions and Operators, Type Conversions, Creating Enumerations, Arrays
Working with Control Flow Statements and Exception- Introduction, Working with Statements -The Selection Statements, Iteration Statements or Loops, The Jump Statements, Exception Handling
Understanding Object-Oriented Programming Concepts - Introduction Working with Classes and Objects, Introducing Access Modifiers, Working with Methods, Working with Constructors and Destructors, Working with Partial Classes, Working with Static Classes, Encapsulation, Inheritance, Working with Abstract Classes, Implementing Polymorphism, Structures, Working with Properties, Interfaces, Namespaces
Introducing Windows Forms- Common Operations on Windows Form, Handling Common Events for Windows Forms and Controls, Controls in Windows Forms
Working with Data and ADO.NET - Introducing ADO.NET, Types of Data Binding in Windows Forms
Basic knowledge in object Oriented Programming
The objective of this course is to provide students with an understanding about building GUIs for web-based applications and web services. Another objective is to teach students how to develop computer applications under Visual Studio Environment, with an emphasis on the correct application of object-oriented methods. The course covers all major language features including object oriented concepts, Windows Forms programming, ADO.Net. We are also covering LINQ, WCF and Web Services.
C#.NET Advanced | |
Fee S$740 |
|
Duration 20hrs |
|
Entry Requirement Basic C# Programming Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Introducing Windows Presentation Foundations- Introduction, The Architecture of WPF , Components, Types of WPF Applications, The WPF Designer, XAML and WPF, Common Controls in WPF , Resources and Styles
Working with Data and ADO.NET - Introducing ADO.NET, Basic Operations in ADO.NET, Types of Data Binding in Windows Forms, Data Binding in Windows Presentation Foundation.
Introducing Language-Integrated Query – Introduction, LINQ Queries Executing a Simple LINQ Query, The Standard Query Operators, LINQ to ADO.NET LINQtoSQL, LINQ to Dataset, Anonymous Methods, Lambda Expressions
Deploying Visual C# Application, Windows Workflow Foundations - Workflow Principles, Components of Windows Workflow Foundation, Developing a Simple Workflow Application, Implementation, Using Workflows with Other Applications, Web Service and WCF Service
Basic knowledge in computer
The objective of this course is to provide students with an understanding about C#. For this course the student should familiar with the computer. The course covers all major language features including object oriented concepts, Windows Forms programming, ADO.Net. We are also covering LINQ, WCF and Web Services. At the end of the course we are providing a Project Work (Case Study), so the students will get in -depth knowledge of the implementation of the Programming concept in real world applications.
C#.NET Full Package | |
Fee S$1350 |
|
Duration
40hrs |
|
Entry Requirement Basic Computer Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Introduction .NET Framework and Visual Studio - Introduction, Architecture of .NET Framework , Components –CLR, CTS, CLS, ASP.NET and ASP.NET AJAX, ADO.NET, WPF, WCF, WF, LINQ, Features of Visual Studio , Installation of Visual Studio , Types of Visual Studio Applications
Getting Started with C# - Features of C# , Variables, Properties, Keywords, Data Types, Expressions and Operators, Type Conversions, Creating Enumerations, Arrays
Working with Control Flow Statements and Exception- Introduction, Working with Statements -The Selection Statements, Iteration Statements or Loops, The Jump Statements, Exception Handling
Understanding Object-Oriented Programming Concepts -Introduction Working with Classes and Objects, Introducing Access Modifiers, Working with Methods, Working with Constructors and Destructors, Working with Partial Classes, Working with Static Classes, Encapsulation, Inheritance, Working with Abstract Classes, Implementing Polymorphism, Structures, Working with Properties, Interfaces, Namespaces
Introducing Windows Forms- Common Operations on Windows Form, Handling Common Events for Windows Forms and Controls, Controls in Windows Forms
Working with Data and ADO.NET - Introducing ADO.NET, Types of Data Binding in Windows Forms,
Introducing Windows Presentation Foundations- Introduction, The Architecture of WPF , Components, Types of WPF Applications, The WPF Designer, XAML and WPF, Common Controls in WPF , Resources and Styles
Working with Data and ADO.NET - Introducing ADO.NET, Basic Operations in ADO.NET, Types of Data Binding in Windows Forms, Data Binding in Windows Presentation Foundation.
Introducing Language-Integrated Query – Introduction, LINQ Queries Executing a Simple LINQ Query, The Standard Query Operators, LINQ to ADO.NET LINQtoSQL, LINQ to Dataset, Anonymous Methods, Lambda Expressions
Deploying Visual C# Application, Windows Workflow Foundations - Workflow Principles, Components of Windows Workflow Foundation, Developing a Simple Workflow Application, Implementation, Using Workflows with Other Applications,
Web Service and WCF Service
Course Name | Duration | Entry requirement | Fee(SGD) |
C# Programming (Basic) | 20 hrs | Basic Computer Knowledge | 640 |
C#.NET (Advancd) | 20 hrs | Basic C# Programming Knowledge | 740 |
C#.NET (Full Package with Project Work) | 40 hrs | Basic Computer Knowledge | 1350 |
Time Slot | |||
Please call 63360244/96503505 or mail to info.sg@gteceducation.com.We also provides flexible timing to meet the customer's requirement, |
|||
C# is a computer programming language created by Microsoft Corporation for their .NET Framework. C# is in the C language family; but, C# is a direct descendant of the Java language from Sun Microsystems. Also, C# borrows from the Delphi language.
C# is pronounced as see-sharp. C# is a modern, object-oriented language designed to enable developers to quickly create a wide range of applications for the .NET platform. The primary designers of C# were Anders Hejlsberg and Scott Wiltamuth. But, C# was and is a team effort.
The Microsoft .NET Framework is a platform for building, deploying, and running Web Services and applications. It provides a highly productive, standards-based, multi-language environment for integrating existing investments with next-generation applications and services as well as the agility to solve the challenges of deployment and operation of Internet-scale applications. The .NET Framework consists of three main parts: the common language runtime, a hierarchical set of unified class libraries, and a componentized version of Active Server Pages called ASP.NET.
There are three options open to the Windows developer from a C++ background:
Each of these options has merits, depending on the developer and the application, but for most general purpose applications C# is a much more productive environment than C++. Where existing C++ code must be used with a new application, the existing code can be wrapped using C++/CLI to allow it to interop with C#.
Features of C# which is not in Java
Features of Java which is not in C#