lunes, 8 de mayo de 2017
.NET/.NET Core
- The week in .NET – .NET Architecture, .NET Core 2.0 status, Happy Birthday .NET with Matt Gertz, On .NET with Don Schenck on Red Hat, Fable
Bertrand Le Roy - C# 7.0 and Beyond with Mads Torgersen
Jakub Chodounsky - .NET Futures: Asynchronous Streams
Jonathan Allen - JSON.NET not just for serialization
Simon Timms - The curious case of async, await, and IDisposable
Bill Wagner - Using StringBuilder Length Property
gggustafson - Five Surprises after using .NET Core for six months
George Stockers - Announcing the .NET Framework 4.7 General Availability
Rich Lander
Publicado por José M. Aguilar a las 8:55 a. m.
Nadie ha comentado la entrada, ¿quieres ser el primero?
Etiquetas: enlaces
miércoles, 3 de mayo de 2017
Los que llevamos tiempo trabajando con paquetes NuGet, sabemos que la desinstalación de paquetes requería tradicionalmente entrar en la consola del gestor de paquetes, o bien usar el interfaz gráfico de este gestor de paquetes en Visual Studio, lo que era bastante lento y farragoso.
Y claro, como los humanos somos animales de costumbre, lo normal es que cuando damos el salto a ASP.NET Core continuemos haciéndolo de la misma forma, sin pararnos un segundo a replantearnos si hay mejores formas… lo que me recuerda a esta famosa imagen que anda por Internet desde hace bastante tiempo:
(Fuente: Ni idea)
Y claro, como los humanos somos animales de costumbre, lo normal es que cuando damos el salto a ASP.NET Core continuemos haciéndolo de la misma forma, sin pararnos un segundo a replantearnos si hay mejores formas… lo que me recuerda a esta famosa imagen que anda por Internet desde hace bastante tiempo:
(Fuente: Ni idea)
martes, 2 de mayo de 2017
.NET/.NET Core
- The week in .NET – Happy Birthday .NET with Chris Sells, free ASP.NET Core book, We are the Dwarves
Bertrand Le Roy - Contributing to .NET for Dummies
Rion Williams - TDDing into a Fibonacci Sequence in C# & Implementing a Fibonacci Sequence with Value Tuples in C# 7
Jeremy Clark - Spans and ref part 2 : spans
Marc Gravell - Common Multithreading Mistakes in C# - IV: Everything Else
Ben Bowen - Adding a Tool to a .NET Core Build
Samuel Cragg - C# Futures: Read-Only Local Variables & Relaxed Overrides
Jonathan Allen - Making string validation faster by not using a regular expression. A story
Maarten Balliauw - Surprise! Creating an instance of an open generic type
Jon Skeet - Arreglar el error de que falta un ensamblado en el GAC en una aplicación ClickOnce en una aplicación .NET
José Manuel Alarcón - Provide opt-out mechanism for new functionality using AppContext in .NET Core
Hisham Bin Ateya - 3D FaceViewer
Yang Kok Wah - Void-Free Style in C# 7.0
Lukáš Lánský - Using AutoMapper in Domain Objects with DotNet Core
Gary Woodfine
martes, 25 de abril de 2017
Y hoy vamos a comenzar con las funciones locales, una nueva capacidad que nos permitirá crear funciones locales a un ámbito, y que no serán visibles desde fuera de éste. Por ejemplo, podemos crear funciones en el interior de métodos, constructores, getters o setters, etc., pero éstas sólo serán visibles desde el interior del miembro en el que han sido declaradas.
Puede ser útil en determinados escenarios, puesto que evitan la introducción de "ruido" en las clases cuando determinado código sólo se va a consumir en el interior de un método, y al mismo tiempo pueden contribuir a mejorar la legibilidad y robustez del código.
lunes, 24 de abril de 2017
.NET/.NET Core
- The week in .NET – Happy birthday .NET with Robin Cole, TinyORM, 911 Operator
Bertrand Le Roy - Covariant and Contravariant Casting is 3x Slower than Dynamic
Daniel Cabtree - Spans and ref part 1 : ref
Marc Gravell - A tricky bit of code
Ayende Rahien - A C# developers guide to F#
Connel Hooley - Exploring Tuples as a Library Author
Marc Gravell - .NET Code Quality 3rd Party Tools – Using NDepend with .Net Core
Daniel Jimenez Garcia - What is an Unhandled Exception, and How to Catch All C# Exceptions
Matt Watson - Value Tuples in C# 7: Please Tell Me I'm Doing This Wrong
Jeremy Bytes - Emojis and String.Length
Spencer Schneidenbach - C# Tuples: New C# 7 language feature
Matthew D. Groves - C# Futures: Nullable Reference Types
Jonathan Allen - How to Generate C# Random Numbers, Pseudo vs Secure Random Numbers
Matt Watson
martes, 18 de abril de 2017
.NET/.NET Core
- The week in .NET – .NET Framework 4.7, reference documentation, On .NET on modular ASP.NET, Happy birthday .NET with Immo Landwerth, JustAssembly
Bertrand Le Roy - Casting to IEnumerable<T> is Two Orders of Magnitude Slower
Daniel Cabtree - MailKit Officially Replaces .NET’s SmtpClient
Jonathan Allen - Creating and editing solution files with the .NET CLI
Andrew Lock - .NET Framework April 2017 Monthly Rollup
Rich Lander - .NET Futures: Multiple Inheritance
Jonathan Allen - Extending .NET CLI with custom tools - dotnet init initializes your NuGet package
Maarten Balliauw - Exceptionless - better logging for .NET & JavaScript
Michal Dymel - How to Create .NET Core Windows Services with Visual Studio 2017
Matt Watson - Performant text processing in C#
Christopher Wright - Method overload resolution in C# 6.0: an interesting bug story
Miłosz Piechocki