Latest blog articles (see all)

0
comment
comment
on 11/2/2018 11:00 AM
Serilog with AWS Cloudwatch on Ubuntu
Few weeks ago we saw How to configure Serilog to work with different environment. At the end of the post, we saw briefly how to get the structured logs synced to Cloudwatch. Today we will explore the configuration in [...]
0
comment
comment
on 7/16/2018 3:58 PM
HttpClientFactory in ASP NET Core 2.1
ASP.NET Core 2.1 ships with a factory for HttpClient called HttpclientFactory. This factory allows us to no longer care about the lifecycle of the HttpClient by leaving it to the framework. Today we will see few ways [...]
0
comment
comment
on 6/21/2018 5:00 PM
So I’ve been trying to keep my development skills somewhat sharp by working on coding up certain data structures in C#. Course I’d rather do this with F# or even some more interesting FP language (Elm anyone?) but I do have a need to be able to show this[...]
0
comment
comment
on 4/13/2018 9:11 AM
I started writing a blog post about versioning in July 2017. I’ve mostly abandoned it, because I think the topic is too vast for a single post. It potentially needs a whole site/wiki/repository devoted to it. I hope to come back to it at some point, becau[...]
0
comment
comment
on 4/6/2018 5:01 AM
Hashicorp Vault behind IIS
Last week I talked about Hashicorp Vault and how it could be used to store secrets. Today I will continue on the same line and show how we can host Vault behind IIS and use what we learnt in the previous post to retrieve secrets[...]
0
comment
comment
on 3/11/2018 10:51 PM
WebSharper 4.1.6 has F# query on the client and net4x builds not depending on netstandard
0
comment
comment
on 3/2/2018 8:24 AM
Background There are three things you need to know to start with: Operations on read-only variables which are value types copy the variable value first. I’ve written about this before on this blog. C# 7.2 addresses this by introducing the readonly modifie[...]
0
comment
comment
on 2/20/2018 7:04 PM
Tutorial for instantiating a WebSharper site and configuring it to run on AWS Lambda
0
comment
comment
on 2/11/2018 8:37 PM
WebSharper 4.2-beta adds support for .NET Core and compiler configuration via json
0
comment
comment
on 2/6/2018 10:59 PM
WebSharper 4.1.6 has enhancements for bundle projects and bug fixes
![]() |
Copyright (c) 2011-2012 IntelliFactory. All rights reserved. Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy |
Built with WebSharper |