ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
How to create an Angular 5 app with Visual Studio 2017

Earlier, I posted about creating an Angular 4 app with VS 2017 and also posted a guide to upgrade an Angular 4 app to Angular 5 with VS 2017. Now you can also create Angular 5 app with Visual Studio 2017, without installing any third-party extensions or templates. This post talks about how to create […]
The post How to create an Angular 5 app with Visual Studio 2017 appeared first on Talking Dotnet.


http://www.talkingdotnet.com/how-to-create-an-angular-5-app-with-visual-studio-2017/
Microsoft Announce General Availability of Azure Redis Cache Geo-Replication

Microsoft recently announced the general availability of geo-replication support for the Azure Redis Cache service, Microsoft’s hosted implementation of the open-source Redis cache. The announcement follows a public preview that was announced in June 2017.
By Martin Abbott

http://www.infoq.com/news/2018/03/azure-redis-cache-geo-ga?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
Blazor: a technical introduction

Steve Sanderson provide some deeper technical details for those interested in how Blazor, a framework for browser-based applications written in .NET, running under WebAssembly, actually works.

http://blog.stevensanderson.com/2018/02/06/blazor-intro/
This library provides F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn>. An instance of this type holds a single value, which is one of the types in its generic argument list. https://github.com/mcintyre321/OneOf/
Extract text from PDF is one of a common data processing task. In this article, we’ll look at the example of how to extract text from whole PDF document using the Aspose.PDF for .NET.
https://medium.com/@andruhovski/extract-text-from-pdf-in-net-standard-2-0-cf6a6bc7f7c6
Scaffolding ASP.NET Core API Controllers

Matt Millican walks through quickly creating API controllers to jump start your project.

https://mattmillican.com/blog/aspnetcore-controller-scaffolding
👍1