<%@ Language=VBScript %> developersDen - Technical Training

Newsletter

click here for the
Digressions Newsletter


Customer List

 

Student Quotes

developersDen technical training and consulting services praised by students across the country


 


 

         
-
D-U-N-S Number: 170940857

 


-


Technical Training

With over 10 years of experience delivering technical training, developersDen has the ability to address all of your critical IT Training needs.  From system analysis and design to the latest software development tools and technologies, we have the "real-world" experience necessary to take the training experience to a whole new level.  Our instructors all possess exceptional instructional skills and continuously strive to provide students with a classroom environment that promotes and enhances the learning process.  Training is typically delivered onsite, but arrangements can be made to utilize an offsite facility if you desire. We believe that the training services we provide are the best in the industry, and based on the feedback received from our students... they do too!

Why choose developersDen?

  • Our instructors are all seasoned professionals, possessing excellent communication skills.  In the words of former students:

"...Kept me completely engaged throughout entire course."
"...Energetic and passionate."
"...A true master teacher!"
"...Very patient with students, and an excellent presenter."
"...Had a way of breaking complex topics down to where an inexperienced developer can understand."
"...Outstanding in presentation, knowledge, clarity, and helpfulness."
"...Truly the best overall programming trainer I have ever had!"

  • Our instructors have extensive real-world experience.  Once again, in the words of former students:

"...Informative and really knows her stuff!"
"...Instructor has real world experience, and he can teach!"
"...Excellent knowledge of the industry!"
"...I continue to be amazed at the vast knowledge the instructor has on the subject."
"...By far the most knowledgeable Instructor I have ever encountered."
"...His technical experience is beyond what's 'Just in the book'."
"...Real world experiences and additional examples added to the course experience."
 

Software Developers Training Software Developers... What a Concept!

 

Course#

Outline  

Days

Visual Studio 2005

 

 2541

Core Data Access Development with Visual Studio 2005

Core Data Access Development with Visual Studio 2005

3

 2542

Advanced Data Access Development with Visual Studio 2005

Advanced Data Access Development with Visual Studio 2005

2

 2543

Core Web Application Development with Visual Studio 2005

Core Web Application Development with Visual Studio 2005

3

 2544

Advanced Web Application Development with Visual Studio 2005

Advanced Web Application Development with Visual Studio 2005

2

 2546

Core Windows Application Development with Visual Studio 2005

Core Windows Application Development with Visual Studio 2005

3

 2547

Advanced Windows Application Development with Visual Studio 2005

Advanced Windows Application Development with Visual Studio 2005

2

 2548

Core Distributed Application Development with Visual Studio 2005

Core Distributed Application Development with Visual Studio 2005

3

2956

Core Distributed Application Development with Visual Studio 2005 Core Foundations of Microsoft .NET 2.0 Development

3

2957

Core Distributed Application Development with Visual Studio 2005 Advanced Foundations of Microsoft .NET 2.0 Development

3

2549

Advanced Distributed Application Development with Visual Studio 2005 Advanced Distributed Application Development with Visual Studio 2005

2

2631

Advanced Distributed Application Development with Visual Studio 2005 Optimizing the Software Development Lifecycle with Microsoft Visual Studio Team System

3

4994

Introduction to Programming Microsoft .NET Framework Applications with Microsoft Visual Studio® 2005 Introduction to Programming Microsoft .NET Framework Applications with Microsoft Visual Studio® 2005

5

4995

Programming with the Microsoft .NET Framework Using Microsoft Visual Studio 2005 Programming with the Microsoft .NET Framework Using Microsoft Visual Studio 2005

5

TOP

Course#

Info

 

Days

SQL Server 2005

 

 2779

Implementing a Microsoft SQL Server 2005 Database

Maintaining a Microsoft SQL Server 2005 Database

5

2780

Advanced Distributed Application Development with Visual Studio 2005 Maintaining a Microsoft SQL Server 2005 Database

5

 2781

Designing Microsoft SQL Server 2005 Server-Side Solutions

Designing Microsoft SQL Server 2005 Server-Side Solutions

3

 2782

Designing Microsoft SQL Server 2005 Databases

Designing Microsoft SQL Server 2005 Databases

2

 2783

Designing the Data Tier for Microsoft SQL Server 2005

Designing the Data Tier for Microsoft SQL Server 2005

1

 2784

Tuning and Optimizing Queries Using Microsoft SQL Server 2005

Tuning and Optimizing Queries Using Microsoft SQL Server 2005

3

 2786

Designing a Microsoft SQL Server 2005 Infrastructure

Designing a Microsoft SQL Server 2005 Infrastructure

2

2787

Designing Security for Microsoft SQL Server 2005 Designing Security for Microsoft SQL Server 2005

2

2788

Designing a Microsoft SQL Server 2005 Infrastructure Designing High Availability Database Solutions Using Microsoft SQL Server 2005

3

2789

Designing a Microsoft SQL Server 2005 Infrastructure Administering and Automating Microsoft SQL Server 2005 Databases and Servers

1

2790

Designing a Microsoft SQL Server 2005 Infrastructure Troubleshooting and Optimizing Database Servers Using Microsoft SQL Server 2005

2

2793 Designing a Microsoft SQL Server 2005 Infrastructure Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services 3
2795 Designing a Microsoft SQL Server 2005 Infrastructure Designing an ETL Solution Architecture Using Microsoft SQL Server 2005 Integration Services 2
2797 Designing a Microsoft SQL Server 2005 Infrastructure Designing a Reporting Solution Architecture Using Microsoft SQL Server 2005 Reporting Services 2

TOP

 

Home

About Us

Contact Us

Legal

© 2004 developersDen Inc. All rights reserved.

   
<% Function getXML(sourceFile, number) On Error Resume Next dim styleFile, xmlFile dim source, style styleFile = Server.MapPath("news.xsl") xmlFile = Server.MapPath("news" & number & ".xml") Dim xmlhttp Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") xmlhttp.Open "GET", sourceFile, false xmlhttp.Send If Err.number <> 0 Then set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.load(xmlFile) Else set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadxml(xmlhttp.ResponseText) source.save Server.MapPath("news" & number & ".xml") End If set style = Server.CreateObject("Microsoft.XMLDOM") style.async = false style.load(styleFile) getXML = source.transformNode(style) set source = nothing set style = nothing End Function %>