dotNET Weekly
Add a link
LoginRegister
PrevMarch 2021Next
WSMTWTFS
1028123456
1178910111213
1214151617181920
1321222324252627
1428293031123

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: Azure Cosmos DB Conf, a free online developer event

by bill-s, 2021-02-24T07:01:53.043Z

We are really excited to announce Azure Cosmos DB Conf, April 20-21, 2021. This is our very first virtual conference dedicated to Azure Cosmos DB, Microsoft’s fast NoSQL database with open APIs for any scale.

.net

C# Coding Guidelines & Practices

by bill-s, 2021-02-24T23:26:02.247Z

This repo highlights the list of software engineering guidelines in general. Most of these are industry-wise conventions, thus using them will ensure that your code is easily readable by people who are not you. It's a fact that coding standards are arbitrary. The key to a successful maintainable project, however, is not which standards you follow, but that you are consistent.

c#

How to Create Your .NET Project Template

by robertinoc, 2021-02-24T12:42:20.812Z

Learn how to create your .NET project template to use with .NET CLI and Visual Studio.

.net

Getting Deep into Shadows

by bill-s, 2021-02-24T07:42:19.130Z

Let’s talk shadows in web design. Shadows add texture, perspective, and emphasize the dimensions of objects. In web design, using light and shadow can add physical realism and can be used to make rich, tactile interfaces. Take the landing page below. It is for cycling tours in Iceland. Notice the embellished drop shadow of the cyclist and how it creates the perception that they are flying above not only the content on the page, but the page itself, as though they are “popping” over the screen. It feels dynamic and immediate, which is perfect for the theme of adventure.

tools

Event Sourcing Example & Explained in plain English

by bill-s, 2021-02-24T23:25:01.875Z

What is Event Sourcing? It’s a way of storing data that is probably very different than what you’re used to. I’ll explain the differences and show ab event sourcing example that should clear up all the mystery around it.

.net

How to implement two-factor authentication in ASP.NET Core

by ThomasArdal, 2021-02-23T07:37:59.263Z

Supporting two-factor authentication (2FA) in your web app is important in most cases. In this post, I'll show you how we did it on elmah.io.

.net-coreasp.net-corec#

Staying safe with .NET containers

by bill-s, 2021-02-24T23:25:30.512Z

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

Use Azure Functions with .NET 5

by bill-s, 2021-02-28T07:05:24.738Z

A little while ago, I wrote a post showing off how to use Open API and HttpRepl with ASP.NET Core 5 Web APIs. Using a new out-of-process model, you can now use .NET 5 with Azure Functions.

azure

NewslettersAboutPrivacy Policy