lunes, 15 de junio de 2020
Seguimos comentando los códigos de estado HTTP que coinciden con el número de entrega de la serie enlaces interesantes, y en esta ocasión le ha llegado el turno al HTTP 408.
Este código de estado es enviado por un servidor cuando cierra una conexión debido a que se ha superado el tiempo de espera máximo establecido para recibir una petición, es decir, se ha producido un timeout antes de que la petición haya terminado de llegar. En estos casos, el error suele ir acompañado de un encabezado Connection
con el valor close
, que indica que el servidor desea cerrar la conexión:
HTTP/1.1 408 Request timeout
Connection: close
Y ahora, ahí van los enlaces recopilados durante la semana pasada. Espero que os resulten interesantes. :-)
Por si te lo perdiste...
- Comprimir el resultado de acciones específicas en ASP.NET Core MVC
José María Aguilar - Ojo con la inicialización de propiedades usando expression bodied members
José María Aguilar
Eventos
- Vuelve el Talks4Kids!
Javier Suárez
.NET Core / .NET
- Announcing .NET 5.0 Preview 5
Richard Lander - C# 9: Partial Method Enhancements for Source Generators
Jonathan Allen - .NET 5 – How to start – Michał Białecki Blog
Michał Białecki - Multilayer Caching in .NET
James Turner - Signing JWT with RSA in .NET Core 3.x Made Easy
Vincent Maverick Durano - High Performance TCP Client Server using TCPListener and TCPClient in .Net Standard
Shawn TM - How Do I Think About Async Code?!
Leslie Richardson - await false & await true
Konrad Kokosa - HelpMate.Core: A Tiny Helper For Writing .NET Core Applications
Vincent Maverick Durano - How to implement Automapper in ASP.NET Core 3.1
Procoder - Testing IOptionsMonitor
Ben Foster - Optimizing C# Value Types
Stéphane Gay - Exploring top-level statements in C# 9
Jiří Činčura - A New Pattern for Exception Logging
Stephen Cleary - Viewing AutoMapper Execution Plans with ReadableExpressions
Lucian Bargaoanu - Ecoji .NET: Encode Your Data With Emoji
Ecoji.NET
ASP.NET Core / ASP.NET
- ASP.NET Core updates in .NET 5 Preview 5
Sourabh Shirhatti - Introducing "Web Live Preview"
Tim Heuer - Web Templating Using ASP.NET Web API and Handlebars
Nitij - How To Detect Unsupported Browsers Under a Blazor WebAssembly Application?
Wael Kdouh - ASP.NET Core 3.1: Newtonsoft.Json Issues With Enumerable.Empty<T> Assignment
Ken Dale - ASP.NET Core OData Part 1 & Part 2
Ricardo Peres - Blazor Introduction - Comparing Blazor Server with Blazor WebAssembly
Marinko Spasojevic - Angular SPA with an ASP.NET Core API using Azure AD Auth and user access tokens
Damien Bowden - Versioning an ASP.NET Core API
Gérald Barré - Deploy Blazor WASM to GitHub Pages using GitHub Actions
Zanid Haytam - Implement custom filters in your ASP.NET Core feature flags
Dave Brock - Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts
Chris Sainty - Create Small Blog in Blazor (3/4): Build Entity Framework Queries
David Grace - Setting global authorization policies using the DefaultPolicy and the FallbackPolicy in ASP.NET Core 3.x
Andrew Lock - Dependency Injection in ASP.NET Core Attributes
Andy Butland - Razor Pages And Bootstrap - Lazy Loading Tabs
Mike Brind - Blazor RenderTree Explained
Ed Charbeneau - Blazor vs React for Web Developers
Jon Hilton - Allow optional FormBody in asp.net core REST API
Damien Tohin Doumer - Getting Value from appsettings.json in .NET Core
Jeetendra Gund
Azure / Cloud
- Durable Functions’ Distributed Tracing
Tsuyoshi Ushio - Using Azure Monitor Workbooks for Quick Monitoring Analytics & How to create your own Azure Monitor Workbooks?
Abhijit Jana - Manage Azure Cosmos DB with PowerShell
Patrick E. - How to Restore Default Settings for Azure Portal?
Abhijit Jana - Demystifying Pipelines in Azure DevOps (Build and Deployment)
Subodh Sohoni
Conceptos / Patrones / Buenas prácticas
- DRY vs DAMP in Unit Tests
Vladimir Khorikov - The Longest Palindromic Substring: Solving the Problem Using Constant Space
Alisa Bajramovic
Data
- Announcing Entity Framework Core 5.0 Preview 5
Jeremy Likness
Web / HTML / CSS / Javascript
- La problemática de los eventos unload, beforeunload y similares en dispositivos móviles y cómo gestionarlos
José Manuel Alarcón - Angular vs Vue: Best 10 Comparisons you Need to Know
Prayaag Kasundra - Modern JavaScript: ES6 and Beyond
Sophia Li - How to Open a Progressive Web App on Startup
Chris Love - Unobtrusively update an ExtJS app to TypeScript
Hendrik Bulens - The Trickery it Takes to Create eBook-Like Text Columns
Chris Coyier - Higher-Order Components In React
Shedrack Akintayo - How to Get All Custom Properties on a Page in JavaScript
Tyler Gaw - Type assertions in TypeScript
Axel Rauschmayer - How to Compare Objects in JavaScript
Dmitri Pavlutin - A Practical Example of Nullish Coalescing
Mark Brouch - Cool Little CSS Grid Tricks for Your Blog
Ana Tudor - ESLint: Everything You need to know about enforcing a style-guide with ESLint.
Rishabh Malhotra - The case for * { margin: 20px }
Gajus Kuizinas - How to use different syntax for Angular Interpolation
Dhananjay Kumar - Creative Background Patterns Using Gradients, CSS Shapes, and Even Emojis
Preethi - CSS :is() and :where() are coming to browsers
Šime Vidas
Visual Studio / Complementos / Herramientas
- Easily rename your Git default branch from master to main
Scott Hanselman - Generating release notes using Github Actions
Luis Ruiz - Visual Studio Tips and tricks: Add project reference using drag & drop
Gérald Barré - How Do I Debug Async Code in Visual Studio?
Leslie Richardson
Xamarin
- Probar versiones previas y bug fixes de Xamarin.Forms
Javier Suárez - [Xamarin.Forms] MultiBinding
Javier Suárez - Cleanup Your Xamarin.Forms MVVM Bindings Using Value Converters
Matthew Robbins - Xamarin Month - XAML code snippets
Andreas Nesheim - How To Convert Base 64 to Image in Xamarin
Logesh Palani - Working with connectivity in Xamarin Forms
Leomaris Reyes - Overriding Back Button in Xamarin.Forms Shell…
Udara Alwis - Sharpnado.Shadows: add many shadows to any Xamarin.Forms view
Jean-Marie Alfonsi - Validation Snippets in Xamarin Forms
Charlin Agramonte - Get started with TinyMvvm
Daniel Hindrikes - Simplifying Xamarin.Forms Grid Column and Row Definitions
Gerald Versluis - Create Iconic Text Avatars using skiasharp and xamarin forms
Ahmed Fouad
Otros
- Cómo arruinar tu carrera profesional en 8 sencillos pasos
CampusMVP - How to download the free HEVC / H.265 Video Extensions on Windows 10?
Kunal Chowdhury
Publicado en Variable not found.
Aún no hay comentarios, ¡sé el primero!
Enviar un nuevo comentario