dotNET Weekly
Add a link
LoginRegister
PrevOctober 2018Next
WSMTWTFS
4030123456
4178910111213
4214151617181920
4321222324252627
4428293031123

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!

A History of .NET Runtimes

by bill-s, 2018-10-02T23:36:48.409Z

But it got me thinking, how many .NET Runtimes are there? I put together my own list, then enlisted a crack team of highly-paid researchers, a.k.a my twitter followers:

.netc#

Customizing ASP.​NET Core Part 03: Dependency Injection

by JuergenGutsch, 2018-10-01T18:16:00.724Z

In the third part we'll take a look into the ASP.NET Core dependency injection and how to customize it to use a different dependency injection container if needed.

asp.net-core.net-core

Customizing ASP.​NET Core Part 04: HTTPS

by JuergenGutsch, 2018-10-01T18:17:03.924Z

HTTPS is on by default now and a first class feature. On Windows the certificate which is needed to enable HTTPS is loaded from the windows certificate store. If you create a project on Linux and Mac the certificate is loaded from a certificate file.

asp.net-core.net-core

Generating random passwords in ASP.NET Core

by mirceateodor.oprea@gmail.com, 2018-10-01T12:13:05.731Z

In this article, I go over the process of generating a random password in ASP.NET Core. This approach can be used in a variety of situations, but I mostly focus on one use case: generating the password at the time when the user creates the account.

.netc#asp.net-core.net-core

Introduction to Dependency Injection in C# using Autofac

by andrea.angella, 2018-10-02T22:49:34.374Z

Learn how to take an existing application and add Dependency Injection in C# using Autofac. Learn how to wire up dependencies both explicitly and implicitly.

.netc#visual-studio

Public Preview of Graph Edge Constraints on SQL Server 2019

by bill-s, 2018-09-29T18:38:51.813Z

SQL Server 2017 and Azure SQL Database introduced native graph database capabilities used to model many-to-many relationships. The first implementation of SQL Graph introduced support for nodes to represent entities, edges to represent relationships and a new MATCH predicate to support graph pattern matching and traversal.

.netsql-server

What I've Learned So Far Building Coravel (Open Source .NET Core Tooling) - Part 1

by jamesmh_dev, 2018-09-29T13:22:29.026Z

Throughout the journey of building Coravel I’ve learned tons - and am still learning each day. I wanted to start documenting some of these things - and give tips to those wanting to build their own .NET based open source projects!

.net-core

NewslettersAboutPrivacy Policy