Thank you so much Mr Raju. 2 Days of Class is super, worth it! Learned so much in a super short period of time. ...
c++ programming courses online classes on 18th nov to 27th nov.
AUTO CAD 2D COURSES OFFLINE CLASSES ON DEC 1ST AND DEC 8TH
AUTO CAD 3D COURSES ONLINE CLASSES ON NOV14TH AND NOV 15TH
More Info
We are providing courses in 3 different level, Basic, Advanced and Full Course (Basic to Advanced + Project Work).
Course Name | Duration | Entry Requirement | Fee (SGD) |
---|---|---|---|
VB.NET Basic | 16 hrs | Basic computer knowledge | S$590 |
VB.NET Advanced | 16 hrs | Basic VB.NET Programming Knowledge | S$640 |
VB.NET Full Package | 32 hrs | Basic Computer Knowledge | S$1199 |
Objective:
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 an interactive Websites in Microsoft Visual Studio .NET development environment.
Course Content
- Architecture of .Net Framework
- Benefits of .Net framework
- Installing Visual Studio
- Visual Studio IDE
- New features In Visual Studio
- Keywords
- Operators
- Data Types
- Selection statement
- Iteration statements
- Arrays Basic
- Class and Object
- Encapsulation
- Inheritance
- Implementing Polymorphism
- Structures
- Working with Properties, Interface, and Namespace.
- Visual Basic Windows Form Application
- Working with Multiple form
- Message Box
- Input Box
- Dialog Boxes
- The Label Control
- The Textbox Control
- The Button Control
- The progress bar and Timer Controls
- The Radio Button Control
- Introduction to ADO.Net
- Types of Data Binding in Windows Forms
- Simple Binding
- Complex Binding
- Data Binding in Windows Presentation Foundation
Objective:
The objective of this course is to provide students with an understanding about building GUIs for Windows applications. The course helps participants understand the processes involved in software development and object-oriented programming. This is an introductory course that could lead to careers such as software engineer, developer, or game designer. The course covers all major language features including Menu Controls, Events, Delegates and working with Database.
Course Content
- Architecture of WPF
- Type of WPF applications
- Designer & XAML
- Common controls in WPF
- Resources and Styles in WPF
- ADO.Net
- Classes in ADO.Net
- Type of binding in Windows form
- Data binding in WPF applications
- Build -In Interfaces
- Working with ArrayList
- Working with LIST
- Working with Dictionary
- Introduction to LINQ
- LINQ queries
- Standard Query operations in LINQ
- LINQ to Dataset
- LINQ to SQL
- Anonymous types
- Lambda Expression.
- Deployment using windows installer
- Deploying application using Clickonce
- Introduction to Web Service and WCF
- Using a Web Service
- Using a WCF Service
Objective:
The objective of this course is to provide students with an understanding about VB.Net. For this course the student should familiar with the computer. This course presents basic programming and teaches the essential concepts of VisualBasic.net (VB.NET). As an introduction to VB.NET, students will see the basic uses of the programming language, its similarities to the English language (and others), and its flexibility as a programming language. The course helps participants understand the processes involved in software development and object-oriented programming. This is an introductory course that could lead to careers such as software engineer, developer, or game designer. The course participants will also complete a series of hands-on projects covering built in data types, operators, control structures, classes, and objects.
(A Project Work will gives students more fundamentals in VB Programming)
Course Content
- Architecture of .Net Framework
- Benefits of .Net framework
- Installing Visual Studio
- Visual Studio IDE
- New features In Visual Basic
- Keywords
- Operators
- Data Types
- Selection statement
- Iteration statements
- Arrays Basic
- Class and Object
- Encapsulation
- Inheritance
- Implementing Polymorphism
- Structures
- Working with Properties
- Interface
- Namespace
- Visual Basic Windows Form Application
- Working with Multiple forms
- Message Box
- Input Box
- Dialog Boxes
- The Label Control
- The Textbox Control
- The Button Control
- The Progress bar and Timer Controls
- The Radio Button Control
- Architecture of WPF
- Type of WPF applications
- Designer & XAML
- Common controls in WPF
- Resources and Styles in WPF
- ADO.Net
- Classes in ADO.Net
- Type of binding in Windows form
- Data binding in WPF applications
- Build -In Interfaces
- Working with ArrayList
- Working with LIST
- Working with Dictionary
- Introduction to LINQ
- LINQ queries
- Standard Query operations in LINQ
- LINQ to Dataset
- LINQ to SQL
- Anonymous types
- Lambda Expression
- Deployment using windows installer
- DDeploying application using Clickonce
- Introduction to Web Service and WCF
- Using a Web Service
- Using a WCF Service
VB.NET is one of the two most popular languages for writing .NET applications, and a logical choice if your developers already know VB6.
VB.NET is the first fully object-oriented programming (OOP) version of Visual Basic, and as such, supports OOP concepts such as abstraction,inheritance, polymorphism, and aggregation
This course presents basic programming and teaches the essential concepts of VisualBasic.net (VB.NET).
As an introduction to VB.NET, students will see the basic uses of the programming language, its similarities to the English language (and others), and its flexibility as a programming language. The course helps participants understand the processes involved in software development and object-oriented programming.
This is an introductory course that could lead to careers such as software engineer, developer, or game designer.
The course participants will also complete a series of hands-on projects covering built in data types, operators, control structures, classes, and objects.
Course Name | Duration | Entry Requirement | Fee (SGD) |
---|---|---|---|
VB.NET Basic | 16 hrs | Basic computer knowledge | S$590 |
VB.NET Advanced | 16 hrs | Basic VB.NET Programming Knowledge | S$640 |
VB.NET Full Package | 32 hrs | Basic Computer Knowledge | S$1199 |
Time Slot | |||
|
|||
Please call 63360244/96503505 or mail to info.sg@gteceducation.com We also provides flexible timing to meet the customer's requirement |
Request For Brochure
Frequently asked questions
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework supports multiple programming languages in a manner that allows language interoperability, whereby each language can utilize code written in other languages; in particular, the .NET library is available to all the programming languages that .NET encompasses.
What is the difference between VB6 and VB.NETThe greatest change in VB6 and VB.NET is of runtime environment. VB6 used the VB-Runtime while VB.NET uses the .Net Common Language Runtime (.Net CLR). The CLR is much better designed and implemented than VB-Runtime. The CLR uses better code translation through Just in Time compiler while VB-Runtime interprets the code. The CLR Garbage Collector is also more efficient than VB6 one as it may detect cyclic references too.
What are the Principle design features of .NET frame work?
Interoperability
Because interaction between new and older applications is commonly required, the .NET Framework provides means to access functionality that is implemented in programs that execute outside the .NET environment.
Common Language Runtime
The Common Language Runtime (CLR) is the virtual machine component of the .NET Framework. All .NET programs execute under the supervision of the CLR, guaranteeing certain properties and behaviors in the areas of memory management, security, and exception handling.
Language Independence
The .NET Framework introduces a Common Type System, or CTS. The CTS specification defines all possible datatypes and programming constructs supported by the CLR and how they may or may not interact with each other conforming to the Common Language Infrastructure (CLI) specification. Because of this feature, the .NET Framework supports the exchange of types and object instances between libraries and applications written using any conforming .NET language.
Base Class Library
The Base Class Library (BCL), part of the Framework Class Library (FCL), is a library of functionality available to all languages using the .NET Framework.
Simplified Deployment
The .NET Framework includes design features and tools that help manage the installation of computer software to ensure that it does not interfere with previously installed software, and that it conforms to security requirements.
Security
The design is meant to address some of the vulnerabilities, such as buffer overflows, that have been exploited by malicious software. Additionally, .NET provides a common security model for all applications.
Portability
The design of the .NET Framework allows it to theoretically be platform agnostic, and thus cross-platform compatible.
Exceptions are Runtime errors that occur when an unexpected process causes the program to abort. Such kind of situations can be kept at bay using Exception Handling. By looking for potential problems in the code / entity life cycle, we can handle most of the errors that may encountered.
VB.NET
- VB.NET Full PackageRegister now for this training
Testimonials
Fantastic Course, Fantastic Education Centre & very friendly and supportive trainers. Would highly recommend G-TEC for the next course.
Excellent and well planned training program. The Instructor was able to answer the queries confidently. One of the best Java Programming training and ...
"Student teacher ratio is very good. Explanation and doubt clearing was very good and understandable".
"The instructor is friendly and approachable. The course is taught in a detailed and structured way".
"The institution is well organized and show good response. C advance course covered all the relevant topics well".
"The trainer was patient and willing to pass his knowledge on other area as well".
"Next time I want to do another computer course I will definitely consider G-tec".
"The trainer is very patient. He doesn’t mind to keep repeating the same step. I am total new to the Autocad and ...
"The course is great and the trainer is having good knowledge in the topic. It will help me a lot in my upcoming ...
"My experience here was good. I hope that when I will have training I will come here."
"It is interesting for everyone to join the class .Good environment for learning."
"Patient teacher and staff great learning environment with sufficient facilities. Managed to have a thorough knowledge of Java".
"Other institutes don’t co-operate so much if somehow a student is unable to complete the course. But G-TEC has a very co –...
"Easy to understand concise . Friendly staff would recommend joining the course at G-TEC".
"Comprehensive course and cost effective".
"Contents in the Web designing course is detailed and benefited to me in my learning journey. The teachers are nice and helpful. G-TEC ...
" It is easy to follow and help you familiar with the fundamentals of C#.NET".
"G-TEC provides a good trainer qualified. It was a good learning experience in G-TEC for C#.net".
"The Java/J2ee course material was well presented and very helpful for my work. I really got a great amount out of ...
“I will encourage everyone to come for the Ms Office Basic course as the lessons are relevant to work. Teachers are willing to ...
"This is the best institution I found in Singapore. Because here the trainer as well as training was good. The trainers are very ...
"The VB.Net advanced training form G-TEC is very detailed and interesting training. The trainer is patient and willing to share her knowledge. ...
"Singapore is a great place to study and to work.And I'm glad, I came here through G-TEC COMPUTER EDUCATION CENTRE.Apart from ...
"G-TEC Computer Education Centre has provided me a golden opportunity to learn programming in depth and at my own pace. My trainers have ...