|
Home Page
Contact Us
Online .NET Training
Register for a Class
Agile CT UserGroup
|
|
Recent .NET Training Clients
|
|
|
5-Day ASP.NET Training .NET 3.5 Developer Hands-On BOOTCAMPs
|
ASP.NET Training 5-day BOOTCAMP using C#.NET™
NewTech's intense hands-on ASP.NET Training with C#.NET, using the current version, in a comprehensive 5-day format.
|
ASP.NET Training 5-day BOOTCAMP using VB.NET™
NewTech's intense hands-on ASP.NET Training with VB.NET, using the current version, in a comprehensive 5-day format.
|
1-Day .NET 3.5 Training: AJAX & LINQ Hands-On Training
|
AJAX Training Hands-On
1 intense hands-on day of AJAX training in .NET
|
LINQ Training Hands-On
1 intense hands-on day of LINQ training under .NET
|
4-Day .NET Training Windows Forms Hands-On BOOTCAMPs
|
VB.NET Training BOOTCAMP™
4 Days of expert hands-on Windows Forms training using VB.NET
|
C# .NET 3.5 Training BOOTCAMP™
4 Days of intense hands-on Windows Forms training using C#.NET
|
Other Microsoft Developer Training We Offer:
|
ASP Training/ Web Development BOOTCAMP™
4 intense days of ASP training using Visual Interdev...includes JavaScript, DHTML
|
VB Training Intro ASAP™
VB6 Intermediate Bootcamp is going from a 4-Day BOOTCAMP-style to a single day seminar-style (ASAP) lecture.
|
VB Training Advanced BOOTCAMP™
The most advanced VB Training available, recently updated to include XML with DOM and SAX
|
|
Quick .NET Training for Developers
|
VB.NET Training ASAP™
1 intense day of essentials
|
ASP.NET Training ASAP™
1 day fast-forward ASP.NET
|
C# Training ASAP™
1 day of full immersion C#
|
|
Quick .NET Training for IT Managers
|
.NET vs. Java Platform Technology Overview
1 day of intense compare and contrast
|
.NET Training: The 1-day .NET for Managers (with some hands-on)
The 1-day seminar that completely DEMYSTIFIES .NEt technology, for MANAGERS
|
|
'ASAP' OOP Training and UML Training
|
UML Training ASAP™
1-day full-immersion course in UML-based Systems Design
|
OOP Training ASAP™
1-day full-immersion course in Object Oriented Programming Concepts
|
|
Cities Where We Delivered ONSITE .NET training recently:
|
Washington,DC
New York City,NY
Philadelphia ,PA
Los Angeles ,CA
Chicago ,IL
Houston ,TX
Phoenix ,AZ
Philadelphia ,PA
San Antonio ,TX
San Diego ,CA
Dallas ,TX
San Jose ,CA
Detroit,MI
Jacksonville ,FL
Indianapolis,IN
San Francisco ,CA
Austin ,TX
Memphis ,TN
Fort Worth ,TX
Baltimore,MD
Charlotte ,NC
El Paso ,TX
Milwaukee ,WI
Boston ,MA
Seattle ,WA
Washington ,DC
Denver ,CO
Louisville ,KY
Las Vegas ,NV
Nashville ,TN
Oklahoma City ,OK
Portland ,OR
Tucson ,AZ
Albuquerque ,NM
Atlanta ,GA
Long Beach ,CA
Fresno ,CA
Sacramento ,CA
Mesa ,AZ
Kansas City ,MO
Cleveland ,OH
Virginia Beach, VA
Omaha ,NE
Miami ,FL
Oakland ,CA
Tulsa ,OK
Honolulu,HI
Minneapolis ,MN
Colorado Springs ,CO
Arlington ,TX
Wichita ,KS
Raleigh ,NC
Santa Ana ,CA
Anaheim ,CA
Tampa ,FL
Cincinnati ,OH
Pittsburgh ,PA
Bakersfield ,CA
Aurora ,CO
Toledo ,OH
Riverside ,CA
Stockton ,CA
Corpus Christi ,TX
Newark ,NJ
Anchorage ,AK
Buffalo ,NY
St. Paul ,MN
Lexington ,KY
Plano ,TX
Fort Wayne ,IN
St. Petersburg ,FL
Glendale ,AZ
Jersey City ,NJ
Lincoln ,NE
Henderson ,NV
Chandler ,AZ
Norfolk,VA
Greensboro ,NC
Scottsdale ,AZ
Baton Rouge ,LA
Birmingham ,AL
Madison ,WI
New Orleans ,LA
Chesapeake ,VA
Orlando ,FL
Garland ,TX
Hialeah ,FL
Laredo ,TX
Chula Vista ,CA
Lubbock ,TX
Reno ,NV
Akron ,OH
Durham ,NC
Rochester ,NY
Modesto ,CA
Montgomery ,AL
Fremont ,CA
Shreveport ,LA
Arlington ,VA
Glendale ,CA
San Bernardino ,CA
Worcester ,MA
Providence ,RI
|
|
|
|
Course Name: SQLServer BOOTCAMP using Visual Basic
Brief Course Description: This is an intensive course on writing applications using Transact-SQL for the Microsoft platform. Learn to apply T-SQL performance and tuning techniques that result in dramatic throughput improvements.
Duration: 4 Full Days, hands-on (3 days if the VB and ASP programming with ADO is removed)
Format: Instructor-led, hands-on
Prerequisites: Solid knowledge of Visual Basic and relational concepts (database normalization) is assumed. Student should already have done some self-study and be able to write simple SELECT statements.
Recommended Reading: Students should be comfortable in advance of attendance relational database concepts and intermediate-level VB programming. The following books will be helpful:
Beginning SQL Programming, Kauffman, Matsik, Spenser; publisher Wrox Press
VB6 BOOTCAMP Certification Exam Guide, Mezick; publisher McGraw-Hill
Assumed Audience: Developers new to SQL development for the Microsoft platform. Instructor assumes T-SQL development work post-class will be done primarily in Visual Basic with ADO.
Course Materials: 400+ page SQLServer Textbook, NewTech SQL Server Resource Pack with CD.
Resource pack contains the following:
- Source code listings
- Book lists with commentary and reviews
- Terminology grid, listing all pertinent terms in alphabetical order. All terms are linked, i.e., a term that refers to another term in the list is a link, allowing the user to view related terms in real time
- List of 3rd party add-ons and libraries that aid in building systems with this technology
- Web site listings related to this topic
- White papers written by NewTech consulting staff on this topic
- CD-ROM with additional resources for the developer using this technology
Course Description Summary: Course Description Summary: This comprehensive course on writing applications using Transact-SQL for the Microsoft platform is based upon the experience of NewTech’s consultant’s in the field. This course covers ‘core’ Transact-SQL techniques and also covers the SQL Server environment, Query Analyzer, using ADO with T-SQL from Visual Basic, and other topics pertinent to developing good all-around T-SQL skills.
This course clearly introduces students to common pitfalls in T-SQL and the associated tricks and tips. Like almost all programming, knowing what to avoid is very as important as knowing what to use and Transact-SQL is no exception.
- PROGRAMMING IN TRANSACT-SQL
- Introduction to Transact-SQL
- SQL and the Introduction of Transact-SQL
- The Relational Database Model
- Normalization
- Row Processing Versus Set Processing
- The History of SQL Server
- What is Transact-SQL?
- Summary
- Database Analysis and Design
- The Need for Adequate Analysis and Design
- The Systems Life Cycle
- Overview of Analysis
- Overview of Design
- Putting it Together with currently available CASE Technology (use cases)
- Summary
- SQL Primer
- SQL Versus Transact-SQL
- Data Definition Language
- Data Manipulation Language
- Summary
- EXERCISE
- Transact-SQL Fundamentals
- Server Character Sets
- Server Sort Orders
- Identifiers
- Foundation Units
- Executing Transact-SQL
- The GO Statement
- Transact-SQL Batches
- Summary
- EXERCISE
- Format and Style
- Why Bother with Good Formatting?
- What Is a Good Coding Style?
- Case of Keywords and User-Defined Names
- Naming Conventions and Abbreviations
- Standard Error Handling
- Style Odds and Ends
- Formatting DML and DDL Statements
- T-SQL CONCEPTS AND FACILITIES
- Datatypes and Variables
- Datatypes
- User-Defined Datatypes
- Processing Nulls
- Variables
- Parameters
- Summary
- Conditional Processing
- BEGIN…END Constructs
- IF Constructs
- GOTO Branching and Error Handling
- WAITFOR Constructs
- WHILE Loops
- RETURN Statement
- Summary
- Row Processing with Cursors
- Cursor Fundamentals
- Declaring a Cursor
- Opening a Cursor
- Asynchronous Keysets
- Fetching Data
- Closing and Deallocating a Cursor
- Working with Cursors
- Performance Issues for Cursors
- Summary
- EXERCISE
- Error Handling
- Code Processing and Error Handling: Basic Concepts
- Displaying an Error Message with PRINT
- Raising and Error with RAISERROR
- Finding and Error Conditions with Global Variables
- Handling Errors with GOTO
- Creating Specialized Error Messages
- Finding Error Messages in Operating System Files
- Summary
- EXERCISE
- Temporary Objects
- Creating and Manipulating Temporary Objects
- The tempdb Database
- Classes of Temporary Objects
- Query Optimization with Temporary Tables
- Management of the tempdb Database
- Summary
- EXERCISE
- Transactions and Locking
- About Transactions
- Locking
- Transactions and the Database
- BEGIN, COMMIT, ROLLBACK TRANSACTION explained
- BEGIN DISTRIBUTED TRANSACTION explained
- Transactions and ADO
- Summary
- EXERCISE
- ADVANCED TOPICS
- Functions
- Aggregate Functions
- Mathematical Functions
- String Functions
- Date Functions
- Text and Image Functions
- Type Conversion Functions
- System Functions
- Summary
- EXERCISE
- CASE Expressions and Transact-SQL Extensions
- COMPUTE
- CUBE and ROLLUP
- Summary
- Stored Procedures and Modular Design
- About Stored Procedures
- CREATE PROCEDURES
- Types of Stored Procedures
- Advantages of Stores Procedures
- Stored Procedures Versus other objects
- Executing Stored Procedures
- Remote Procedure Calls (RPCs)
- Stored Procedure Design
- Conditional Data Retrieval
- Data Formatting
- Data Security and Encryption
- Performance Issues
- Summary
- EXERCISE
- Triggers and Constraints
- Triggers
- Interaction of Triggers and Constraints
- Summary
- Views
- About Views
- Managing Views
- Querying Views
- View Dependencies, Permissions, and Data Manipulations
- Limitation Views
- View Overhead
- Summary
- System and Extended Stored Procedures
- System Stored Procedures
- Common System Stored Procedures
- Extended Store Procedures
- Summary
- EXERCISE
- PERFORMANCE AND TUNING
- Transact-SQL Code Design
- Coding for Reuse
- Categorization Schemas
- RETURN
- RAISERROR
- Temporary Data Storage
- Using Parameters Effectively
- Help
- Summary
- Code Maintenance in SQL Server
- Using SQL Server System Tables
- Interdependence of Server-Side Objects
- Source Code Management
- Code Maintenance
- Related Topics
- Summary
- Transact-SQL Optimization and Tuning
- About Optimization
- Efficient Physical Database Design
- Indexing strategies
- SQL Server Query Optimizer
- SHOWPLAN Output (very cool!)
- Optimizer Hints
- Query Analysis/Query Analyzer
- Optimization Tips and Techniques
- Summary
- EXERCISE
- Debugging Transact-SQL Programs
- Testing Versus Debugging
- Successful Debugging
- Specific Debugging Techniques
- The SET Command
- Debugging Utilities
- Summary
- EXERCISE
- ADO and T-SQL using Visual Basic
- ADO and T-SQL using Active Server Pages
- SQL Enterprise Manager
- Server Administration
- Database Administration
- Security Administration
- Utilities
- Performance Monitor
- Security Manager
- Service Manager
- SQL Trace
- Query Analyzer
Upon Completion of this course: Students will exit the class ready to tackle larger Transact-SQL programming projects from the developer point of view. Students will be familiar with Transact-SQL syntax, concepts and facilities, and specific programming techniques. Students will be comfortable examining T-SQL embedded in ADO calls from Visual Basic and Active Server pages.
>
Click here to contact us for more information.
|
ViewPoints Essays
Contact Us
Search ANY Site
Register for a Class
Agile .NET Blog
|
Online .NET 3.5 training Instructor-Led .NET 3.5 Training Online
|
ONLINE .NET 3.5 training online, instructor-led
NewTech's comprehensive hands-on, online .NET 3.5 training BOOTCAMP, using C#.NET and VB.NET, in a fast-paced 5-day hands-on format. |
ONLINE ASP.NET training online, instructor-led
NewTech's intense hands-on, online ASP.NET training BOOTCAMP, using C# & VB.NET, in a comprehensive 5-day format. |
Online .NET Training 1-Day Hands-On .NET Training Online
|
online .NET for Managers training online
This is THE online .NET training class for project managers. The format is 1-day, seminar, with optional hands-on. Looking for online .NET manager training? This is it!
|
online LINQ .NET training online, scheduled, instructor-led
NewTech's intense 1-day hands-on .NET online LINQ training program, using C#.NET and VB.NET, includes hands-on exercises, 500+ page book, and 30 days of tech support.
|
|
Hands-On Java Training and JSP Training
|
Java Training BOOTCAMP™
Intense Java training for pro developers new to Java
|
JSP Training BOOTCAMP™
The most comprehensive JSP training & Servlet training on the market today
|
|
Quick Java and JSP Training for Developers
|
Java Training ASAP™
One code-intense day of lecture in Java fundamentals
|
JSP Training ASAP™
One code-intense day of lecture in JSP & Servlets
|
|
Quick Java & JSP Training for IT Managers
|
Java Training: Technology Platform Overview
For IT managers and developers new to the Java platform
|
.NET vs. Java Training: Platform Technology Overview
1 day of intense platform compare-and-contrast
|
BEA Weblogic Overview™
One day of lecture in J2EE fundamentals using BEA Weblogic
|
|
Perl Training
|
Perl Training BOOTCAMP™
Four-day hands-on training, for pro developers new to Perl programming
|
|
Other Developer Training We Offer
|
|
Can't find the class you want on the schedule? We offer lots of additional training for developers and managers. Check our extensive list of additional training here
|
ASP.NET Training BOOTCAMP™
Four-day hands-on training, for pro developers new to ASP.NET
|
|
.NET and Java Help, AFTER Training
|
Architecture and Mentoring
System design and coaching for your team
|
Staff Augmentation
Horsepower to complete your projects on time
|
Off-Site Technical Services
Development of your apps on time and on budget
|
|
|
|
Since 1993, we have delivered training in cities as diverse as:
Peoria ,Arizona
| Corona / Salinas / Pasadena, CA
| Torrance / Lancaster / Hayward, CA
| Palmdale / Orange / Escondido, CA
| Fullerton / Sunnyvale / Elk Grove, CA
| Thousand Oaks / El Monte / Concord, CA
| Simi Valley / Vallejo / Inglewood, CA
| Visalia / Costa Mesa / Downey, CA
| Santa Clara / West Covina / Roseville, California
| Norwalk / Fairfield / Burbank, California
| San Buenaventura / Richmond / Berkeley, California
| Daly City / Antioch /Foster City, California
| Milpitas / Sacramento, California
| Lakewood / Fort Collins / Thornton ,Colorado
| Westminster / Arvada / Pueblo ,Colorado
| Bridgeport / Hartford / New Haven ,CT
| Stamford / Waterbury ,Connecticut
| Pembroke Pines / Hollywood / Port St. Lucie ,Florida
| Coral Springs / Gainesville / Miramar ,FLA
| Clearwater / Pompano Beach / Ft. Lauderdale / Orlando, FL
| Savannah & Athens, Georgia
| Burlington,Vermont
| Naperville & Joliet ,Illinois
| Springfield / Peoria / Elgin ,Illinois
| Muncie, Indiana
| Evansville & South Bend, Indiana
| Muncie & Cedar Rapids ,Iowa
| Kansas City / Topeka / Olathe ,Kansas
| Lafayette ,Louisiana
| Springfield / Lowell / Cambridge ,MA
| Warren / Sterling Heights / Flint ,Michigan
| Lansing & Ann Arbor,Michigan
| Independence / St. Louis / Saint Louis,Missouri
| Billings & Lincoln,Nebraska
| Manchester ,New Hampshire
| Bellevue ,Washington
| Green Bay ,Wisconsin. Contact us to discuss bringing our training to your location!
|