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...
Working with attachments in PDF using C#
https://medium.com/@andruhovski/working-with-attachments-in-pdf-using-c-c21e2c42e0c2
https://medium.com/@andruhovski/working-with-attachments-in-pdf-using-c-c21e2c42e0c2
Medium
Working with attachments in PDF using C#
The main goal of the PDF standard is to make it easy to share documents between different operating systems and devices while preserving…
Migrating to ASP.NET Core Tag Helpers
Ed Charbeneau explores the common patterns used for ASP.NET Core Tag Helpers and covers what's needed to migrate from HTML Helpers to Tag Helpers.
https://www.telerik.com/blogs/migrating-to-asp-dotnet-core-tag-helpers
Ed Charbeneau explores the common patterns used for ASP.NET Core Tag Helpers and covers what's needed to migrate from HTML Helpers to Tag Helpers.
https://www.telerik.com/blogs/migrating-to-asp-dotnet-core-tag-helpers
Telerik Blogs
Migrating to ASP.NET Core Tag Helpers
An article that introduces the concept of Tag Helpers in ASP.NET Core and how to use them effectively when migrating an ASP.NET project.
How to extract text from PDF with C# and Aspose.Cloud REST API.
https://www.reddit.com/r/aspose_pdf_for_cloud/comments/8gr5km/how_to_extract_text_from_pdf_in_c/
https://www.reddit.com/r/aspose_pdf_for_cloud/comments/8gr5km/how_to_extract_text_from_pdf_in_c/
reddit
How to extract text from PDF in C#
Aspose.PDF for Cloud has a [text manipulation API](https://apireference.aspose.cloud/pdf/#!/Text/GetText) by which we can extract text from PDF...
ASP.NET Core Unit Testing For Security Attributes
David Pine writes a unit test to check that the AuthorizeAttribute is set on various controller classes or even controller actions for his ASP.NET Core Web API endpoints.
https://davidpine.net/blog/asp-net-core-security-unit-testing/
David Pine writes a unit test to check that the AuthorizeAttribute is set on various controller classes or even controller actions for his ASP.NET Core Web API endpoints.
https://davidpine.net/blog/asp-net-core-security-unit-testing/
davidpine.net
ASP.NET Core Unit Testing For Security Attributes
Authorization Attribute Safety Net
C# 7.1, 7.2 and 7.3 - New Features (Updated)
C# 7 has added a number of new features to the language. This tutorial looks at the new features added to the minor versions of C# i.e. C# 7.1, 7.2 and and 7.3.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=1437
C# 7 has added a number of new features to the language. This tutorial looks at the new features added to the minor versions of C# i.e. C# 7.1, 7.2 and and 7.3.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=1437
Dotnetcurry
C# 7.1, 7.2 and 7.3 - New Features (Updated) | DotNetCurry
C# 7 has added a number of new features to the language. This tutorial looks at the new features added to the minor versions of C# i.e. C# 7.1, 7.2 and and 7.3.
C# ALGORITHMS
This repository is not directly related to Asp.net core, but seem to be useful in web apps.
https://github.com/aalhour/C-Sharp-Algorithms
This repository is not directly related to Asp.net core, but seem to be useful in web apps.
https://github.com/aalhour/C-Sharp-Algorithms
GitHub
GitHub - aalhour/C-Sharp-Algorithms: :books: Plug-and-play class-library project of standard Data Structures and Algorithms in…
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C# - GitHub - aalhour/C-Sharp-Algorithms: :books: Plug-and-play class-library pr...
👍1