(Phillip) We’re excited to announce general availability of F# 4.6 and the F# tools for Visual Studio 2019! In this post, I’ll show you how to get started, explain the F# 4.6 feature set, give you an update on the F# tools for Visual Studio, and talk about what we’re doing next.
Tag: Development
F# Weekly #12, 2019 – F# in Amazon Lambda, Mono tail calls optimizations & IL viewer in Rider
(Sergey Tihon) Welcome to F# Weekly,
.NET Core Opinion 12 – Use Your ASP.NET Core App as an Executable
(K. Scott Allen) There is a special moment of time in the life of every ASP.NET Core process when the application has all the services registered and all the configuration sources in place, but has not yet started to listen for HTTP messages.
My Opinionated git Cheat Sheet
(Ben Nadel) I’ve been using git for about 7-years now. And you would think that using git for the better part of a decade might have made me a git expert.
Managing Production and Development Settings in ASP.NET Core
(Peter Vogel) The reality is that you will need to have, at least, two different configurations: one for production and one for development. Here’s how to automate those conversions.
Serverless Architectures
(Patryk Borowa) While Serverless is not exactly a new idea, it has certainly been gaining traction in recent months. In this article I will explain what Serverless Architecture is and what are it’s advantages and disadvantages. And most importantly – the use cases!
Complete information About the SSL Certificate
(Honey Sriwas) While many of us would have frequently heard this term “SSL Certificate”, but very few of us actually know what it is or how it works and since very few of us really know what an SSL Certificate is, it’s quite obvious that they might not be aware of its importance or criticality in th
Working with the Kendo UI Grid with ASP.NET MVC
(Tapas Pal) To present tabular data in our Web applications, developers generally use HTML tables or other UI libraries.
Handle Unknown Actions In ASP.NET Core MVC
(Bipin Joshi) While working with ASP.NET Core MVC, usually you have known number of actions and views. At times you might come across a situation where you need to deal with actions unknown at development time. Let me briefly explain a situation I recently stumbled upon.
Scrolling An Overflow-Container Back To The Top On Content Change In Angular 7.2.7
(Ben Nadel) Yesterday, I shared my feelings on tightly-coupled DOM (Document Object Model) access in an Angular 7.2.7 application; and, about how I’m going to stop bending over backwards in an attempt to fulfill some dogmatic separation of concerns when a payoff is never going to be realized.