Published by : Baturi | Views: 3 | Category: Tutorials
Roland Guijt - What's New in C# 10
Roland Guijt | Duration: 0h 49 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 111 MB | Language: English
C# 10 has some great features that will make .NET life easier. This course will teach you the changes around namespaces, structs and lambdas as well as some other features that will make you more productive as you write C#!
Keeping your C# knowledge up-to-date with each new release is a challenge. In this course, What's New in C# 10, you'll learn the top new features in C# 10 such as enhancements around namespaces, structs and lambdas. When you're finished with this course, you'll have the skills and knowledge of C# 10 needed to apply the latest and the greatest C# has to offer.
Homepage



Read More     
Published by : Baturi | Views: 9 | Category: Tutorials
Kevin Dockx - C# 10 Design Patterns
Kevin Dockx | Duration: 6h 58 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 895 MB | Language: English
This course will teach you how to improve code base by using tested and proven object-oriented design patterns.
Every code base can be improved. In this course, C# 10 Design Patterns, you'll learn what design patterns are. First, you'll learn how to vastly improve your code base by applying 23 different design patterns. Next, you'll discover the means of handling all sorts of challenges. Finally, you'll explore various use cases for these various design patterns. When you're finished with this course, you'll have the skills and knowledge to use state of the art design patterns in C# 10 to improve your code base.
Homepage



Read More     
Published by : Baturi | Views: 3 | Category: Tutorials
Kate Gregory - Learn to Program with C++ 17
Kate Gregory | Duration: 5h 19 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 705 MB | Language: English
If you've never programmed before, and you think you'd like to learn C++, why not learn it first? This course covers what you need to start writing real applications in C++.
This course is aimed at those who have never programmed before. If you're interested in programming and have a reason for choosing C++ as a language to learn, this course is for you. Rather than learning programming concepts in a language you don't care about and then learning C++, you can do both at once.
In this course, Learn to Program with C++, you'll learn basic programming concepts along with C++ syntax.



Read More     
Published by : Baturi | Views: 4 | Category: Tutorials
Jason Roberts - Working with Files in C# 10
Jason Roberts | Duration: 3h 44 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 577 MB | Language: English
Reading and writing data to streams and files is central to many .NET applications, but it can be confusing. This course will teach you how to perform essential file operations and read and write text, binary, and CSV data to streams and files.
Reading and writing data is central to many .NET applications, but it can be difficult to know which approach to take. In this course, Working with Files in C# 10, you'll gain the ability to read and write data and manage files. First, you'll explore how to manage files and directories stored on disk. Next, you'll discover how to monitor and respond to changes in the file system. Finally, you'll learn how to read, process, and write data in text, binary, and CSV formats. When you're finished with this course, you'll have the skills and knowledge of C# files and streams needed to read, write, and process data in your C# applications.
Homepage



Read More     
Published by : Baturi | Views: 5 | Category: Tutorials
Jason Roberts - Class Libraries in C# 10
Jason Roberts | Duration: 2h 21 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 330 MB | Language: English
Understanding and using class libraries is essential if you want to better organize your code, make it reusable, and make it easily distributable to other developers and teams. This course will teach you how to create, configure, test, and distribute C# class libraries.
Having all your C# code in a single project can be problematic if the project gets too large and hard to understand and maintain. A single project also makes it harder to manage versions of sections of the codebase independently and makes sharing functionality with other developers, teams, and applications difficult. In this course, Class Libraries in C# 10, you'll learn to use class libraries effectively to make your software development process more organized and flexible. First, you'll explore how to create, configure, and test a class library project. Next, you'll discover how to make the class library consumable on different versions of .NET. Finally, you'll learn how to version and package your class library so it is easily consumable by other developers and applications. When you're finished with this course, you'll have the skills and knowledge of C# class libraries needed to create, organize, and share code.



Read More     
Published by : Baturi | Views: 4 | Category: Tutorials
Filip Ekberg - C# 10 Advanced Language Features
Filip Ekberg | Duration: 6h 43 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 1,3 GB | Language: English
Learn how to best use the advanced language features of C# . This course will teach you how to apply each of them in a real application, as well as where they are best suited.
Creating an application that best uses the language features of C# can be tricky, especially when you introduce the advanced features for example lambdas, delegates, pattern matching and record types. In this course, C# 10 Advanced Language Features, you'll learn how to best approach the advanced language features of C#, to take your application development to the next level. First, you'll explore each language feature to understand how it works, and where it has its place in your applications. Next, you'll discover the best practices around using the language feature. Finally, you'll learn how to combine one, or more of the language features as you progress throughout the course. When you're finished with this course, you'll have the skills and knowledge of building applications that use advanced language features in C# needed to build power, real-world applications.
Homepage



Read More     
Published by : Baturi | Views: 6 | Category: Tutorials
Chris Behrens - C# 10 Performance Playbook
Chris Behrens | Duration: 1h 44 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 238 MB | Language: English
This course will teach you powerful tactics to maximize the performance of your application.
Writing fast code is a combination of craft and science. In this course, C# 10 Performance Playbook, you'll learn to optimize your coding for speed. First, you'll explore code-level performance optimization. Next, you'll discover how C# and .NET work to inform your choices and get things running faster. Finally, you'll learn how to make architectural choices which yield massive performance gains. When you're finished with this course, you'll have the knowledge of C# performance optimization needed to make your application fly.



Read More     
Published by : Baturi | Views: 24 | Category: Tutorials
Pavel Yosifovich - Windows 11 Internals Foundations
Pavel Yosifovich | Duration: 5h 15 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 746 MB | Language: English
This course will teach you the foundations on which the Windows OS is built, its main mechanisms and architecture. This will allow you to get deeper into Windows, whether you are a developer, researcher, or other power user.
When developing Windows applications with low-level APIs, kernel drivers, or researching some scenario understanding the inner workings of Windows is essential. In this course, Windows 11 Internals: Foundations, you'll learn how Windows works under the covers. First, you'll explore the basic concepts of Windows, such as processes and threads. Next, you'll discover how to use the WinDbg debugger to gain insight into Windows functionality. Finally, you'll learn how system calls are invoked. When you're finished with this course, you'll have the skills and knowledge of the foundations of Windows Internals needed to dig deeper into the operating system, whether you are a developer, a security researcher, or troubleshooting issues.
Homepage



Read More     
Published by : Baturi | Views: 3 | Category: Tutorials
Gill Cleeren - C# 10 Fundamentals
Gill Cleeren | Duration: 8h 44 m | Video: H264 1280x720 | Audio: AAC 48 kHz 2ch | 1,10 GB | Language: English
C# 10 is the preferred language to build .NET applications. In this course, you will learn the basics of the C# language and create your own C# applications
C# 10 offers an extended set of tools to build all types of applications, including web, mobile, and cloud-based applications. In this course, C# 10 Fundamentals, you'll learn the fundamentals of C# application development. First, you'll see the syntax of the C# language including decision and iteration statements, methods, and operators. Next, you'll explore object-oriented development with the C# language with classes and objects. Finally, you'll learn how to work with classes of the .NET class library including how to work with files and handle exceptions. When you're finished with this course, you'll have the skills and knowledge of C# 10 needed to build real C#-based applications.



Read More     
Published by : Baturi | Views: 4 | Category: Tutorials
Chinese Language & Culture Advanced Course HSK1 (3/3)
Last updated 5/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.48 GB | Duration: 4h 40m
Learn to speak Chinese language and explore Chinese culture in a simple and interesting way.



Read More     
← Previous    1 ... 69 70 71 72 73 74 75 76 77 78    Next →

To Page :

Recent

Searches