Packt C Sharp 8 and DOTNET Core 3 1 Recipes 2nd Edition Second Edition-XQZT

Packt C Sharp 8 and DOTNET Core 3 1 Recipes 2nd Edition Second Edition-XQZT | Apps-Tutorials | MP4 | 959.30 MiB

1 699 kb/s 1920×1080 | AAC 192 kb/s 2 CH eng

NFO (Click to Show)

Another exquisit release
Packt.C.Sharp.8.and.DOTNET.Core.3.1.Recipes.2nd.Edition.Second.Edition-XQZT
     Title: C Sharp 8 and DOTNET Core 3.1 Recipes (2nd Edition) - Second Edition
 Publisher: Packt
      Size: 960M (1005897287 B)
     Files: 21F
      Date: 03/27/2020
  Course #: 9781838986728
      Type: N/A
 Published: 27 Mar 2020
  Modified: N/A
       URL: www.packtpub.com/programming/c-8-and-net-core-3-1-recipes-2nd-edition-second-edition-video
    Author: N/A
  Duration: 3 hours 39 minutes
     Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
C# is a multi-paradigm programming language providing support for
software engineering principles such as strong type checking,
array bound checking, automatic garbage collection, and more. C# 8
comes with a host of new features to build powerful
cross-platform applications. Also, ASP.NET Core is the web
application framework through which you can develop
enterprise-grade web apps.
In this course, you will learn quick and
easy ways to develop apps using the latest features of C# 8 and
.NET Core 3.1. Kitted out with those skills in your toolset, this
course will then help you to make the most of the next
sections focusing on advanced C# use cases that are
particularly suited to real-world application
development.
 Moving further, you will get in-depth knowledge of
ASP.NET Core 3.1 Web API framework along with
authentication methods and Entity Framework Core, the de facto ORM
for C# and .NET Core. Finally, you will work with the latest
technologies in the .NET Ecosystem, primarily Razor Pages for
quickly bootstrapping smart pages and Blazor for building C# apps
for the browser. Finally, you will build a desktop
application with WPF and .NET Core.
 Please note that prior
knowledge of C# and some experience with ASP.NET is assumed for
taking this course.
All the code and supporting files for this
course are available on GitHub at

File List (Click to Show)

960M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]
118M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8
27M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/01.Course Overview.mp4
21M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/02.Installing Visual Studio 2019 and .NET Core.mp4
19M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/03.Avoiding State Modifications with Read-Only Members.mp4
23M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/04.Writing Less Code with Default Interface Methods.mp4
20M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/05.Isolating Groups of Data with Ranges and Indices.mp4
11M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/1.Getting Started with New Features of C# 8/06.Writing Faster Assignments with Null-Coalescing Operators.mp4
103M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8
23M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8/07.Upgrading Your Switch Clauses with Pattern Matching.mp4
7.8M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8/08.Simplifying Using Declarations.mp4
37M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8/09.Capturing the context with Static Local Functions.mp4
16M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8/10.Disposable ref Structs and Nullable Reference Types.mp4
21M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/2.Handling Collections and Data in C# 8/11.Adding a Pull-Based Approach to Your Data with Asynchronous Streams.mp4
130M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#
34M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/12.Achieving Inter-Component Communication with Delegates and Events.mp4
18M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/13.Responding to Events Faster with Action and Function.mp4
17M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/14.Avoiding Unnecessary Classes with Anonymous Types.mp4
9.6M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/15.Efficient Event Handling with Lambda Expressions.mp4
15M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/16.Treating Collections Like Databases with LINQ.mp4
22M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/17.Performing Multithreading and Multitasking with Threads and Tasks.mp4
18M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/3.Advanced Event Handling and Asynchronicity in C#/18.Modifying Method Behavior with Attributes.mp4
113M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core
16M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/19.Writing Our first ORM Model.mp4
21M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/20.Keeping Your Schemas Under Version Control with Migrations.mp4
18M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/21.One-to-One Relationships between Models.mp4
17M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/22.One-to-Many Relationships between Models.mp4
29M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/23.Many-to-Many Relationships between Models.mp4
14M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/4.Database-Driven Applications with Entity Framework Core/24.Ensuring Concurrency with the Fluent API.mp4
243M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core
8.9M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/25.Bootstrap Your Web API with the Start-Up Class.mp4
23M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/26.Managing Services with Dependency Injection.mp4
24M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/27.Connecting EF Core and Build Models.mp4
38M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/28.Mapping and Serialize Your Properties.mp4
102M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/29.Build an ASP.NET Core Controller.mp4
49M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/5.RESTful APIs with ASP.NET Core/30.Use ASP.NET Identity to Authenticate Users.mp4
118M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly
28M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly/31.Getting Started with WebAssembly and Blazor.mp4
20M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly/32.Using JavaScript from within Blazor.mp4
26M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly/33.Styling a Blazor Application.mp4
28M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly/34.Bootstrapping Our First Razor Page.mp4
19M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/6.Razor Pages, Blazor, and WebAssembly/35.Adding Context to Razor Pages.mp4
101M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF
28M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF/36.Creating a WPF Project.mp4
18M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF/37.Getting Started with XAML.mp4
21M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF/38.Positioning Your Components in the XAML Grid.mp4
20M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF/39.Creating Dynamic User Experience with Properties, Events, and Data Binding.mp4
16M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/7.Creating a Desktop Application with WPF/40.Handling Actions with Event Binding.mp4
36M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/Exercise Files
36M	C# 8 and .NET Core 3.1 Recipes (2nd Edition) - Second Edition [Video]/Exercise Files/code_9781838986728.zip
960M	total

File: 01.Course Overview.mp4
Size: 27949839 bytes (26.66 MiB), duration: 00:02:11, avg.bitrate: 1707 kb/s
Audio: aac, 48000 Hz, stereo (eng)
Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (eng)


Download Packt C Sharp 8 and DOTNET Core 3 1 Recipes 2nd Edition Second Edition-XQZT ( Size: 959.30 MiB ) :


http://nitroflare.com/view/D9BAFC20707186F/ceahcPaCSh8anDOCo31Re2nEdSeEdXQ.zip


http://rapidgator.net/file/67b0f2c29bf66de2888796be11b91fd8/ceahcPaCSh8anDOCo31Re2nEdSeEdXQ.zip.html

Apps-Tutorials
Comments (0)
Add Comment