Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.
Our Class 2 (Category C) Driver Training – 16 hours course is a great way to move into a new career in logistics and haulage, for paramedic training or to boost your skills. This course will give you all the skills and knowledge to drive a smaller truck, also known as a ‘rigid’, and weighing up to 32 tonnes. It is also ideal for people who need to learn how to drive a Class 2 vehicle as part of their paramedic training or for people who need to be able to drive other larger vehicles, such as horseboxes. About Class 2 (Category C) Driver Training – 16 hours One to one training with our experienced instructors 16 hours driving practice on the road We book your test for: On Road Practical – £115 Reversing Test – £40 CPC Module 4 – £55 What does the course cover? During the course, you will learn: All about the vehicle Reversing manoeuvres How to drive safely on the road amongst other vehicles How to make sure the vehicle is loaded safely and securely How to prevent trafficking of illegal immigrants and other criminality How to assess and deal with emergency situations What will I gain from this Class 2 (Category C) Driver Training – 16 hours training? 16 hours experience on the road before you take your test An understanding of everything you need to know about being an HGV driver Confidence to drive the vehicle on public roads We also offer: In addition to the training itself, we can also help you through the process of getting your licence by helping to book your Theory test HGV Medical CPC Module 2 Case Studies Do you have questions? If you have any questions about HGV training you can find out more on our FAQs page. Alternatively, contact us to talk to a member of our team. Why choose to learn with Hartlip HGV Driving School? You can learn with confidence here at Hartlip HGV, with our 10 years’ experience with HGVs you can be reassured that you are in safe hands. There are hundreds of thousands of vacancies UK-wide in the haulage industry and a great earning potential of up to £50,000 so get started on your HGV Professional Driving journey now. Book your course now or call us for more information. Find out more on gov.uk about becoming an HGV driver.
4 Days of training + Test (Reverse/On-road)
Description Our Class 2 (Category C) Driver Training – 20 hours course is a great way to move into a new career in logistics and haulage, for paramedic training or to boost your skills. This course will give you all the skills and knowledge to drive a smaller truck, also known as a ‘rigid’, and weighing up to 32 tonnes. It is also ideal for people who need to learn how to drive a Class 2 vehicle as part of their paramedic training or for people who need to be able to drive other larger vehicles, such as horseboxes. About Class 2 (Category C) Driver Training – 20 hours One to one training with our experienced instructors 20 hours driving practice on the road We book your test for: On Road Practical – £115 Reversing Test – £40 CPC Module 4 – £55 What does the course cover? During the course, you will learn: All about the vehicle Reversing manoeuvres How to drive safely on the road amongst other vehicles How to make sure the vehicle is loaded safely and securely How to prevent trafficking of illegal immigrants and other criminality How to assess and deal with emergency situations What will I gain from this training? 20 hours experience on the road before you take your test An understanding of everything you need to know about being an HGV driver Confidence to drive the vehicle on public roads We also offer: In addition to the training itself, we can also help you through the process of getting your licence by helping to book your Theory test HGV Medical CPC Module 2 Case Studies Do you have questions? If you have any questions about HGV training you can find out more on our FAQs page. Alternatively, contact us to talk to a member of our team. Why choose to learn with Hartlip HGV Driving School? You can learn with confidence here at Hartlip HGV, with our 10 years’ experience with HGVs you can be reassured that you are in safe hands. There are hundreds of thousands of vacancies UK-wide in the haulage industry and a great earning potential of up to £50,000 so get started on your HGV Professional Driving journey now. Book your course now or call us for more information. Find out more on gov.uk about becoming an HGV driver.
Business Finance Basics 1 Day Training in Aberdeen
Java training course description A comprehensive introduction of the Java language and environment. It is important to note that the course will assume that the delegates are already familiar with the C language as this enables more advanced features of the Java language to be covered in the course. The course will also give an overview of areas related to programming in Java. What will you learn Describe the Java architecture. Write Java applets and applications. Debug Java programs. Examine existing code and determine its function. Use multimedia extensions, the awt, multithreading, exceptions within Java Java training course details Who will benefit: Those wishing to program in Java. Prerequisites: Complete C programming Duration 5 days Java training course contents Review of UNIX fundamentals What is Java? What Java is, history of Java, reasons for success. The Java Virtual Machine, Bytecodes, getting up and running with Java, Java resources. Simple Java applications. C features in Java Java data structures, Java flow control, differences from C, arrays, strings and packages. OO features in Java Java classes and objects, inheritance, overloading, packages. Differences from C++. Java applets Applications vs. applets, HTML, the applet tag, applet methods, life cycle, testing and debugging. Multimedia applets Images, sounds, fonts, colours and animation. Java products The JDK in detail, other development environments. Javabeans and JDBC overviews. Abstract Window Toolkit JFC and Swing versus AWT. Event handling (JDK 1.1), GUIs, panels, buttons, lists, scrollbars, text areas, frames⦠Exception handling and multithreading Handling exceptions. Starting, pausing, stopping threads, producers, consumers, monitoring. More standard classes Java file I/O, Streams, The system class. The networking model, java.net classes. Security and Java Types of attack, the security manager, craplets, securing the network. Integrating legacy code with Java
The NVQ Level 3 is designed to provide both new entrants and those seeking progression in their career, with the opportunity to develop the necessary skills to carry out job roles and responsibilities associated with the installation and maintenance of Electrotechnical systems.
Aspire Consulting and Training Ltd is indisputably at the forefront of Transformative Coachingworldwide. We have a commitment to prepare individuals as coaches to achieve sustainable change for the people around them, so that they are being developed and supporting many types of growth. Achieved through a process of heightening awareness and deepening learning, this differs from other coaching methodologies that employ a tactical or remedial approach more useful in trouble-shooting and problem solving. As people pursue coach training, they want a program with high standard, proven methodology and worldwide recognition. The TAP-C™ Model is a globally delivered program that enhances professional coaching industry standards. Our certification training program offers a fresh, leading edge approach to enable authentic and deliberate change. We offer the ultimate solution to maximise human capital. Businesses are expecting their managers to devote an ever-increasing portion of their time to coach others and this is a trend that will only continue to expand. The challenges have never been greater for achieving results through people, and coaching will remain a vital leadership skill for the decades to come. A proven strategy for creating sustained growth, coaching enables superior performance of individuals, teams, and whole organisations. The TAP-C™ Model is not just a new methodology or trend; it is more of a tool that drives a positive change. It helps people gain clarifications through meaningful conversations. It promotes learning by stimulating people to think through about their situation and urges them to take initiatives. Coaching is all about making people realise what needs to be modified and offer them appropriate support to bring about a change. "Coaching is about influencing individuals to make conscious, empowered decisions to become leaders in their own lives. It is a process that occurs in a special conversation that enables learning and development and thus improves performance. It is a way of working with people that leaves them more competent and more fulfilled so that they are more able to contribute and find meaning in what they are doing." Jay Acharya The TAP-C™ Model incorporates a blend of coaching, mentoring and counselling, that, although considered different, share some key characteristics and skills to always support positive outcomes. Coaching involves the belief that the individual has the answers to their own problems within, and need the focus to unlock their own potential. Mentoring is like coaching, with a general agreement that a mentor can partner in some way to help expedite any decision making. Counselling is closer to a therapeutic intervention. Focusing on past situations and identify ways to overcome barriers, that may be internal or external. Our TAP-C™ Model therefore truly incorporates what we know to be an Influencing and Empowered approach to Coaching in the following way: We will explore the supporting principles of a coach and the guiding principles of a mentor, by using practical methods to help you become more effective and confident. The purpose of this training to improve your performance at the same time of improving other abilities and create a cultured and productive working atmosphere. The core objective of the course is to enable you to set and achieve organisational, departmental and personal goals, by communicating clearly with their teams, managing time more effectively and prioritising work so that achieving an organisational strategy is more of a fluid approach. Aims and Objectives The sessions focus on the theoretical aspects of empowering people in an organisation, by increasing the awareness of current competencies and abilities. The programme will meet all the objectives outlined below: Gain a greater understanding of organisational activities How the TAP-C™ Model can be used to develop a person and a team Establish how to know when to be a coach, mentor and councillor The behaviour’s of being a confident coach How to help a person recognise their strengths and developmental areas How to create and develop an empowered structured organisation
Aspire Consulting and Training Ltd is indisputably at the forefront of Transformative Coachingworldwide. We have a commitment to prepare individuals as coaches to achieve sustainable change for the people around them, so that they are being developed and supporting many types of growth. Achieved through a process of heightening awareness and deepening learning, this differs from other coaching methodologies that employ a tactical or remedial approach more useful in trouble-shooting and problem solving. As people pursue coach training, they want a program with high standard, proven methodology and worldwide recognition. The TAP-C™ Model is a globally delivered program that enhances professional coaching industry standards. Our certification training program offers a fresh, leading edge approach to enable authentic and deliberate change. We offer the ultimate solution to maximise human capital. Businesses are expecting their managers to devote an ever-increasing portion of their time to coach others and this is a trend that will only continue to expand. The challenges have never been greater for achieving results through people, and coaching will remain a vital leadership skill for the decades to come. A proven strategy for creating sustained growth, coaching enables superior performance of individuals, teams, and whole organisations. The TAP-C™ Model is not just a new methodology or trend; it is more of a tool that drives a positive change. It helps people gain clarifications through meaningful conversations. It promotes learning by stimulating people to think through about their situation and urges them to take initiatives. Coaching is all about making people realise what needs to be modified and offer them appropriate support to bring about a change. "Coaching is about influencing individuals to make conscious, empowered decisions to become leaders in their own lives. It is a process that occurs in a special conversation that enables learning and development and thus improves performance. It is a way of working with people that leaves them more competent and more fulfilled so that they are more able to contribute and find meaning in what they are doing." Jay Acharya The TAP-C™ Model incorporates a blend of coaching, mentoring and counselling, that, although considered different, share some key characteristics and skills to always support positive outcomes. Coaching involves the belief that the individual has the answers to their own problems within, and need the focus to unlock their own potential. Mentoring is like coaching, with a general agreement that a mentor can partner in some way to help expedite any decision making. Counselling is closer to a therapeutic intervention. Focusing on past situations and identify ways to overcome barriers, that may be internal or external. Our TAP-C™ Model therefore truly incorporates what we know to be an Influencing and Empowered approach to Coaching in the following way: We will explore the supporting principles of a coach and the guiding principles of a mentor, by using practical methods to help you become more effective and confident. The purpose of this training to improve your performance at the same time of improving other abilities and create a cultured and productive working atmosphere. The core objective of the course is to enable you to set and achieve organisational, departmental and personal goals, by communicating clearly with their teams, managing time more effectively and prioritising work so that achieving an organisational strategy is more of a fluid approach. Aims and Objectives The sessions focus on the theoretical aspects of empowering people in an organisation, by increasing the awareness of current competencies and abilities. The programme will meet all the objectives outlined below: Gain a greater understanding of organisational activities How the TAP-C™ Model can be used to develop a person and a team Establish how to know when to be a coach, mentor and councillor The behaviour’s of being a confident coach How to help a person recognise their strengths and developmental areas How to create and develop an empowered structured organisation
MEF Carrier Ethernet training course description The course progresses from a overview of the Carrier Ethernet service and how it works onto looking at the concepts in depth. Service attributes and management follow with the course finishing with studies of practical Carrier Ethernet. What will you learn Discuss and understand key Carrier Ethernet Concepts. Understand tasks related to designing, deploying and maintaining a Carrier Ethernet network. Offer effective solutions to implementing a Carrier Ethernet enterprise network given available customer resources and requirements. Carry out informed discussions using industry Carrier Ethernet 'vocabulary. Pass the MEF CECP 2.0 professional accreditation exam. MEF Carrier Ethernet training course details Who will benefit: Anyone working with Carrier Ethernet Prerequisites: The course attendees need to be conversant with data networks, as well as Ethernet and IP technologies. Duration 5 days MEF Carrier Ethernet training course contents Section One: Introduction to Carrier Ethernet Introduction to Carrier Ethernet: What is Carrier Ethernet? Evolution, advantages, The MEF, MEF specifications; UNI, EVC, OVC, EPL/EVPL, EP-LAN/ EVP-LAN, EP-Tree/EVP-Tree, etc, overview. How Carrier Ethernet Works: Service Frame Handling. Carrier Ethernet at Customer Premises, metro and core. Carrier Ethernet Workings, UNI attributes, Service Attributes (EVC and EVC per UNI attributes), Bandwidth Profiles, service multiplexing, L2 protocol processing; Carrier Ethernet equipment, CPE, aggregation and homing nodes, core equipment; management systems. The Setting Up of a Carrier Ethernet Service: Step 1: Choose service type, EPL/EVPL, EP-LAN/EVP-LAN, EPTree/EVP-Tree, EVLine...; Step 2: CPE tasks, UNI-C tasks (UNI attributes, service attributes (EVC and EVC per UNI) and bandwidth profiles), UNI-N tasks (L2 protocol handling). Step 3: Non-CPE tasks, Access, metro and core connections set up. Section Two: Carrier Ethernet Concepts in depth Carrier Ethernet Definitions in Depth: UNI, UNI I & II, UNI-N and UNI-C, etc.; NNI/ENNI; EVC; OVC, OVC type (P2P, M2M, Rooted MP), OVC end point (root, leaf, trunk), OVC end point map, OVC end point bundling; Service types in detail, EPL/EVPL, EP-LAN/EVP-LAN, EP-Tree/EVP-Tree, EVLine, Access EPL, Access EVPL . Carrier Ethernet Service Frame Handling: Unicast, multicast and broadcast frame delivery, Tagged, untagged and priority; Tagging, C and S-Tags, 802.3, 802.1d, 802.1q, 802.1ad, 802.1ah evolution, VLAN ID translation/preservation. CoS preservation. Other Key Carrier Ethernet Concepts: MTU, MTU at UNI, MTU at ENNI; Physical Layer Attributes, FE, GbE and 10GbE, Service Multiplexing and Bundling Concept and detail, rules and implications; Hairpin Switching Managing Bandwidth in a Carrier Ethernet Network: Token Bucket Algorithm, EIR, CIR, CBS, EBS, Coupling Flag; Frame Colors, recoloring, Color Awareness attribute, Color Forwarding; Bandwidth Profiles, rules and concepts. MEF CoS identifiers, DEI bit (in S-Tag), PCP bit (in C-Tag or S-Tag), or DSCP (in IP header), Multiflow bandwidth concepts; CoS Label/Color Identification. Section Three: Carrier Ethernet Service Attributes Overview: Carrier Ethernet 2.0; Blueprint C Service Attributes: Per UNI, Physical interfaces, Frame format, Ingress/egress Bandwidth Profiles, CEVLAN ID/EVC Map, UNI protection. EVC per UNI, Ingress/egress Bandwidth Profiles, etc.; Per EVC, CEVLAN ID Preservation, CoS ID Preservation, Relationship between SLA and SLP, Class of Service, etc. OVC, ENNI, OVC End Point per UNI and OVC End Point per ENNI, Ingress/egress bandwidth profiles, etc. Section Four: Managing Carrier Ethernet Networks Overview: MEF Service Lifecycle.Carrier Ethernet maintenance: Port, Link & NE failure, Service Protection Technologies, Fault Identification and Recovery, LAG, Active/Standby EVC, Single EVC with transport protection, G.8031, G.8032, MPLS FRR. SOAMs: Connectivity fault management, connectivity Monitoring, Loopback, Linktrace; Performance Management, Frame Delay, Inter Frame Delay Variation, Availability, Frame Loss Ratio, Resiliency, HLI, DMM, DMR, SLM, SLR; Key Concepts, Single vs dual ended, ordered UNI pair calculations. LOAMs: Link discovery, link monitoring, etc. Terminology and Concepts: MEG levels, MIPs. Section Five: Practical Carrier Ethernet Carrier Ethernet Transport Technologies:Layer 1: SDH. Layer 2: Bridging, provider bridging, PBB, PBBTE. Layer 2.5: MPLS VPWS, MPLS VPLS, MPLS-TP. Carrier Ethernet Access Technologies: fiber, SDH, active fiber, PON, GPON, 10G PON, OTN, WDM; copper, PDH, G-SDSL, 10Pass-TS, HFC; packet radio. Optimising mobile backhaul with Carrier Ethernet Key challenges solutions: Market pressure, LTE evolution, elements and architecture (RAN BS, NC, GWIF.), synchronization, bandwidth management. Circuit Emulation over Ethernet: Purpose, needs and applications. Synchronization: Phased, ToD, External Reference source, SynchE ,NTP, IEEE-1588 v2/ PTP, ACR; MEF Service Definitions for emulated circuits. Applying what you know: Practical examples and scenarios, Carrier Ethernet solutions; Practice Scenarios, Given a scenario, determine appropriate Ethernet services