(Dobromir Nikolov) The article talks about type expressiveness and how we can use the functional Either monad in C# to implement complex business logic that reads as simply as a description of sequential operations.
Tag: Development
Desktop Safari Seems To Add Extra Padding To CSS Flexbox Item Inside List Item
(Ben Nadel) Earlier this morning, in a post about trying to center-align a text-overflow: ellipsis effect using CSS Flexbox, I mentioned that I ran into a really odd desktop Safari behavior that appeared to add extra padding to the first Flexbox item if it was contained within a list item.
What’s new in Azure SignalR 1.1.0 Preview 1
(Ken) We just shipped 1.1.0 Preview 1 of Azure SignalR Service SDK to support some new features in ASP.NET Core 3.0, including endpoint routing and server-side Blazor.
The Fundamentals of Improving Productivity with Custom Tag Helpers in ASP.NET Core
(Peter Vogel) Some time back I wrote a post on a custom HtmlHelper that generated my typical block of HTML: A fieldset element containing a label, a textbox and a validation message element.
Top 3 Features in C# 8 that will change the way you write code
(Andrea Angella) C# 8 is the upcoming latest major version of the official programming language from Microsoft. C# 8 is packed with amazing features and some of them have the potential to change the way developers will write their C# code in the future.
Trying To Center A Text-Overflow Ellipsis Using CSS Flexbox In Angular 7.2.15
(Ben Nadel) The other day, after reading Accessibility For Everyone by Laura Kalbag, I started to re-think the accessibility and usability of text-overflow: ellipsis.
A Detailed Look At Data Binding in Blazor
(Chris Sainty) Binding data is a fundamental task in single page applications (SPAs). At some point every application needs to either display data (e.g. labels) or receive data (e.g. forms).
Revisiting: Styling A Movie Cast List Using A Definition List And Flexbox
(Ben Nadel) The other day, while basking in the awesome power of Flexbox, I took a stab at trying to style a movie cast list using a Definition List and CSS Flexbox.
C# : 7 Cool Language Features That You Rarely Use
(Siddharth Patel) These features were included as a part of C# in its 6th installment – C# 6.0. Relatively easy to master, they bring a new way of achieving the same programming goals.
Default implementations in interfaces
(Mads) With last week’s posts Announcing .NET Core 3.0 Preview 5 and Visual Studio 2019 version 16.1 Preview 3, the last major feature of C# 8.0 is now available in preview.
