Blog articles

0
comment
on 9/15/2017 4:01 AM
Implicit flow with Identity Server and ASP NET Core Few months ago I talked about Resource owner password flow with Identity Server and ASP NET Core. But as mentioned in multi places, ROP is an anti pattern when it comes down to a correct implementation o[...]
.
0
comment
on 9/12/2017 9:42 AM
The word "design" is often used when talking about programming languages. In fact, it even made it into the name of one of the most prestigious academic programming conferences, Programming Language Design and Implementation (PLDI). Yet, it is almost[...]
.
0
comment
on 9/10/2017 1:46 PM
Once in the past, I was wondering how many times I had written null checks in C# so far. It must have been at least ten thousand times. Later, I discovered F#, which avoids null in most cases. Seeing that "in principle[...]
.
0
comment
on 9/9/2017 11:01 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Is F# dead? (We do not think so 😉 After so many years, still no .NET Native nor proper UWP support for F# NuGet.Server is released with SemVer 2.0.0 support What’s Nu in NuGet with V[...]
.
0
comment
on 9/8/2017 8:43 PM
Manage assets and static files with Angular CLI One of the easiest way to build Angular applicationns is through Angular CLI. Using the ng serve command will build and serve the whole application or we can use ng build to output the app into the outputDir[...]
.
0
comment
on 9/8/2017 1:40 AM
Full stack of `WebSharper.4.0-rc` packages are now available on NuGet.
.
0
comment
on 9/4/2017 1:00 AM
Tweet Serverless architectures are microservices by default, you need correlation IDs to help debug issues that spans across multiple functions, and possibly different event source types – asynchronous, synchronous and streams. This is the last of a 3-par[...]
.
0
comment
on 9/3/2017 5:34 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Voting for 2017 Community for F# Heroes is open! Ask about WebSharper on the new forums site Premake officially support #fsharp now too! Computer Vision with F# – Advanced Lane Findin[...]
.
0
comment
on 9/2/2017 1:00 AM
Tweet The common practice of using agents/daemons to buffer and batch send logs and metrics are no longer applicable in the world of serverless. Here are some tips to help you get the most out of your logging and monitoring infrastructure for your functio[...]
.
0
comment
on 9/1/2017 7:36 PM
Create type extensions in Typescript Typescript is a superset of JavaScript. It provides type safety on top of the JS libraries. Type safety is an important part of the development experience as it allows us to detect problems early thanks to the compile[...]
.
IntelliFactory Offices 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