Register Account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building NET REST APIs by Julio Casal
#1
[Image: 539499712_359020115_tuto.jpg]
1.8 GB | 13min 20s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English

Files Included :
FileName :0001 Course introduction.mp4 | Size: (1.04 MB)
FileName :0002 What this course covers.mp4 | Size: (6.82 MB)
FileName :0003 What you are going to build.mp4 | Size: (24.34 MB)
FileName :0004 Is this course for you.mp4 | Size: (761.8 KB)
FileName :0005 Software prerequisites.mp4 | Size: (1.44 MB)
FileName :0006 Introduction to ASP NET Core.mp4 | Size: (8.64 MB)
FileName :0007 Development environment setup.mp4 | Size: (9.45 MB)
FileName :0008 Introduction.mp4 | Size: (891.39 KB)
FileName :0009 ASP NET Core Web API Essentials.mp4 | Size: (10.35 MB)
FileName :0010 Creating a Web API project.mp4 | Size: (25.05 MB)
FileName :0011 Building and debugging a Web API project.mp4 | Size: (16.85 MB)
FileName :0012 Adding the Game Entity.mp4 | Size: (24.38 MB)
FileName :0013 Implementing a GET ALL endpoint.mp4 | Size: (8.02 MB)
FileName :0014 Using Postman.mp4 | Size: (10 MB)
FileName :0015 Implementing a GET BY ID endpoint.mp4 | Size: (13.42 MB)
FileName :0016 Implementing the POST endpoint.mp4 | Size: (19.74 MB)
FileName :0017 Implementing the PUT endpoint.mp4 | Size: (17.82 MB)
FileName :0018 Implementing the DELETE endpoint.mp4 | Size: (10.71 MB)
FileName :0019 Introduction.mp4 | Size: (703.78 KB)
FileName :0020 Using Route Groups.mp4 | Size: (11.97 MB)
FileName :0021 Adding Server Side Validation.mp4 | Size: (9.81 MB)
FileName :0022 Introduction to NuGet.mp4 | Size: (3.41 MB)
FileName :0023 Using NuGet packages.mp4 | Size: (16.07 MB)
FileName :0024 Refactoring the endpoints.mp4 | Size: (33.16 MB)
FileName :0025 Introduction.mp4 | Size: (868.76 KB)
FileName :0026 Introduction to the repository pattern.mp4 | Size: (2.65 MB)
FileName :0027 Adding the Games Repository.mp4 | Size: (35.17 MB)
FileName :0028 Understanding Dependency Injection.mp4 | Size: (8.27 MB)
FileName :0029 Understanding Service Lifetimes.mp4 | Size: (6.34 MB)
FileName :0030 Using Dependency Injection.mp4 | Size: (38.05 MB)
FileName :0031 Understanding Data Transfer Objects.mp4 | Size: (4.08 MB)
FileName :0032 Using Data Transfer Objects.mp4 | Size: (36.3 MB)
FileName :0033 Introduction.mp4 | Size: (792.31 KB)
FileName :0034 Introduction to Docker.mp4 | Size: (2.86 MB)
FileName :0035 Running SQL Server as a Docker container.mp4 | Size: (25.81 MB)
FileName :0036 Reading configuration from appsettings json.mp4 | Size: (12.85 MB)
FileName :0037 Storing secrets for local development.mp4 | Size: (4.01 MB)
FileName :0038 Using Secret Manager to store a connection string.mp4 | Size: (13.38 MB)
FileName :0039 Introduction.mp4 | Size: (859.91 KB)
FileName :0040 Introduction to Entity Framework Core.mp4 | Size: (6.63 MB)
FileName :0041 Creating the DBContext.mp4 | Size: (19.32 MB)
FileName :0042 Generating database migrations.mp4 | Size: (22.44 MB)
FileName :0043 Configuring entities for database migration.mp4 | Size: (17.06 MB)
FileName :0044 Applying a database migration.mp4 | Size: (10.35 MB)
FileName :0045 Applying migrations on startup.mp4 | Size: (18.63 MB)
FileName :0046 Implementing an Entity Framework repository.mp4 | Size: (18.25 MB)
FileName :0047 Using the Entity Framework repository.mp4 | Size: (21.45 MB)
FileName :0048 Understanding the Asynchronous Programming Model.mp4 | Size: (5.74 MB)
FileName :0049 Using the asynchronous programming model.mp4 | Size: (38.66 MB)
FileName :0050 Introduction.mp4 | Size: (1015.93 KB)
FileName :0051 Using Token Based Authentication.mp4 | Size: (4.92 MB)
FileName :0052 Securing an ASP NET Core Web API.mp4 | Size: (14.11 MB)
FileName :0053 Creating Access Tokens.mp4 | Size: (10.77 MB)
FileName :0054 Understanding JSON Web Tokens.mp4 | Size: (5.88 MB)
FileName :0055 Using Access Tokens In Postman.mp4 | Size: (16.24 MB)
FileName :0056 Using Role Based Authorization.mp4 | Size: (12.55 MB)
FileName :0057 Using Claims Based Authorization.mp4 | Size: (36.72 MB)
FileName :0058 Introduction.mp4 | Size: (1.05 MB)
FileName :0059 Introduction to Logging.mp4 | Size: (4.08 MB)
FileName :0060 Sending logs via the WebApplication logger.mp4 | Size: (9.21 MB)
FileName :0061 Using ILoggerFactory.mp4 | Size: (6.94 MB)
FileName :0062 Using ILogger.mp4 | Size: (13.39 MB)
FileName :0063 Using a Json Logger.mp4 | Size: (11.74 MB)
FileName :0064 Using structured logging.mp4 | Size: (13.13 MB)
FileName :0065 Configuring log levels.mp4 | Size: (23.71 MB)
FileName :0066 Use HTTP Logging.mp4 | Size: (11.1 MB)
FileName :0067 Introduction.mp4 | Size: (987.15 KB)
FileName :0068 Catching and logging errors.mp4 | Size: (28.7 MB)
FileName :0069 Returning problem details.mp4 | Size: (31.52 MB)
FileName :0070 Introduction to Middleware.mp4 | Size: (3.15 MB)
FileName :0071 Adding a middleware via a request delegate.mp4 | Size: (32.8 MB)
FileName :0072 Creating a middleware class.mp4 | Size: (19.36 MB)
FileName :0073 Using the Built In Exception Handler.mp4 | Size: (52.4 MB)
FileName :0074 Introduction.mp4 | Size: (956.55 KB)
FileName :0075 The importance of versioning.mp4 | Size: (3.47 MB)
FileName :0076 Using version specific DTOs.mp4 | Size: (8.42 MB)
FileName :0077 Adding URL path based versioning support.mp4 | Size: (14.91 MB)
FileName :0078 Using the ASP NET API Versioning package.mp4 | Size: (18.03 MB)
FileName :0079 Using Query String versioning.mp4 | Size: (7.48 MB)
FileName :0080 Specifying a default API version.mp4 | Size: (7.14 MB)
FileName :0081 Introduction.mp4 | Size: (707.45 KB)
FileName :0082 Running the Game Store Portal.mp4 | Size: (11.27 MB)
FileName :0083 Understanding CORS.mp4 | Size: (8.47 MB)
FileName :0084 Configuring CORS.mp4 | Size: (21.27 MB)
FileName :0085 Refactoring the CORS configuration.mp4 | Size: (10.95 MB)
FileName :0086 Introduction.mp4 | Size: (729.21 KB)
FileName :0087 Introduction to OAuth 2 0.mp4 | Size: (7.58 MB)
FileName :0088 Introduction to OpenID Connect.mp4 | Size: (8.77 MB)
FileName :0089 Setting up Auth0.mp4 | Size: (8.29 MB)
FileName :0090 Defining an Auth0 API.mp4 | Size: (7.01 MB)
FileName :0091 Defining Auth0 Roles and Users.mp4 | Size: (17.08 MB)
FileName :0092 Defining the Auth0 application.mp4 | Size: (9.76 MB)
FileName :0093 Introduction.mp4 | Size: (1008.48 KB)
FileName :0094 Configuring the Auth0 scheme in the Web API.mp4 | Size: (17.52 MB)
FileName :0095 Getting and using access tokens in Postman.mp4 | Size: (28.74 MB)
FileName :0096 Adding support for multiple scopes.mp4 | Size: (32.05 MB)
FileName :0097 Getting and exploring ID tokens.mp4 | Size: (17.1 MB)
FileName :0098 Enable authentication in the Game Store client.mp4 | Size: (18.08 MB)
FileName :0099 Introduction.mp4 | Size: (768.29 KB)
FileName :0100 Adding pagination support to repositories.mp4 | Size: (25.35 MB)
FileName :0101 Add pagination support to the GetGames request.mp4 | Size: (13.68 MB)
FileName :0102 Adding pagination support to responses.mp4 | Size: (22.23 MB)
FileName :0103 Trying out pagination.mp4 | Size: (9.8 MB)
FileName :0104 Introduction.mp4 | Size: (718.05 KB)
FileName :0105 Add search support to repositories.mp4 | Size: (22.17 MB)
FileName :0106 Add search support to the request.mp4 | Size: (8.21 MB)
FileName :0107 Trying out search.mp4 | Size: (8.43 MB)
FileName :0108 Introduction.mp4 | Size: (792.27 KB)
FileName :0109 Adding OpenAPI support.mp4 | Size: (35.05 MB)
FileName :0110 Enable the Swagger UI experience.mp4 | Size: (26.92 MB)
FileName :0111 Describing response types.mp4 | Size: (29.74 MB)
FileName :0112 Adding summaries tags and descriptions.mp4 | Size: (25.42 MB)
FileName :0113 Introduction.mp4 | Size: (671.66 KB)
FileName :0114 What Is Microsoft Azure.mp4 | Size: (6.33 MB)
FileName :0115 Getting Your Azure Account.mp4 | Size: (5.48 MB)
FileName :0116 Quick tour of the Azure Portal.mp4 | Size: (18.42 MB)
FileName :0117 Creating a resource group.mp4 | Size: (14.34 MB)
FileName :0118 Introduction.mp4 | Size: (806.94 KB)
FileName :0119 File upload options.mp4 | Size: (5.24 MB)
FileName :0120 What Is Azure Storage.mp4 | Size: (8.83 MB)
FileName :0121 Creating an Azure storage account.mp4 | Size: (6.72 MB)
FileName :0122 Implement the image uploader.mp4 | Size: (17.36 MB)
FileName :0123 Registering the Image uploader in the service container.mp4 | Size: (16.4 MB)
FileName :0124 Implementing the image upload endpoint.mp4 | Size: (22.95 MB)
FileName :0125 Trying out image upload.mp4 | Size: (17.5 MB)
FileName :0126 Introduction.mp4 | Size: (844.94 KB)
FileName :0127 Creating an Azure SQL database.mp4 | Size: (17.79 MB)
FileName :0128 Creating an Azure App Service.mp4 | Size: (23.85 MB)
FileName :0129 Enabling Logging to Azure App Service.mp4 | Size: (5.6 MB)
FileName :0130 Deploying the Web API.mp4 | Size: (29.69 MB)
FileName :0131 Introduction.mp4 | Size: (1.05 MB)
FileName :0132 Publishing the client to GitHub.mp4 | Size: (15.73 MB)
FileName :0133 Creating a Static Web App.mp4 | Size: (18.62 MB)
FileName :0134 Updating the Web API CORS policy.mp4 | Size: (9.06 MB)
FileName :0135 Adding Auth0 support to deployed client.mp4 | Size: (16.91 MB)]
Screenshot
[Image: Bc8TywGQ_o.jpg]

TurboBit

[To see links please register or login]

RapidGator

[To see links please register or login]

[Image: signature.png]
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

Download Now   Download Now
Download Now   Download Now


Telegram