dotNET Weekly
Add a link
LoginRegister
PrevDecember 2018Next
WSMTWTFS
482526272829301
492345678
509101112131415
5116171819202122
5223242526272829
1303112345

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!

Announcing ML.NET 0.7 (Machine Learning .NET)

by bill-s, 2018-11-24T10:01:44.385Z

We’re excited to announce today the release of ML.NET 0.7 – the latest release of the cross-platform and open source machine learning framework for .NET developers (ML.NET 0.1 was released at //Build 2018). This release focuses on enabling better support for recommendation based ML tasks, enabling anomaly detection, enhancing the customizability of the machine learning pipelines, enabling using ML.NET in x86 apps, and more.

.net

Azure Tips and Tricks Part 175 - Machine Learning with ML.NET and Azure Functions - Part 2 of 2

by bill-s, 2018-11-24T10:01:14.587Z

Machine learning can be tricky. Fortunately, Azure is coming up with ways to make it easier for developers to jump into machine learning. In part 1 of this post on ML.NET and Azure Functions, you created a machine learning model with ML.NET that categorizes irises. You also set up a serverless architecture environment with Azure Functions and uploaded your model to it. In this post, you’re going to finish by building an app that uses your machine learning model.

azure

Best way to spin up a React plus ASP.NET Core Web API Application?

by bill-s, 2018-11-24T10:14:50.395Z

Looking to create a React front-end with an ASP.NET Core back-end? You have two clear options. Use the dotnet React templates Spin up separate projects for front-end and back-end

.net

Developing Samsung TV Apps with .NET - Getting Started

by bill-s, 2018-11-24T10:00:10.112Z

In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on the Tizen operating system which is “an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs). Tizen is developed by a community of developers, under open source governance, and is open to all members who wish to participate.” [Tizen.org]

.net

Compiling C# to WASM with Mono and Blazor then Debugging .NET Source with Remote Debugging in Chrome DevTools

by bill-s, 2018-11-27T10:18:53.660Z

Blazor quietly marches on. In case you haven't heard (I've blogged about Blazor before) it's based on a deceptively simple idea - what if we could run .NET Standard code in the browsers? No, not Silverlight, Blazor requires no plugins and doesn't introduce new UI concepts. What if we took the AOT (Ahead of Time) compilation work pioneered by Mono and Xamarin that can compile C# to Web Assembly (WASM) and added a nice UI that embraced HTML and the DOM?

blazor

Generating .editorconfig files automatically using IntelliCode

by bill-s, 2018-11-27T10:19:46.922Z

In this post I show how to install the experimental IntelliCode extension in Visual Studio, and how to use it to generate an EditorConfig file from your existing code.

.net

How to easily start using CosmosDB in your C# application in no time with Cosmonaut

by bill-s, 2018-11-27T10:18:11.517Z

I’ve used a lot of document-based NoSQL databases. CosmosDB is by far my favourite, mainly because it’s much more than a simple NoSQL database. Things like the cosmic scale, the different API options, the change feed or even the emulator that Microsoft provides are amazing.

.net

How to organize an Exploratory Testing Session

by andrea.angella, 2018-11-28T00:10:23.925Z

Exploratory testing is simple but extremely effective in finding issues in your software and avoid your customers to ever find them. Here are 5 simple steps you can follow to start today.

.netc#visual-studio

.NET Internals

by bill-s, 2018-11-24T10:15:45.419Z

This page collects all the posts I’ve written within .NET Internals series:

.net

Porting from ASP.NET to ASP.NET Core: Part 3 - Mechanics of porting

by jmezach, 2018-11-23T16:20:48.012Z

This post is part of a series: Part 1: Introduction Part 2: Third party dependencies Part 3: Mechanics of porting Part 4: Deployment and packaging options If you haven’t read any of the previous posts I recommend you do this now to get some context that I’ll be referring to in this post. If you have, continue on with the nitty gritty details of porting an app to ASP.

.net.net-coreasp.net-core

Setting up Swagger to support versioned API endpoints in ASP.NET Core

by bill-s, 2018-11-27T10:17:44.700Z

Versioning of your endpoints is important especially if you have 3rd party dependent clients of your REST API service. Any change in your endpoint, for example in data structure may impact clients even if it is backward compatible, clients may process your endpoint data in different ways, so even adding one additional property to your model may also impact functionality of the client which is consuming your endpoint.

.net

Top 12 C# Videos from NDC Sydney 2018

by andrea.angella, 2018-11-27T20:44:45.740Z

The NDC Sydney 2018 conference took place in September 2018 and all the video recordings are now available on Youtube. Below you can find the top 12 videos for C#.NET developers.

.netc#visual-studio

What Not To Do when Investigating a Memory Leak

by andrea.angella, 2018-11-29T00:32:39.108Z

The most important rule when investigating a memory leak or performance problem is to measure first. This is my experience of fixing a memory leak.

.netc#visual-studio

NewslettersAboutPrivacy Policy