Skip to main content

PluralSight: Free Courses

pluralsight.com online training

Register free account at https://app.pluralsight.com to explore these free courses.

Check this out: https://app.pluralsight.com/library/free

Pluralsight occasionally five one-month-free access, for example, April 2021.

Think of subscribing: Pluralsight also offer 33% off every year on Black Friday, Christmas.

Can install Pluralsight app on Android, iOS, AppleTV.

C# FundamentalsScott Allen

This course gives you everything you need to become a productive C# developer on any platform. Learn the basics of reading and writing C# code in your own applications.

Introduction to ASP.NET MVC 3Scott Allen

This course introduces you to building applications with ASP.NET MVC 3, starting with installing the tools and finishing with a complete Web application.

https://www.pluralsight.com/courses/aspdotnet-mvc3-intro

Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Windows command: icacls

Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories.

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.