Other
[ FreeCourseWeb com ] PluralSight - Uno Platform Fundamentals
Torrent info
Name:[ FreeCourseWeb com ] PluralSight - Uno Platform Fundamentals
Infohash: 51322AB83588F0958EF65650795682788F92C690
Total Size: 372.73 MB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2023-12-27 08:30:08 (Update Now)
Torrent added: 2021-10-01 02:32:31
Torrent Files List
Get Bonus Downloads Here.url (Size: 372.73 MB) (Files: 505)
Get Bonus Downloads Here.url
~Get Your Files Here !
01. Course Overview
01. Course Overview.mp4
01. Course Overview.srt
02. Understanding the Uno Platform
01. Introduction.mp4
01. Introduction.srt
02. The Wired Brain Coffee Scenario.mp4
02. The Wired Brain Coffee Scenario.srt
03. Required Prior Knowledge for This Course.mp4
03. Required Prior Knowledge for This Course.srt
04. How This Course Is Structured.mp4
04. How This Course Is Structured.srt
05. Know the Windows UI Library (WinUI).mp4
05. Know the Windows UI Library (WinUI).srt
06. Understand the Uno Platform.mp4
06. Understand the Uno Platform.srt
07. Compare Uno Platform with .NET MAUI.mp4
07. Compare Uno Platform with .NET MAUI.srt
08. Summary.mp4
08. Summary.srt
03. Creating Your First Uno Solution
01. Introduction.mp4
01. Introduction.srt
02. Set up Your Environment for Uno.mp4
02. Set up Your Environment for Uno.srt
03. Create an Uno Solution with WinUI.mp4
03. Create an Uno Solution with WinUI.srt
04. Explore the Uno Solution.mp4
04. Explore the Uno Solution.srt
05. Run the WinUI Application.mp4
05. Run the WinUI Application.srt
06. Run the Web Application.mp4
06. Run the Web Application.srt
07. Run the Android Application.mp4
07. Run the Android Application.srt
08. Run the iOS Application.mp4
08. Run the iOS Application.srt
09. Summary.mp4
09. Summary.srt
04. Building a User Interface in XAML
01. Introduction.mp4
01. Introduction.srt
02. Plan the User Interface.mp4
02. Plan the User Interface.srt
03. Create the User Interface.mp4
03. Create the User Interface.srt
04. Build the Detail Layout.mp4
04. Build the Detail Layout.srt
05. Add an Image to the Header.mp4
05. Add an Image to the Header.srt
06. Summary.mp4
06. Summary.srt
05. Applying the MVVM Pattern
01. Introduction.mp4
01. Introduction.srt
02. Plan the Client Architecture with MVVM.mp4
02. Plan the Client Architecture with MVVM.srt
03. Create a Model and a ViewModel.mp4
03. Create a Model and a ViewModel.srt
04. Raise the PropertyChanged Event.mp4
04. Raise the PropertyChanged Event.srt
05. Add a ViewModelBase Class.mp4
05. Add a ViewModelBase Class.srt
06. Define and Use a Data Provider.mp4
06. Define and Use a Data Provider.srt
07. Bind the View to the ViewModel.mp4
07. Bind the View to the ViewModel.srt
08. Implement the Navigation Logic.mp4
08. Implement the Navigation Logic.srt
09. Run the App on Different Platforms.mp4
09. Run the App on Different Platforms.srt
10. Summary.mp4
10. Summary.srt
06. Adapting to Different Screen Sizes
01. Introduction.mp4
01. Introduction.srt
02. Plan the Responsive User Interface.mp4
02. Plan the Responsive User Interface.srt
03. Define Visual States with Adaptive Triggers.mp4
03. Define Visual States with Adaptive Triggers.srt
04. Hide and Show the Navigation.mp4
04. Hide and Show the Navigation.srt
05. Make the Details Using the Full Width.mp4
05. Make the Details Using the Full Width.srt
06. Adapt the Button Layout.mp4
06. Adapt the Button Layout.srt
07. Run the App on Different Platforms.mp4
07. Run the App on Different Platforms.srt
08. Summary.mp4
08. Summary.srt
07. Writing Platform-specific Code
01. Introduction.mp4
01. Introduction.srt
02. Know the Reasons for Platform-specific Code.mp4
02. Know the Reasons for Platform-specific Code.srt
03. Write Platform-specific Code in C#.mp4
03. Write Platform-specific Code in C#.srt
04. Write Platform-specific Code in XAML.mp4
04. Write Platform-specific Code in XAML.srt
05. Summary.mp4
05. Summary.srt
08. Connecting to a Data Source
01. Introduction.mp4
01. Introduction.srt
02. Look at the Web API.mp4
02. Look at the Web API.srt
03. Create a Data Provider for the Web API.mp4
03. Create a Data Provider for the Web API.srt
04. Call the Web API from the Data Provider.mp4
04. Call the Web API from the Data Provider.srt
05. Run the App on Different Platforms.mp4
05. Run the App on Different Platforms.srt
06. Summary.mp4
06. Summary.srt
Bonus Resources.txt
Exercise
02
understanding-the-uno-platform-slides.pdf
03
creating-your-first-uno-solution-slides.pdf
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
MainPage.xaml
MainPage.xaml.cs
Strings
en
Resources.resw
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
global.json
vsconfig
before
readme.txt
04
building-a-user-interface-in-xaml-slides.pdf
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
Images
logo.png
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
MainPage.xaml
MainPage.xaml.cs
Strings
en
Resources.resw
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
global.json
vsconfig
before
readme.txt
05
applying-the-mvvm-pattern-slides.pdf
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
Images
logo.png
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
DataProvider
CoffeeDataProvider.cs
MainPage.xaml
MainPage.xaml.cs
Model
Coffee.cs
Strings
en
Resources.resw
ViewModel
MainViewModel.cs
ViewModelBase.cs
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
global.json
vsconfig
before
readme.txt
06
adapting-to-different-screen-sizes-slides.pdf
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
Images
logo.png
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
DataProvider
CoffeeDataProvider.cs
MainPage.xaml
MainPage.xaml.cs
Model
Coffee.cs
Strings
en
Resources.resw
ViewModel
MainViewModel.cs
ViewModelBase.cs
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
global.json
vsconfig
before
readme.txt
07
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
Images
logo.png
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
DataProvider
CoffeeDataProvider.cs
MainPage.xaml
MainPage.xaml.cs
Model
Coffee.cs
Strings
en
Resources.resw
ViewModel
MainViewModel.cs
ViewModelBase.cs
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
gitattributes
gitignore
global.json
vsconfig
before
readme.txt
writing-platform-specific-code-slides.pdf
08
connecting-to-a-data-source-slides.pdf
demos
after
CoffeeBrowser
CoffeeBrowser.Droid
Assets
AboutAssets.txt
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.Droid.csproj
Main.cs
MainActivity.cs
Properties
AndroidManifest.xml
AssemblyInfo.cs
Resources
AboutResources.txt
drawable
Icon.png
values
Strings.xml
Styles.xml
CoffeeBrowser.Shared
App.xaml
App.xaml.cs
Assets
Images
logo.png
SharedAssets.md
CoffeeBrowser.Shared.projitems
CoffeeBrowser.Shared.shproj
DataProvider
CoffeeDataProvider.cs
MainPage.xaml
MainPage.xaml.cs
Model
Coffee.cs
Strings
en
Resources.resw
ViewModel
MainViewModel.cs
ViewModelBase.cs
CoffeeBrowser.Wasm
Assets
SplashScreen.png
CoffeeBrowser.Wasm.csproj
LinkerConfig.xml
Program.cs
Properties
launchSettings.json
WasmCSS
Fonts.css
WasmScripts
AppManifest.js
wwwroot
web.config
CoffeeBrowser.Windows.Desktop
CoffeeBrowser.Windows.Desktop.csproj
app.manifest
CoffeeBrowser.Windows.Package
CoffeeBrowser.Windows.Package.wapproj
Images
LockScreenLogo.scale-200.png
SplashScreen.scale-200.png
Square150x150Logo.scale-200.png
Square44x44Logo.scale-200.png
Square44x44Logo.targetsize-24_altform-unplated.png
StoreLogo.png
Wide310x150Logo.scale-200.png
Package.appxmanifest
CoffeeBrowser.iOS
CoffeeBrowser.iOS.csproj
Entitlements.plist
Info.plist
LaunchScreen.storyboard
Main.cs
Media.xcassets
AppIcons.appiconset
Contents.json
LaunchImages.launchimage
Contents.json
Properties
AssemblyInfo.cs
Resources
Fonts
uno-fluentui-assets.ttf
CoffeeBrowser.sln
global.json
vsconfig
before
readme.txt
playlist.m3u
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ FreeCourseWeb com ] PluralSight - Uno Platform Fundamentals Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.





