Custom .NET and C# Trainings

We have years of experience in building .NET solutions and we are world-leaders in many technologies such as the C# programming language, F# language, functional programming, PHP and .NET integration and many others. Our instructurs are experts recognized as Microsoft MVPs for their long-standing involvement in technical communities.
Our instructors are experienced speakers who have given numerous well received public presentations and important industry events and led numerous technical trainings in collaboration with the leading Czech training centre Gopas. Many of us also gained valuable experience when giving invited university talks or during our own lectures at Charles University in Prague.
We offer on-site and public trainings as well as custom trainings suited for your particular needs. If you’re interested in one of the trainings listed below or if you would like to order a custom training for your company, feel free to contact us at info@devsense.com.
We can offer courses in English and Czech language.
.NET Fundamentals
Our courses cover everything you need to jump into the world of managed programming. We’ll introduce the architecture of the .NET Framework, the C# programming language and the core .NET libraries. The course teaches you:
- Architecture of the .NET Framework, Common Language Runtime (CLR)
- Object oriented programming on .NET using C#
- Working with standard .NET types
- Exception handling, Working with files and other I/O
Recent C# Improvements
.NET technologies are rapidly evolving and every new version of Visual Studio brings numerous improvements that can make you significantly more productive. Our courses are the best way to keep on the top of this wave. We can offer courses that explain all of the following:
- Taking the best from C# 3.0 functional features (lambda expressions, etc.)
- Using data-programming features of C# 3.0 such as object initializers
- Working with data using Language Integrated Query (LINQ)
- Dynamic language features in C# 4.0
- Verifying and documenting code using Code Contracts
Share this page
php-compiler.net
- Writing compiled PHP extensions in PHP February 7, 2012PHP offers a lot of various extensions which add additional library functions, classes, constants and other constructs. Common extensions include for example php_mysql and php_iconv. Since extensions are implemented in C language, the performance is great. It also allows programmers to use other native libraries that … Continue reading → […]
- WordPress on .NET with SQL Server is Possimpible using Phalanger 3.0 January 23, 2012In a recent scenario I wanted to run WordPress as a subdirectory of a .NET application. I also wanted to avoid installing PHP and MySql on the Windows server. Impossible? Apparently not! (I’ll get to the word Possimpible a bit … Continue reading → […]