lunes, 21 de septiembre de 2020
El código de estado HTTP 413, "Payload too large", es retornado por los servidores cuando el tamaño de los datos que está recibiendo es demasiado grande y, por tanto, deben ser rechazados. El servidor puede cerrar en esos momentos la conexión para evitar que el cliente continúe enviando datos y, sólo si el problema es transitorio, enviar un encabezado Retry-After
para indicar en cuánto tiempo puede volver a intentarse la operación.
Ahí van los enlaces recopilados durante la semana pasada. Espero que os resulten interesantes. :-)
Por si te lo perdiste...
- Describiendo APIs ASP.NET Core con Swagger
José María Aguilar - Flushing asíncrono en ASP.NET Core MVC
José María Aguilar
.NET Core / .NET
- Announcing .NET 5.0 RC 1
Richard Lander - C#9 - Top Level Programs
Eduard Tomás - The future of .NET Standard
Immo Landwerth - Understanding Dependency Injection in .NET Core with Quartz.NET example
Bohdan Stupak - Things you need to know as a C# developer - Collections
Sam Fields - .NET Async Programming in a Nutshell
Nelson Parente - C# 9.0: Target-typed expression
Miguel Bernard - .NET Performance Optimisations Don't Have to be Complex - Steve Gordon
Steve Gordon - How to Convert Existing WinForms/WPF Projects to .NET Core
Desislava Yordanova - 6 Easy Ways to Split a PDF Document Using C#
Praveen Kumar - Using OpenAPI with .NET Core
Tom Deseyn - Cross platform diagnostic tools for .NET Core & dotnet-trace for .NET Core tracing in PerfView, SpeedScope, Chromium Event Trace Profiling, Flame graphs and more!
Scott Hanselman
ASP.NET Core / ASP.NET / Blazor
- Cómo actualizar correctamente un sitio web y evitar DLLs bloqueadas al actualizar una aplicación ASP.NET en IIS (o Azure)
José Manuel Alarcón Aguín - ASP.NET Core updates in .NET 5 Release Candidate 1
Daniel Roth - Blazor.Animate adds support for running animations manually
Mikael Koskinen - Rendering PDFs with Razor Templates and PuppeteerSharp in Azure Functions
Anthony Chu - Don't get burned by missing await Calls for Async Code in ASP.NET Core Middleware
Rick Strahl - Lazy load assemblies in a Blazor WebAssembly application
Gérald Barré - Hosting Vue in ASP.NET Core: A Different Take
Shawn Wildermuth - ASP.NET Core Configuration – Securing Sensitive Data Locally
Marinko Spasojevic - Making Scott Hanselman's Powerpoint Greenscreen trick work with RevealJS via Blazor Server
Jon Hilton - Four Reasons Why Your ASP.NET Core Application is Not Working in IIS
David Grace - The First Blazor Dock Manager
Brian Lagunas - CQRS and MediatR in ASP.NET Core
Marinko Spasojevic - Why use MediatR? 3 reasons why and 1 reason not
Derek Comartin - CSS isolation in Blazor
Gérald Barré - REST API Versioning Using ASP.NET Core
Jason Gaylord - Calling public methods on Blazor component from another component
Gérald Barré
Azure / Cloud
- Ejecutar contenedores bajo demanda con ACI y Azure Functions
Eduard Tomás - Introducing Cosmos DB Studio
Thomas Levesque
Conceptos / Patrones / Buenas prácticas
- SOLID menos mola (S)
Fernando Escolar
Data
- Announcing Entity Framework Core (EFCore) 5.0 RC1
Jeremy Likness - Executing raw SQL with Entity Framework Core 5
Michał Białecki - Index Usage: finding indexes not being used
Dennes Torres
Web / HTML / CSS / Javascript
- ¿Cuántos bugs y problemas al programar me puede evitar TypeScript?: los números concretos
CampusMVP - Vue.js v3.0.0 One Piece Released
Vue.js Team - Announcing TypeScript 4.1 Beta
Daniel Rosenwasser - Moment.js Project Status
Moment.js Team - ES6 New Array Methods
Jin Vincent Necesario - Browser Memory Limits
Eric Lawrence - How to dynamically add a query string to all links in a page
Miguel Bernard - content-visibility: the new CSS property that boosts your rendering performance
Una Kravets & Vladimir Levin - TypeScript Builders: Improving your types one step at a time
Scott Logic - Optimizing CSS for faster page loads
Tomas Pustelnik - Bad Idea: Animating Text Size/Scale
Kirupa Chinnathambi - 5 Awesome JavaScript Promise Tricks
David Walsh - How to Use Fetch with async/await
Dmitri Pavlutin - React: Hiding an Element as you Scroll
Kyle Luke - An introduction to TypeScript and ES Modules
David Whitney - JavaScript Under The Hood Pt. 1: The Global Object
Colton Kaiser
Visual Studio / Complementos / Herramientas
- GitHub CLI 1.0 is now available
Amanda Pinsker - Debug Your .NET Core Apps in WSL 2 with Visual Studio
Nathan Carlson - Bash History Navigation
Elijah Manor - Mystery memory leak: Where did my memory go?!
Jeffrey Worline - Using the IIS Express Extension for Visual Studio Code
Jason Gaylord - VSCode Tips for Power Users
Boris Yordanov
Xamarin
- Async/Await y Task mejores practicas para Xamarin
Luis Matos - Shell: Login, Onboarding y escenarios similares en Xamarin Forms
Luis Matos - Quickest way to clean temp files & directories in Xamarin mobile projects
The First Prototype - Animate A Mic Drop With Xamarin.Forms
Khalid Abuhakmeh - Fullscreen Video Background in Xamarin.Forms
Joe Meyer
Otros
- Dear Programmers, You Are Not F****** Special
Matthew Jones
Publicado en Variable not found.
Aún no hay comentarios, ¡sé el primero!
Enviar un nuevo comentario