dotNET Weekly
Add a link
LoginRegister
PrevFebruary 2021Next
WSMTWTFS
631123456
778910111213
814151617181920
921222324252627
1028123456

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!

10 Best Machine Learning Laptops

by bill-s, 2021-02-16T03:49:25.021Z

Machine learning is a wide branch of Artificial Intelligence. It gives machines the power to learn and grow all by themselves based on the provided big data. The machine learning frameworks and IDE needs a powerful device to work as many memory-intensive tasks are to be executed on these devices.

machine-learning

Azure App Service, Health checks and zero downtime deployments

by bill-s, 2021-02-16T03:54:20.072Z

I've been working recently on zero downtime deployments using Azure App Service. They're facilitated by a combination of Health checks and deployment slots. This post will talk about why this is important and how it works.

azure

Blazor Gamedev live coding sessions - Episode 1

by mizrael, 2021-02-19T17:43:35.298Z

In this first session, we'll see how it is possible to use Blazor not only for "regular" applications but also for writing videogames! Full code is available on GitHub: https://github.com/mizrael/BlazorCanvas​ The first article of the series is available here: https://www.davideguida.com/blazor-an...​ Demo game: https://mizrael.github.io/Blazeroids/

.net-coreasp.net-coreblazorc#

Export data from Google Analytics with .NET

by ThomasArdal, 2021-02-16T07:37:45.357Z

Learn how to export data from Google Analytics using Google's official Google.Apis.AnalyticsReporting.V4 NuGet package.

.net.net-corec#tools

Getting started with Microsoft YARP

by bill-s, 2021-02-20T23:30:09.176Z

This article discuss about YARP - A Reverse Proxy. YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. So what is a reverse proxy? A reverse proxy is an intermediate connection point placed at a network’s edge. It receives initial HTTP connection requests and behave like the actual endpoint based on the configuration. Reverse Proxy acts as gateway between your application and users.

.net

Implementing Blazor CRUD using Mudblazor Component Library in .NET 5 – Detailed Guide

by iammukeshm, 2021-02-17T20:25:11.410Z

Implementing CRUD Operations in Blazor .NET 5 using the Mudblazor Component Library and a polished way to achieve CRUD functionalities. Mudblazor is without any doubt one of the coolest and complete looking Blazor Component Libraries out there. Kudos to the Mudblazor Team! Here are the topics covered: 1. Introducing Mudblazor 2. What We’ll Be Building? 3. Setting up the Blazor Server Project – .NET 5 4. Installing and Configuring Mudblazor 5. Adding the Context & Models for EfCore 6. Blazor CRUD Operations – Service Layer 7. Building the UI with Mudblazor Components

blazor

Open-source HTTP API packages and tools

by bill-s, 2021-02-16T03:59:09.828Z

We’re continuing our series on building HTTP APIs with .NET 5. In the previous post, we covered Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API. In this post, we’ll go further with a look at using open-source HTTP API packages and tools. Let’s dig in! Creating Discoverable HTTP APIs with ASP.NET Core 5 Web API Open-source HTTP API packages and tools Visual Studio Connected Services App Building with Azure API Management, Power Apps, and Logic Apps

.net

SQL Formatter

by bill-s, 2021-02-16T03:52:26.559Z

SQL Formatter is a JavaScript library for pretty-printing SQL queries. It started as a port of a PHP Library, but has since considerably diverged.

javascript

Staying safe with .NET containers

by bill-s, 2021-02-16T03:54:32.756Z

Container-based application deployment and execution has become very common. Nearly all cloud and server app developers we talk to use containers in some way. We mostly hear about public cloud use, but also IoT and have even heard of .NET containers pulled and used over satellite links on cruise ships. In the early days, we would share compelling reasons why people should consider containers. We no longer do that because containers are so widely used now. We are focused on making .NET a great container platform, and adapting as the container ecosystem evolves.

.net

What is the difference between a DTO and a POCO (or POJO)

by bill-s, 2021-02-20T23:28:53.536Z

Two terms that come up frequently when discussing software development in .NET and C# are DTO and POCO. Some developers use these terms interchangeably. So, what is the difference between a DTO and a POCO? First, let's define each term.

.net

NewslettersAboutPrivacy Policy