C# Programming Training Classes in Training/Pittsburgh,

Learn C# Programming in Training/Pittsburgh and surrounding areas via our hands-on, expert led courses. All of our classes either are offered on an onsite, online or public instructor led basis. Here is a list of our current C# Programming related training offerings in Training/Pittsburgh: C# Programming Training

We offer private customized training for groups of 3 or more attendees.
Upcoming Instructor Led Online and Public C# Programming Training Classes
Object-Oriented Programming in C# Rev. 6.1 Training/Class 15 September, 2025 - 19 September, 2025 $1750
HSG Training Center 1312 17th Street, Unit #2502
Denver, CO 80203 (303)377-6176
Hartmann Software Group Training Registration

C# Programming Training Catalog

cost: $ 1190length: 3 day(s)
This three-day course is designed to provide a sound introduction to the essentials of the.NET Framework for programmers who already know the C# language and the fundamentals of Windows Forms. It is current to .NET 4.6 and Visual Studio 2015, which now includes support for cross-platform development. The course focuses on core portions of the .NET Framework that are common across many application ...
cost: $ 1750length: 5 day(s)
In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2013 and either the Visual C# or Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, such as 20483B: Programming in C#. The focus will be on core ...
cost: $ 1750length: 5 day(s)
This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in the classroom 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 ...
cost: $ 1750length: 4 day(s)
This hands-on course examines how to utilize advanced features of C# and the .NET Framework in order to build sophisticated, scalable, high-performing applications. The course includes coverage of features available in .NET 2.0 through .NET 4.5. ...
cost: $ 1750length: 5 day(s)
This five-day course provides a comprehensive and practical hands-on introduction to developing Web applications using ASP.NET 4.0 and C#. It includes an introduction to ASP.NET MVC, a new Web programming framework that incorporates use of the Model-View-Controller (MVC) pattern. It also includes coverage of using ASP.NET AJAX to build rich client applications. The fundamentals of Web ...
cost: $ 1190length: 3 day(s)
This three-day course provides a practical introduction to developing rich Internet applications using ASP.NET AJAX and C#. Because of the rich support provided by Microsoft's AJAX tools, an ASP.NET programmer can get up and running in this new environment quickly. This course shows the way. It is current to ASP.NET 4.0 and Visual Studio 2010. The course includes an introduction to the popular ...
cost: $ 890length: 2 day(s)
This course provides a practical hands-on introduction to developing Web applications using ASP.NET Core 5.0 MVC and C#. This Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications. This course covers development on Microsoft’s ...
cost: $ 890length: 2 day(s)
This course provides a practical hands-on introduction to developing Web applications using ASP.NET Core 6.0 MVC and C#. This Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications. This course covers development on Microsoft’s new .NET Core platform. The course is current to Visual Studio 2022 and.NET 6, which ...
cost: $ 1090length: 3 day(s)
his course provides a practical hands-on introduction to developing Web applications using ASP.NET MVC 4 and C#. This new Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications. The course includes important newer features in MVC such as the Razor View Engine, scaffolding and Web API. ...
cost: $ 790length: 2 day(s)
This course provides a practical hands-on introduction to developing and consuming ASP.NET Web API services using C# and Visual Studio 2017. This Web development framework from Microsoft makes it easy to create HTTP services that can reach a broad range of clients. It is an excellent platform for creating RESTful Web applications. ...
cost: $ 990length: 2 day(s)
Microsoft .NET is an advance in programming technology that greatly simplifies application development, both for traditional, proprietary applications and for the emerging paradigm of Web-based services. .NET 6 is a unified platform, for browser, cloud, desktop, IoT, and mobile apps. It is based on .NET Core, the package-based implementation that is cross-platform, running on Mac and ...
cost: $ 1750length: 3 day(s)
Windows Communication Foundation (WCF) is an API used to build distributed applications using .NET 3.0 (and higher). WCF was designed to expose the current multitude of Windows remoting APIs (web services, MSMQ, TCP, peer-to-peer, etc) from a single unified toolkit. In this course, attendees will examine the overall WCF programming model, binding choices, host options, security issues and the use ...
cost: $ 1750length: 5 day(s)
This thorough and comprehensive course is a practical introduction to programming in C#, utilizing the services provided by .NET. This course emphasizes the C# language. It is current to Visual Studio 2019, .NET Framework 4.7.2 and C# 8.0. Important newer features such as dynamic data type, named and optional arguments, the use of variance in generic interfaces, asynchronous programming keywords, ...
cost: $ 1750length: 5 day(s)
This thorough and comprehensive course is a practical introduction to programming in C#, ...
cost: $ 990length: 3 day(s)
This course introduces Windows Presentation Foundation or WPF, the .NET technology from Microsoft for building rich Windows applications. WPF includes an XML-based markup language for defining program elements, Extensible Application Markup Language (XAML). WPF applications can be created using only code or a combination of code and XAML pages. This course covers the essentials of WPF, ...

Microsoft Development Classes

cost: $ 2190length: 5 day(s)
In this course students will learn essential programming skills and techniques that are required to develop Windows Store apps. This includes a combination of both design and development skills, as well as ensuring that students are comfortable using and making the most of the Microsoft Visual Studio and Expression Blend tools. This course maps to the 70-484 exam. ...
cost: $ 2190length: 5 day(s)
This course you will learn advanced programming practices and techniques that will help you develop Windows Store apps. In this course, you will learn how design and develop Windows Store apps, as well as implement advanced features, such as using location information, streaming media to external devices, and integrating with online services. You will also learn how to use Microsoft Visual Studio ...

Course Directory [training on all levels]

Upcoming Classes
Gain insight and ideas from students with different perspectives and experiences.

Blog Entries publications that: entertain, make you think, offer insight

On March 6 of this year, Microsoft's .NET Foundation released its third preview release of .NET Core 3 — which is its free and open-source framework for developing apps on Windows, MacOS and Linux — with an official release scheduled for later this year. This release brings a wealth of new features and enhancements. This includes the following: 
 
1. Windows Desktop Support
 
One of the biggest additions to version 3.0 of the framework is the ability to develop Windows desktop applications. The new Windows Desktop component lets you build applications using either the Windows Presentation Foundation (WPF) graphical subsystem or the Windows Forms graphical class library. You can also use Windows UI XAML Library (WinUI) controls in your applications. 
 
The Windows Desktop component is only supported and included on Windows installs. 
 
2. Support for C# 8
 
The new framework has support for C# 8, which includes not only the ability to create asynchronous steams but features such as: 
 
Index and Range data types
Using declarations
Switch expressions
 
The Index and Range data types make array manipulation easier, while Using declarations ensure that your objects get disposed once they are out of scope. Finally, Switch expressions extend Switch statements by allowing you to return a value. 
 
3. IEEE Floating-Point Improvements
 
The new framework includes floating point APIs that comply with IEEE 754-2008. This includes fixes to both formatting and parsing as well as new Math APIs such as: 
 
BitIncrement/BitDecrement
MaxMagnitude/MinMagnitude
ILogB
ScaleB
Log2
FusedMultiplyAdd
CopySign
 
4. Support for Performance-Oriented CPU Instructions
 
The new framework includes support for both SIMD and Bit Manipulation instruction sets, which can create significant performance boosts in certain situations, such as when you are processing data in parallel. 
 
5. Default Executables
 
With the new framework, you can now produce framework-dependent executables by default without having to use self-contained deployments. 
 
6. Local dotnet Tools
 
In the previous version of the framework, there was support for global dotnet tools. But the current version adds support for local tools as well. These tools are associated with a specific disk location, and this allows you to enable per-repository and per-project tooling. 
 
7. Support for MSIX Deployments
 
The new framework supports MSIX, which is a Windows app package format that you can use when deploying Windows desktop applications. 
 
8. Built-In and Fast JSON Support
 
In prior versions of the framework, you had to use Json.NET if you wanted JSON support in your application. The framework, though, now has built-in support that is not only fast but also has low allocation requirements. It also adds 3 new JSON types, which include: 
 
Utf8JsonReader
Utf8JsonWriter
JsonDocument
 
9. Cryptography Support
 
The new framework supports AES-GCM and AES-CCM ciphers. It also supports the importing and exporting of asymmetric public and private keys from a variety of formats without the need of an X.509 certificate. 
 
Platform Support
 
.NET Core 3 supports the following operating systems: 
 
Alpine: 3.8+
Debian: 9+
Fedora: 26+
macOS: 10.12+
openSUSE: 42.3+
RHEL: 6+
SLES: 12+
Ubuntu: 16.04+
Windows Clients: 7, 8.1, 10 (1607+)
Windows Servers: 2012 R2 SP1+
 
The framework further supports the following chips: 
 
x64 (Windows, macOS and Linux)
x86 (Windows)
ARM32 (Windows and Linux)
ARM64 (Linux)
 Jump to top
 

When asked for my pearls of wisdom on this topic, I was tempted to respond with the excuse: "Sorry, can't comment. My asbestos underwear is out for dry-cleaning."

It seems both the emotions and mis-information surrounding HTML 5 run high.

And some information is just plain scary. Consider this direct quote from the W3C.

"The following elements are not in HTML5 because using them damages usability and accessibility:

I remember the day like it was yesterday. Pac Man had finally arrived on the Atari 2600.  It was a clear and sunny day, but it was slightly brisk. My dad drove us down to the video store about three miles from our Michigan house. If I remember correctly, the price for the game was $24.99.  It was quite expensive for the day, probably equaling a $70 game in today’s market, but it was mine. There *was* no question about it. If you purchase a game, it’s your game… right?

You couldn’t be more wrong.  With all the licensing agreements in games today, you only purchase the right to play it. You don’t actually “own” the game. 

Today, game designers want total control over the money that comes in for a game. They add in clauses that keep the game from being resold, rented, borrowed, copied, etc. All of the content in the game, including the items you find that are specifically for you, are owned by the software developer. Why, you ask, do they do this? It’s all about the money.

This need for greed started years ago, when people started modifying current games on the market. One of the first games like this was Doom. There were so many third part mods made, but because of licensing agreement, none of these versions were available for resale. The end user, or you, had to purchase Doom before they could even install the mod.  None of these “modders” were allowed to make any money off their creation.

Toshiba has released a new line of solid-state drives (SSD) using 19 nanometers, which is currently the industry’s smallest lithography process.

 

The lineup will include mini-SATA and 2.5-inch form factors along with drives in 7mm and 9.5mm heights. All drives will use the most current serial ATA 6Gbps interface protocol.

 

training details locations, tags and why hsg

A successful career as a software developer or other IT professional requires a solid understanding of software development processes, design patterns, enterprise application architectures, web services, security, networking and much more. The progression from novice to expert can be a daunting endeavor; this is especially true when traversing the learning curve without expert guidance. A common experience is that too much time and money is wasted on a career plan or application due to misinformation.

The Hartmann Software Group understands these issues and addresses them and others during any training engagement. Although no IT educational institution can guarantee career or application development success, HSG can get you closer to your goals at a far faster rate than self paced learning and, arguably, than the competition. Here are the reasons why we are so successful at teaching:

  • Learn from the experts.
    1. We have provided software development and other IT related training to many major corporations since 2002.
    2. Our educators have years of consulting and training experience; moreover, we require each trainer to have cross-discipline expertise i.e. be Java and .NET experts so that you get a broad understanding of how industry wide experts work and think.
  • Discover tips and tricks about C# Programming programming
  • Get your questions answered by easy to follow, organized C# Programming experts
  • Get up to speed with vital C# Programming programming tools
  • Save on travel expenses by learning right from your desk or home office. Enroll in an online instructor led class. Nearly all of our classes are offered in this way.
  • Prepare to hit the ground running for a new job or a new position
  • See the big picture and have the instructor fill in the gaps
  • We teach with sophisticated learning tools and provide excellent supporting course material
  • Books and course material are provided in advance
  • Get a book of your choice from the HSG Store as a gift from us when you register for a class
  • Gain a lot of practical skills in a short amount of time
  • We teach what we know…software
  • We care…
learn more
page tags
what brought you to visit us
Training/Pittsburgh,  C# Programming Training , Training/Pittsburgh,  C# Programming Training Classes, Training/Pittsburgh,  C# Programming Training Courses, Training/Pittsburgh,  C# Programming Training Course, Training/Pittsburgh,  C# Programming Training Seminar

Interesting Reads Take a class with us and receive a book of your choosing for 50% off MSRP.