lunes, 10 de octubre de 2016
Compartir:

.NET
- Audit.NET: A small framework to audit .NET object changes
Federico Daniel Colombo - New Features of C# 7.0
Prasad kulkarni - Screen Recorder in .NET
Arun Chandrasekhara Pillai - The week in .NET – On .NET on Cecil – NAudio – SpeechCentral – Hand of Fate
Bertrand Le Roy - Story of Equality in .Net - Part 6
Ehsan Sajjad - Pluralization: The missing part of .NET & PluralNet: Pluralization for your .Net application
Rudy Huyn
martes, 4 de octubre de 2016
Compartir:

Startup
es donde introducimos el código de inicialización de nuestras aplicaciones. En sus métodos Configure()
y ConfigureServices()
encontraremos aspectos de todo tipo, como los siguientes, por citar sólo algunos:- La configuración del sistema de settings
- Definición de destinos de logs y niveles de trazas
- Configuración de componentes de tratamiento de errores y sistemas de depuración y profiling adicionales
- Configuración de servicios como caching o estado de sesión
- Inserción y configuración de servicios y middlewares del framework, como los destinados al proceso de contenidos estáticos, internacionalización, CORS, u otros
- Middlewares personalizados
- Registro de servicios en el sistema de inyección de dependencias
- Inicializaciones específicas de la aplicación, como seeds de bases de datos o configuración de mapeos entre objetos
- Configuración de rutas de la aplicación
- …
lunes, 3 de octubre de 2016
Compartir:

.NET
- Optimising LINQ
Matt Warren - Convirtiendo Entidades de Dominio a Dtos y viceversa, parte I & parte II
Javier Torrecilla - Un-swallowing Swallowed Exceptions with Fody and IL Weaving
Nick Chamberlain - The week in .NET: On .NET on Orchard 2 – Mocking on Core – StoryTeller – Armello
Bertrand Le Roy - Introducing .NET Standard
Immo Landwerth - .NET Standard, una única Library para gobernarlos a todos!
Bruno Capuano - Yield or Not To Yield
Pavel Rytikov
martes, 27 de septiembre de 2016
Compartir:

En más de una ocasión me he topado con artículos que sugerían que ASP.NET Core MVC es un middleware y de hecho, incluso en algunos momentos yo también he tenido la sensación de que podía serlo.
Sin embargo, y esta es la respuesta corta si quieres ahorrar tiempo de lectura, estrictamente hablando no lo es.
lunes, 26 de septiembre de 2016
Compartir:

.NET
- When a disk cache performs better than an in-memory cache (befriending the .net GC)
Dan Roberts - Asynchronous Programming in C# using Async Await – Best Practices
Damir Arh - The week in .NET: On .NET with Steeltoe – C# Functional Extensions – Firewatch
Bertrand Le Roy - Inspecting aspects and interception in .NET, part I, II & III
Erik Heemskerk - Compact strings in the CLR
Matt Warren - Designing with Exceptions in .NET
Jonathan Allen - Channelling my inner geek
Marc Gravell
lunes, 19 de septiembre de 2016
Compartir:

Pero bueno, retomando las buenas costumbres, ahí lleváis los enlaces recopilados durante la semana pasada. Como siempre, espero que os resulten interesantes ;-)
.NET
- SOLID Design principles with C# practical examples
Vikram Chaudhary - Subverting .NET Type Safety with 'System.Runtime.CompilerServices.Unsafe'
Matt Watten - The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale
Bertrand Le Roy - Announcing September 2016 Updates for .NET Core 1.0
Rich Lander - Aspect Oriented Programming (AOP) in C# with SOLID
Yacoub Massad - Overusing the Null-Conditional Operator
Colin Angus Mackay