Course Overview:

TechNow’s Course provides existing .NET developers with practical information and labs that enables them to build solutions on the Microsoft SharePoint 2010/2013 platform.

Attendees to MS-10175: Developing & Customizing Applications for Microsoft SharePoint 2010/2013 will receive TechNow approved course materials and expert instruction.

Date/Locations:

No Events

Duration: 5 days

Course Objectives:

  • Introduction to SharePoint 2010/2013 Development Platform
  • Using SharePoint 2010/2013 Developer Tools
  • Developing SharePoint 2010/2013 Web Parts
  • Working with SharePoint Objects on the Server
  • Creating Event Receivers and Application Settings
  • Developing Solutions by Using Business Connectivity Services
  • Developing SharePoint 2010/2013 Workflows
  • Working with Client-based APIs for SharePoint 2010/2013
  • Developing Interactive User Interfaces
  • Developing Silverlight Applications for SharePoint
  • Developing Sandboxed Solutions
  • Working with SharePoint Server Profiles and Taxonomy APIs
  • Developing Content Management Solutions

    Prerequisites:

    • An understanding of the problem-solving techniques that apply to software development
    • Approximately 12 months experience with ASP .NET 3.5 with Visual Studio 2008 (or later)
    • Approximately 1 month development experience with SharePoint 2007 or SharePoint 2010/2013 and VS2010/2013 (includes beta releases) creating code that interacts with the SharePoint Sever-side APIs
    • Experience performing end user tasks with SharePoint 2007 or SharePoint 2010/2013 and an understanding of the purpose and use of the following:
      • Lists
      • Documents and Libraries
      • Personalizing an SP Page/Site
      • Using MySites
      • Using SharePoint Designer

    Comments

    Latest comments from students


    User: kelleyd10

    Instructor comments: Clay was / is an outstanding instructor. He was very flexible in what the class needed. He was very accommodating and resourceful in answering the class questions. Clay's teaching style is greatly appreciated.

    Facilities comments: Were good


    User: dennij

    Instructor comments: Very professional and knowledgeable. Available before and after class.

    Facilities comments: Location was nice but too far from Lackland.


    Liked the class?  Then let everyone know!

     

    Course Overview:

    In this course, the students will implement various data platform technologies into solutions that are in-line with business and technical requirements, including on-premises, cloud, and hybrid data scenarios incorporating both relational and NoSQL data. They will also learn how to process data using a range of technologies and languages for both streaming and batch data.

    The students will also explore how to implement data security, including authentication, authorization, data policies, and standards. They will also define and implement data solution monitoring for both the data storage and data processing activities. Finally, they will manage and troubleshoot Azure data solutions which includes the optimization and disaster recovery of big data, batch processing, and streaming data solutions.

    TechNow has worked worldwide enterprise infrastructures for over 20 years and has developed demos and labs to exemplify the techniques required to demonstrate cloud technologies and to effectively manage security in the cloud environment.

    Attendees to DP-200: Implementing an Azure Data Solution will receive TechNow approved course materials and expert instruction.

    Date/Locations:

    No Events

    Course Duration: 4 days

    Course Outline:

    • Azure for the Data Engineer
    • Working with Data Storage
    • Enabling Team Based Data Science with Azure Databricks
    • Building Globally Distributed Databases with Cosmos DB
    • Working with Relational Data Stores in the Cloud
    • Performing Real-Time Analytics with Stream Analytics
    • Orchestrating Data Movement with Azure Data Factory
    • Securing Azure Data Platforms
    • Monitoring and Troubleshooting Data Storage and Processing

    Prerequisites :

        • In addition to their professional experience, students who take this training should have technical knowledge equivalent to the following courses:
        • AZ-900: Microsoft Azure Fundamentals

    Comments

    Latest comments from students


     

    Liked the class?  Then let everyone know!

    Course Overview:

    This course is developed for those individuals seeking to pass the Project Management Institute’s PMP certification exam, as well as any individual who has attended any Project Management Certification program in the past and needs to brush up on the material needed to pass the PMP exam.

    Attendees to PM-325: Project Management Professional (PMP) Exam Preparation will receive official PMI (Project Management Institute) course materials and expert instruction from an official PMI Instructor.

    TechNow Inc. is an official Authorized Training Partner of The Project Management Institute (PMI).

     

    Dates/Locations:

    Date/Time Event
    08/04/2025 - 08/08/2025
    08:00 -16:00
    PM-325: Project Management Professional (PMP) Exam Preparation
    TechNow, Inc, San Antonio TX
    10/27/2025 - 10/31/2025
    08:00 -16:00
    PM-325: Project Management Professional (PMP) Exam Preparation
    TechNow, Inc, San Antonio TX

    Duration: 5 Days

    Course Objectives:

    • Project Initiation
    • Examining the Project Management Framework
    • Examining the Project Management Processes
    • Implementing Project Integration Management
    • Managing the Project Scope
    • Introducing Project Time Management
    • Introducing Project Cost Management
    • Introducing Project Quality Management
    • Introducing Project Human Resource Management
    • Introducing Project Communications Management
    • Introducing Project Risk Management
    • Introducing Project Procurement Management
    • PMP Code of Professional Conduct

    Prerequisites:

    A Bachelor’s degree & 4,500 hours of project management experience over 3 years/36 months.

    OR

    7,500 hours of project management experience over 5 years/60 months (if NO degree).

    AND

    Complete & submit the PMP certification application directly to PMI

    Comments

    Latest comments from students


    Liked the class?  Then let everyone know!

    Course Overview:

    This course is extremely fast paced and for students that have already had UNIX or Linux training, or have not worked with Linux in several months or years.  This is NOT a course for students new to Linux and assumes the student requires a refresher before progressing through high end security courses that require dexterity on Linux.  RedHat and Ubuntu, VMware Virtual Machines, and BackTrack are used for the instruction of this course.  The student will acquire the skills to easily navigate the advanced VMware training environment and will be able to create scripts to manipulate and manage Linux.  The ulimate goals of the skills of this course is to provide the student the ability to automate through scripting BackTrack tools for offensive security, forensics, and defense.

    Attendees to L-395: Accelerated Linux Administration and Utilities will receive TechNow approved course materials and expert instruction.

    Date/Locations:

    No Events

    Duration: 5 days

    Course Objectives:

    Day 1 and 2: Unix Review and Unix  Utilities

    • Linux File System Archictecure and In-Depth discussion of Hard and Soft Links
    • Linux File, Directory, and Permissions Management
    • Linux  archives using tar and zip
    • Interacting with BASH
    • Review of Common Linux commands
    • Sorting files by line or field
    • Regular Expressions (meta character) with grep commands to locate specific lines in files
    • Grep, egrep extended metacharacters, combinations-lab advanced combinations- lab Sed
    • Basic commands- Lab, Advanced commands- Lab, Advanced scripting -Lab
    • Miscellaneous commands Tr, sort, cut, past, pr -Lab
    • Performing non-interactive editing tasks with the sed command
    • Writing simple sed scripts to perform complex editing tasks
    • Using awk variables & arrays to sort data
    • Employing awk programs to manipulate numeric & textual data
    • Performing formatted printing in awk
    • Writing simple awk programs to write reports from data files
    • Using built-in awk functions & defining new functions
    • Write awk programs that make decisions based on numeric or string comparisons (branches & loops)
     
    Day 3 – Intro to Programming / Shell Scripting
    • Shell Review
    • Shell Interpretation of Quotes & Backslash
    • The Bash Shell
    • Shell's combined with UNIX utilities
    • Programming Basics
    • Data Constructs
    • Programming Looping
    • Your Environment
    • More on Parameters

    Day 4 and 5 – Security Fundamentals, Linux Administration

    • System Configuration / Kernel overview 
    • System Maintenance / Disk and file admin
    • Using utilities for process control, locating files & automating maintenance tasks
    • System Startup / Boot Process – LILO & GRUB Configuration
    • Managing the Linux file system
    • Customization of setup files
    • Run Levels
    • Network Services / Configuration
    • User Management Monitoring, accessing & restricting root system access
    • Administration Tools
    • Process Control
    • Client side components of NFS, Samba, NTP, NIS
    • Server side components such as DHCP, Samba, NIS, LDAP, inet, telnet, ftp, DNS, etc.

    Prerequisites:

    • Prior UNIX/Linux experience or training

    Comments

    Latest comments from students


    User: mikenaya

    Instructor comments: As usual, Dave was excellent and the content was very relevant to our line of work.

    Facilities comments: The hotel facilities met our basic needs but it was awkward having a bathroom so close. I can't wait for the new facility to open.


    User: fquinene

    Instructor comments: Instructor was super knowledgeable and helped me tie in a lot of information from other OS and processes.

    Facilities comments: Facility was fine


    Liked the class?  Then let everyone know!

    Course Overview:

    This course will be fast paced with in-depth and live demonstrations.

    Date/Locations:

    No Events

    Duration: 1 day

    Course Objectives:

    • UEFI, SecureBoot, TPM, and Enterprise BitLocker
    • Windows VPN in the Enterprise
    • Windows Advanced Firewall
    • Utilizing Windows WMI
    • Administering Windows with Powershell
    • Using Autopsy for Forensics

    Prerequisites:

     

    Comments

    Latest comments from students


    Liked the class?  Then let everyone know!