Ben Adams and Anirudh Agnihotry have worked to improve the stack traces and error messages in .NET Core.
By Jonathan Allen
http://www.infoq.com/news/2018/01/Core-Stack-Trace?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
By Jonathan Allen
http://www.infoq.com/news/2018/01/Core-Stack-Trace?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
InfoQ
Cleaner Stack Traces in .NET/.NET Core
Ben Adams and Anirudh Agnihotry have worked to improve the stack traces and error messages in .NET Core.
https://neelbhatt40.wordpress.com/2018/01/18/facebook-login-setup-in-net-core2-0-step-by-step-guide/
Neel Bhatt
Facebook Login setup in .Net Core(2.0) : Step by step guide
Note – You can find the source code of my sample application here. In my previous post of Authentication, I explained how to add Login functionality to your .Net Core 2.0 application using .Net Cor…
OpenIddict aims at providing a simple and easy-to-use solution to implement an OpenID Connect server in any ASP.NET Core 1.x or 2.x application. https://github.com/openiddict/openiddict-core
GitHub
GitHub - openiddict/openiddict-core: Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET - openiddict/openiddict-core
ASP.NET Templates provide project templates which are used in .NET Core for creating ASP.NET Core applications. https://github.com/aspnet/templating
GitHub
GitHub - aspnet/Templating: [Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.…
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore - GitHub - aspnet/Templating: [Archived] ASP.NET Core templates for .NET CLI ...
Aspose.PDF is a single cross-platform library for .NET/.NET Standard 2.0, Java, and Android platforms. https://dev.to/andruhovski/export-data-to-pdf-using-asposepdf-for-net-core-20--1cc8
DEV Community
Export data to PDF using Aspose.PDF for .NET Core 2.0
Export data to PDF documents using Aspose.PDF for .NET Core 2.0
VIDEO SERIES: MODERNIZING .NET APPS FOR DEVELOPERS
https://blog.docker.com/2018/02/video-series-modernizing-net-apps-developers/
#docker #dotnet
https://blog.docker.com/2018/02/video-series-modernizing-net-apps-developers/
#docker #dotnet
Visual Studio Code: How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member' https://dev.to/coolgoose/how-to-disable-notifications-in-aspnet-core-20-for-missing-xml-comment-for-publicly-visible-type-or-member-29ab
DEV Community
How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'
How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'
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/
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/
Talking Dotnet
How to create an Angular 5 app with Visual Studio 2017 #angular5 #aspnetcore
Find out how to create an Angular 5 app with Visual Studio 2017 using newly release SPA templates and what's new in it.
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
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
InfoQ
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.
Algorithm and code to create sorted page out of several large volatile unsorted data sets.
https://www.codeproject.com/Articles/1234306/Sorted-Page-from-Distributed-Unsorted-Data-Sets
https://www.codeproject.com/Articles/1234306/Sorted-Page-from-Distributed-Unsorted-Data-Sets
Codeproject
Sorted Page from Distributed Unsorted Data Sets - CodeProject
Algorithm and code to create sorted page out of several large volatile unsorted data sets.; Author: Igor Ladnik; Updated: 12 Mar 2018; Section: Algorithms & Recipes; Chapter: General Programming; Updated: 12 Mar 2018
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/
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/
Steve Sanderson's Blog
Blazor: a technical introduction
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/
GitHub
GitHub - mcintyre321/OneOf: Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching
Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching - mcintyre321/OneOf
Dependency Injection in ASP.NET Core - Demystified
Brief introduction to Dependency Injection in ASP.NET Core, a comparison from ASP.NET MVC 5, followed by a look at the built-in dependency injection support in ASP.NET Core and using 3rd party containers like Autofac and StructureMap.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=1426
Brief introduction to Dependency Injection in ASP.NET Core, a comparison from ASP.NET MVC 5, followed by a look at the built-in dependency injection support in ASP.NET Core and using 3rd party containers like Autofac and StructureMap.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=1426
Dotnetcurry
Dependency Injection in ASP.NET Core - Demystified | DotNetCurry
Brief introduction to Dependency Injection in ASP.NET Core, a comparison from ASP.NET MVC 5, followed by a look at the built-in dependency injection support in ASP.NET Core and using 3rd party containers like Autofac and StructureMap.
Add Identity as UI in ASP.NET Core 2.1 application
http://www.talkingdotnet.com/add-identity-ui-asp-net-core-2-1-application/
http://www.talkingdotnet.com/add-identity-ui-asp-net-core-2-1-application/
Talking Dotnet
Add Identity as UI in ASP.NET Core 2.1 application #aspnetcore #dotnetcore
Find out how to add Identity as UI in ASP.NET Core 2.1 application as the Identity framework is available in a nuget package.
Getting started with Blazor
https://www.jerriepelser.com/blog/getting-started-with-blazor
https://www.jerriepelser.com/blog/getting-started-with-blazor
Jerriepelser
Getting started with Blazor
Blazor is an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. Let's see how you can start experimenting with this today.
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
https://medium.com/@andruhovski/extract-text-from-pdf-in-net-standard-2-0-cf6a6bc7f7c6
Medium
Extract text from PDF in .NET Standard 2.0
Extract text from PDF is one of a common data processing task.
Migrate existing ASP.Net Core 2.0 application to ASP.Net Core 2.1
Virendra Dugar lays out the steps to migrate an existing ASP.NET Core 2.0 application to 2.1 preview 1.
http://www.talkingdotnet.com/migrate-existing-aspnet-core-2-application-aspnet-core-2-1/
Virendra Dugar lays out the steps to migrate an existing ASP.NET Core 2.0 application to 2.1 preview 1.
http://www.talkingdotnet.com/migrate-existing-aspnet-core-2-application-aspnet-core-2-1/
Talking Dotnet
Migrate existing ASP.Net Core 2.0 application to ASP.Net Core 2.1 #aspnetcore
Find out steps to migrate existing ASP.NET Core 2.0 application to ASP.NET Core 2.1. Nothing complex, pretty straightforward.
Creating a .NET Core global CLI tool for squashing images with the TinyPNG API
In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API
https://andrewlock.net/creating-a-net-core-global-cli-tool-for-squashing-images-with-the-tinypng-api/
In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API
https://andrewlock.net/creating-a-net-core-global-cli-tool-for-squashing-images-with-the-tinypng-api/
Andrew Lock | .NET Escapades
Creating a .NET Core global CLI tool for squashing images with the TinyPNG API
In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API
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
Matt Millican walks through quickly creating API controllers to jump start your project.
https://mattmillican.com/blog/aspnetcore-controller-scaffolding
👍1
The mother of all demo apps - Exemplary fullstack Medium.com clone
Tor Hovland shares how a full stack Medium.com clone can be built using any of the supported front ends and back ends, including ASP.NET Core, React, Angular, Node, Django, and many more.
https://github.com/torhovland/realworld
Tor Hovland shares how a full stack Medium.com clone can be built using any of the supported front ends and back ends, including ASP.NET Core, React, Angular, Node, Django, and many more.
https://github.com/torhovland/realworld
GitHub
GitHub - torhovland/realworld: "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular,…
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 - GitHub - torhovland/realworld: "The mother...