dotNET Weekly
Add a link
LoginRegister
PrevNovember 2019Next
WSMTWTFS
44272829303112
453456789
4610111213141516
4717181920212223
4824252627282930

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Building gRPC service on ASP.NET Core

by bill-s, 2019-11-13T04:27:37.270Z

ASP.NET Core supports gRPC protocol that is about to replace legacy SOAP services with more performant and powerful protocol that is easier to use and support. This blog post shows how to build gRPC service and client on Visual Studio and ASP.NET Core.

asp.net-core

Announcing .NET Jupyter Notebooks

by bill-s, 2019-11-13T04:27:16.222Z

Jupyter Notebooks has been the significant player in the interactive development space for many years, and Notebooks have played a vital role in the continued popularity of languages like Python, R, Julia, and Scala. Interactive experiences like this give users with a lightweight tool (I like to say "interactive paper") for learning, iterative development, and data science and data manipulation.

.net

How to Work with C# Vectors and Matrices for Machine Learning

by bill-s, 2019-11-13T04:30:56.912Z

A working knowledge of machine learning (ML) is becoming an increasingly important part of many C# developers' skill sets. And virtually every significant ML technique uses vectors and matrices. In this article I get you up to speed with the fundamental knowledge you need to create and modify ML code written using the C# language.

c#

Debugging System.NullReferenceException - Object reference not set to an instance of an object

by ThomasArdal, 2019-11-12T11:09:18.561Z

Get help debugging System.NullReferenceException. The post will teach common solutions for both identifying and fixing causes of a NullReferenceException.

.net.net-core.net-standarddebugging

Programming languages: Python overtakes Java on GitHub as Google Dart use soars

by bill-s, 2019-11-13T04:28:29.131Z

Python now outranks Java based on the number of repository contributors, and by that metric Python is now second only to JavaScript, which has been in top spot since 2014, according to GitHub's 'State of the Octoverse' report for 2019.

tools

What is Blazor? A Tutorial on Building Web Apps with Authentication

by bill-s, 2019-11-13T04:23:13.660Z

TL;DR: This tutorial introduces the Blazor framework by guiding you in building a simple Web application with C#. It will also show you how to integrate your Blazor application with Auth0 in order to secure it. Following the steps described in this tutorial, you will end up building two versions of a simple Web application. You can find the full code in this GitHub repository.

blazor

Top VS Code Extensions You Don't Know

by bill-s, 2019-11-13T04:24:01.490Z

Top VS Code Extensions You Don't Know

vs

NewslettersAboutPrivacy Policy