https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg
19.26 GB | 27min 23s | mp4 | 1920X1080  | 16:9
Genre:eLearning |Language:English


Files Included :
1  Introduction.mp4 (10.4 MB)
2  What is ASP NET Core.mp4 (4.84 MB)
3  ASP NET CORE Anatomy.mp4 (48.09 MB)
4  Our first Web App.mp4 (90.95 MB)
1  HTTP Request Syntax.mp4 (37.05 MB)
2  HTTP Request in HttpContext.mp4 (71.97 MB)
3  HTTP Method GET.mp4 (58.52 MB)
4  HTTP Method POST.mp4 (64.11 MB)
5  HTTP Method PUT.mp4 (56.73 MB)
6  Query String.mp4 (21.87 MB)
7  HTTP Method Delete.mp4 (38.4 MB)
8  HTTP Request Headers.mp4 (51.22 MB)
9  Refactor our routing code.mp4 (38.08 MB)
10  HTTP Response Syntax.mp4 (28.04 MB)
11  HTTP Response in HttpContext.mp4 (121.93 MB)
12  HTTP Response Status Codes.mp4 (162.17 MB)
13  Assignment 1 - Display a particular employee.mp4 (11.3 MB)
14  Assignment 1 (Answer) - Display a particular employee.mp4 (73.54 MB)
1  Middleware Pipeline Theory.mp4 (30.71 MB)
2  Use app Use to create middleware.mp4 (190.61 MB)
3  Use app Run to create middleware.mp4 (35.02 MB)
4  Use app Map to branch the pipeline.mp4 (40.61 MB)
5  Use app MapWhen to branch the pipeline.mp4 (69.86 MB)
6  Use app UseWhen to create rejoinable branch.mp4 (49.1 MB)
7  Avoid problems when writing response.mp4 (58.41 MB)
8  Built-in Middleware Components.mp4 (47.11 MB)
9  Custom Middleware Class.mp4 (126.63 MB)
9  Custom Middleware Class.zip (106.47 KB)
10  Assignment 2 - Custom exception handling middleware.mp4 (4.32 MB)
11  Assignment 2 (answer) - Custom exception handling middleware.mp4 (135.01 MB)
11  Assignment 2 - Custom Exception Handling Middleware.zip (123.56 KB)
2  Understand Endpoints.mp4 (132.01 MB)
3  Use the routing middleware.mp4 (133.19 MB)
4  404 Not Found Middleware component.mp4 (22.19 MB)
5  Required Route Parameters.mp4 (114.73 MB)
6  Route parameters with default values.mp4 (79.37 MB)
7  Optional Route Parameters.mp4 (38.56 MB)
8  Parameter Constraints.mp4 (159.63 MB)
9  Custom Parameter Constraints.mp4 (104.91 MB)
10  Assignment 3 - Implement CRUD operations with routing.mp4 (12.13 MB)
11  Assignment 3 (Answer) - Implement CRUD operations with routing.mp4 (197.06 MB)
11  Assignment 3 (Answer) - Implement CRUD operations with routing.zip (95.99 KB)
1  What is model binding.mp4 (111.28 MB)
2  Bind to route values.mp4 (134.58 MB)
3  Bind to query string.mp4 (74.37 MB)
4  Bind to http headers.mp4 (41.53 MB)
5  Use AsParameters to group parameters.mp4 (75.99 MB)
6  Bind arrays to query strings or headers.mp4 (59.67 MB)
7  Bind to HTTP Body.mp4 (80.58 MB)
8  Custom binding with BuildAsync method.mp4 (104 MB)
9  Binding source priorities.mp4 (47.81 MB)
10  Model Validation.mp4 (122.71 MB)
11  Custom model validation with ValidationAttribute.mp4 (95.76 MB)
12  Assignment 4 - Binding & Validating Registration Info.mp4 (6.02 MB)
13  Assignment 4 (Answer) - Binding & Validating Registration Info.mp4 (188.67 MB)
1  Minimal API return types.mp4 (72.79 MB)
1  Minimal API return types.zip (95.48 KB)
2  Mix and Match Results and TypedResults.mp4 (104.75 MB)
2  Results&TypedResults.zip (109.26 KB)
3  The Problem Details standard.mp4 (52.3 MB)
4  Standardize API results.mp4 (67.69 MB)
4  Standardize API results.zip (122.89 KB)
5  Customize results by implementing IResult.mp4 (31.89 MB)
5  Customize results by implementing IResult.zip (138.71 KB)
6  Assignment 5 - Implement CRUD for Employees.mp4 (9.65 MB)
7  Assignment 5 (Answer) - Implement CRUD for Employees.mp4 (166.48 MB)
7  Assignment 5 (Answer) - Implement CRUD for Employees.zip (152.02 KB)
1  Organize Minimal Api Endpoints.mp4 (76.52 MB)
1  Organize Minimal Api Endpoints.zip (100.33 KB)
2  Dependency Problem.mp4 (38.6 MB)
3  Dependency Inversion Principle.mp4 (80.03 MB)
4  Inversion of Control principle.mp4 (67.38 MB)
5  Lifetime Management.mp4 (94.19 MB)
5  LifetimeManagement DI.zip (114.86 KB)
1  What and Why Controllers.mp4 (42.03 MB)
2  Attribute routing.mp4 (109.96 MB)
2  AttributeRouting.zip (91.41 KB)
3  Conventional routing.mp4 (112.62 MB)
3  ConventionalRouting.zip (107.55 KB)
1  Binding to form fields.mp4 (39.5 MB)
2  Complex types.mp4 (49.63 MB)
2  Controllers - Binding complex types.zip (122.79 KB)
3  Binding source priorities.mp4 (50.28 MB)
4  Missing binding source.mp4 (53.54 MB)
5  Input Formatter.mp4 (54.16 MB)
6  Model State.mp4 (169.32 MB)
1  Main differences in MVC controllers.mp4 (9.37 MB)
2  ContentResult.mp4 (34.69 MB)
3  JsonResult.mp4 (40.82 MB)
4  File Results.mp4 (121.22 MB)
5  Redirect Results.mp4 (125.08 MB)
6  Assignment 6 - Implement CRUD UI for Departments.mp4 (12.98 MB)
6  Department-Repository.zip (1.11 KB)
7  Assignment 6 - (Answer) Implement CRUD UI for Departments.mp4 (335.62 MB)
7  DepartmentsCRUD.zip (267.9 KB)
1  MVC Pattern.mp4 (89.48 MB)
2  Razor view.mp4 (121.4 MB)
3  Passing model to View and Implicit Razor Expression.mp4 (89.42 MB)
4  Explicit Razor Expression.mp4 (53.21 MB)
5  Code blocks.mp4 (54.56 MB)
6  Conditional Control Structure.mp4 (90.49 MB)
7  Iterative Control Structure.mp4 (95.9 MB)
7  IterativeControlStructure.zip (128.26 KB)
8  Assignment 7 - Error View.mp4 (19.99 MB)
9  Assignment 7 (Answer) - Error view.zip (140.47 KB)
9  Assignment 7(answer) - Error View.mp4 (78.57 MB)
10  Razor Literal.mp4 (45.76 MB)
11  ViewData and ViewBag.mp4 (103.44 MB)
12  Assignment 8 - Implement Views for the Departments CRUD app.mp4 (10.36 MB)
12  Department-Repository.zip (1.11 KB)
13  Assignment 8(answer) - Department list.mp4 (69.4 MB)
13  Assignment 8(Answer) - DepartsCRUD Views.zip (159.7 KB)
14  Assignment 8(Answer) - DepartsCRUD Views.zip (159.7 KB)
14  Assignment 8(answer) - Edit Department.mp4 (141.9 MB)
15  Assignment 8(answer) - Add Department.mp4 (25.44 MB)
15  Assignment 8(Answer) - DepartsCRUD Views.zip (159.7 KB)
1  Layout razor view.mp4 (245.86 MB)
1  Layout razor view.zip (171.43 KB)
2  Multiple Layouts and Nested Layouts.mp4 (61.91 MB)
3   ViewStart razor view.mp4 (120.63 MB)
4   ViewImports to centralize directives.mp4 (28.05 MB)
5  Use ViewData or ViewBag to communicate with layout files.mp4 (31.51 MB)
6  Sections as additional placeholders.mp4 (122.4 MB)
6  Use sections as additional placeholders.zip (184.13 KB)
1  Componentization theory.mp4 (67.01 MB)
2  Componentize with Partial View.mp4 (118.74 MB)
3  Pass data to partial view.mp4 (83.75 MB)
3  PassDataToPartialView.zip (197.42 KB)
4  Assignment 9 - Componentize a list.mp4 (2.46 MB)
5  Assignment 9 (answer) - Componentize a list.mp4 (73.07 MB)
5  Assignment 9 (answer) - Componentize a list.zip (232.82 KB)
6  Combine Partial View and Javascript for Interactivity (Theory).mp4 (19.34 MB)
7  Combine Partial View and Javascript for Interactivity (Implementation).mp4 (270.74 MB)
7  PartialviewJavascriptInteractivity.zip (224.09 KB)
8  ViewComponent vs PartialView.mp4 (26.31 MB)
9  Essential parts of View Component.mp4 (63.51 MB)
9  Essential Parts of ViewComponent.zip (251.21 KB)
10  Pass parameters to ViewComponent.mp4 (74.7 MB)
10  Pass parameters to ViewComponent.zip (275.22 KB)
1  Why Razor pages.mp4 (10.75 MB)
2  Create our first razor pages app.mp4 (70.33 MB)
3  Route matching basics route templates.mp4 (57.89 MB)
4  How razor pages work.mp4 (26.42 MB)
5  Customize Route Template.mp4 (31.67 MB)
5  Razor pages- Route templates.zip (107.95 KB)
6  RazorPages-RouteParameters.zip (119.79 KB)
6  Route Parameters in Razor pages.mp4 (39.05 MB)
7  Page handler selection.mp4 (125.15 MB)
7  Page handler selection.zip (133.15 KB)
8  Implicit page handlers.mp4 (22.06 MB)
9  Model binding in razor pages.mp4 (106.28 MB)
9  RazorPages-ModelBinding.zip (144.76 KB)
10  Model validations for razor pages.mp4 (98.86 MB)
10  RazorPages-ModelValidations.zip (157.34 KB)
11  Producing results with razor pages.mp4 (100.76 MB)
11  RazorPages-ProducingResults.zip (168.51 KB)
12  Layout, Sections,  ViewStart,  ViewImport.mp4 (73.98 MB)
12  RazorPages-Layout-Sections-ViewStart-ViewImport.zip (183.6 KB)
13  PartialView and ViewComponent.mp4 (82.89 MB)
13  RazorPages-PartialView-ViewComponent.zip (199.23 KB)
14  Razor pages vs MVC.mp4 (21.38 MB)
1  CourseProject-FullCRUD.zip (434.15 KB)
2  Start working on the project.mp4 (48.8 MB)
3  Updated Employee and Repository classes.mp4 (32.7 MB)
4  Add Razor pages support.mp4 (17.24 MB)
5  Implement the Employee list page.mp4 (162.81 MB)
6  Componentize with ViewComponent and PartialView.mp4 (119.48 MB)
7  Add interactivity.mp4 (86.27 MB)
8  Implement Department Employees page.mp4 (112.37 MB)
9  Create employees (ViewModel   Antiforgery Token).mp4 (343.87 MB)
10  Error razor page.mp4 (131.81 MB)
11  Update employee.mp4 (73.08 MB)
12  Delete employee.mp4 (29.61 MB)
13  Delete confirmation with JavaScript.mp4 (63.19 MB)
1  What are Tag Helpers.mp4 (12.03 MB)
2  Generating URL with Tag Helpers.mp4 (275.41 MB)
3  Modify form tag with Tag helpers.mp4 (116.2 MB)
4  Modify Input element with Tag Helpers.mp4 (202.22 MB)
5  Generate Option elements with Tag Helpers.mp4 (72.84 MB)
6  Client side form validations.mp4 (269.45 MB)
7  Append Version Number with Tag Helpers.mp4 (58.15 MB)
8  Load Partial Views and ViewComponents with Tag Helpers.mp4 (75.49 MB)
1  Constructor Injection 1.mp4 (28.88 MB)
2  Constructor Injection 2.mp4 (82.83 MB)
2  Constructor Injection for MVC and Razor Pages.zip (648.3 KB)
1  What is and Why use Filter Pipeline.mp4 (48.76 MB)
2  Create and Attach a filter.mp4 (177.59 MB)
2  Create and Attach a filter.zip (106.45 KB)
3  Filter execution, Model Binding and Model Validation.mp4 (55.83 MB)
4  Add multiple filters to form a filter pipeline.mp4 (94.74 MB)
4  Add multiple filters to form a pipeline.zip (118.38 KB)
5  Assignment 10 - Create filters to extract all validation logics.mp4 (42.03 MB)
6  Assignment 10 (Answer) - Create filters to extract all validation logics.mp4 (246.01 MB)
6  Assignment 10 (Answer) - Create filters to extract all validation logics.zip (156.7 KB)
1  What and Why Filter Pipeline for MVC and Razor Pages.mp4 (43.83 MB)
2  Create and Apply a filter.mp4 (138.8 MB)
2  FilterPipeline-Create-ApplyFilter.zip (534.28 KB)
3  Filter Scopes.mp4 (174.75 MB)
3  FilterPipeline-FilterScopes.zip (546.13 KB)
4  FilterPipeline-OrderOfExecution.zip (557.93 KB)
4  Order of Execution.mp4 (102.95 MB)
5  Authorization Filter.mp4 (105.24 MB)
6  FilterPipeline-ResourceFilter.zip (585.49 KB)
6  Resource Filter.mp4 (100.28 MB)
7  Exception Filter.mp4 (101.83 MB)
7  FilterPipeline-ExceptionFilter.zip (599.56 KB)
8  Action Filter.mp4 (256.67 MB)
8  FilterPipeline-ActionFilter.zip (613.75 KB)
9  Result Filter.mp4 (67.25 MB)
10  FilterPipeline-PageFilter.zip (630.61 KB)
10  Page Filter.mp4 (436.59 MB)
1  ConsumeApi-UseHttpClientFactory.zip (597.07 KB)
1  Use HttpClientFactory to access API endpoints.mp4 (219.52 MB)
2  Create a Named Client with HttpClientFactory.mp4 (62.5 MB)
3  Call API endpoints from our repository class.mp4 (142.42 MB)
3  ConsumeApi - Call API endpoints from our repository class.zip (622.74 KB)
4  ConsumeApi-HowHttpClientWorks.zip (660.02 KB)
4  How HttpClient works.mp4 (139.53 MB)
5  ConsumeApi-Polly.zip (684.09 KB)
5  Use Polly to deal with temporary errors.mp4 (109.17 MB)
6  Assignment 12 - Invoke API in DepartmentsController.mp4 (26.97 MB)
7  Assignment 12 (Answer) - Invoke API in DepartmentsController.mp4 (316.09 MB)
7  ConsumeApi - Assignment 12 (Answer) - Invoke API in DepartmentsController.zip (712.08 KB)
1  MVC pattern in creating Web API with controllers.mp4 (14.19 MB)
2  Create Web API with controllers using VS template.mp4 (167.3 MB)
3  Attribute Routing - Route Attribute.mp4 (74.02 MB)
4  Attribute Routing - Token Replacement.mp4 (27.53 MB)
5  Attribute Routing - HttpMethod attribute.mp4 (22.63 MB)
6  ApiController Attribute.mp4 (120.41 MB)
7  Content Negotiation.mp4 (84 MB)
8  Minimal API vs Web API with controllers.mp4 (7.94 MB)
1  Use OpenAPI to document Minimal APIs.mp4 (56.34 MB)
2  How OpenAPI Works.mp4 (4.23 MB)
3  Use Postman to Visualize OpenAPI documents.mp4 (14.79 MB)
4  Use Swagger to visualize the OpenAPI document.mp4 (46.95 MB)
5  Provide details to OpenAPI document.mp4 (52.11 MB)
6  Minimal API Versioning.mp4 (146.9 MB)
7  Documenting multiple versions for minimal APIs.mp4 (99.78 MB)
1  Use OpenAPI to document Web API.mp4 (45.1 MB)
2  Use SwaggerUI to visualize our document.mp4 (19.55 MB)
3  Provide more details to the document.mp4 (58.99 MB)
4  Web API Versioning.mp4 (102.05 MB)
5  Document multiple versions.mp4 (61.65 MB)
1  Why use Entity Framework Core.mp4 (31.51 MB)
2  How Entity Framework Core Works.mp4 (13.8 MB)
3  Install EF Core Nuget Packages.mp4 (48.88 MB)
4  Setup DbContext, Entities and Relationships.mp4 (140.33 MB)
5  Configure EF Core to connect to SQL Server.mp4 (116.31 MB)
6  Run DB Migration.mp4 (81.27 MB)
7  Implement Departments EF Repository.mp4 (334.3 MB)
8  Assignment 13 - Implement Employees EF Repository.mp4 (723.36 KB)
9  Assignment 13 (Answer) - Implement Employees EF Repository.mp4 (150.67 MB)
10  Include related entities.mp4 (79.66 MB)
11  EntityFrameworkCore=SourceCode.zip (861.55 KB)
1  How Configuration Works.mp4 (21 MB)
2  Access Configuration Values.mp4 (100.62 MB)
3  Configuration Values Overriding.mp4 (35.97 MB)
4  Strongly Typed Configuration Class.mp4 (40.33 MB)
1  How Logging Works in ASP NET CORE.mp4 (10.3 MB)
2  The different parts of a Log.mp4 (8.27 MB)
3  Write Logs with default logger providers.mp4 (93.77 MB)
4  Write your own logs.mp4 (52.83 MB)
5  The Basics of Using SeriLog.mp4 (91.01 MB)
6  Use SeriLog similar to the built-in logger.mp4 (32.04 MB)
1  Logging in Exception Handling Middleware.mp4 (63.97 MB)
2  Use the built-in Exception Handling Middleware.mp4 (100.73 MB)
1  Authentication and Authorization Overview.mp4 (12.92 MB)
2  Authentication Ticket.mp4 (24.87 MB)
3  Generate Authentication Ticket.mp4 (342.3 MB)
3  SecureWebApp-GenerateAuthenticationTicket.zip (682.62 KB)
4  Interpret Authentication Ticket.mp4 (69.14 MB)
5  Authorization based on Authentication Ticket.mp4 (182.94 MB)
5  SecureWebApp-AuthorizationBasedOnAuthenticationTicket.zip (708.88 KB)
6  Remove the Authentication Ticket when Signing Out.mp4 (86.43 MB)
6  SecureWebApp-RemoveAuthenticationTicket.zip (741.99 KB)
7  Enable HTTPS.mp4 (68.33 MB)
1  JWT Authentication Ticket.mp4 (17.72 MB)
2  Generate JWT Authentication Ticket.mp4 (266.11 MB)
2  SecureAPI-GenerateAuthenticationTicket.zip (798.35 KB)
3  SecureAPI-Store and Send JWT.zip (828.33 KB)
3  Store and Send JWT.mp4 (358.59 MB)
4  Store JWT in static repository.mp4 (45.8 MB)
5  Interpret JWT.mp4 (160.54 MB)
5  SecureAPI-Interpret JWT.zip (865.53 KB)
6  Authorization based on JWT.mp4 (58.3 MB)
6  SecureAPI-AuthorizationBaseOnJWT.zip (889.25 KB)]
Screenshot
https://images2.imgbox.com/11/13/cgYymZ3m_o.jpg



NitroFlare

Код:
https://nitroflare.com/view/E98279674252B0B/
https://nitroflare.com/view/C6BE308FF8D0097/
https://nitroflare.com/view/26D57935F7A29AB/
https://nitroflare.com/view/C418D1596F4CE63/
https://nitroflare.com/view/CAB6B89B5781F55/
https://nitroflare.com/view/9CEFCD09776B57B/
https://nitroflare.com/view/D05E8D19FA2F208/
https://nitroflare.com/view/733EC8A9636B8B1/
https://nitroflare.com/view/44296C770D0EBD1/
https://nitroflare.com/view/DC4FE71C1FABE43/
https://nitroflare.com/view/2DB6ABBC32B24A2/
https://nitroflare.com/view/34A834441BA5EA6/
https://nitroflare.com/view/0923FE2FE1D937B/
https://nitroflare.com/view/C3A2377F49A744C/
https://nitroflare.com/view/75847AF78AAF600/
https://nitroflare.com/view/D02AD719C95CD34/
https://nitroflare.com/view/CB1E16C899A6F3D/
https://nitroflare.com/view/F85F8B628C6FF22/

DDownload

Код:
https://ddownload.com/l4sz32xqv76u
https://ddownload.com/adxanw149ive
https://ddownload.com/kx4phnl3eo4x
https://ddownload.com/6tpuje7fb51n
https://ddownload.com/y6g58tvz9k4j
https://ddownload.com/3t2dfrp7n390
https://ddownload.com/4fw8ez81v58v
https://ddownload.com/oyk2varek3ar
https://ddownload.com/ux7vd6bimcqh
https://ddownload.com/4w8c66sv1elo
https://ddownload.com/zvmlwur5ee2q
https://ddownload.com/s58xwtfu189k
https://ddownload.com/0dqyscigu9ru
https://ddownload.com/c04mdn5u7m8p
https://ddownload.com/j8843psv3kx8
https://ddownload.com/y5s6mfkgda0i
https://ddownload.com/ans60hdxkud3
https://ddownload.com/szmejk972vn7