dotNET Weekly
Add a link
LoginRegister
PrevAugust 2020Next
WSMTWTFS
312627282930311
322345678
339101112131415
3416171819202122
3523242526272829
36303112345

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!

Azure With Terraform: Provider 2.0 Update

by bill-s, 2020-08-13T23:25:04.094Z

Hashicorp's Terraform Provider for Azure has been released! Check out the new features and where Hashi has improved usability of Terraform.

.net

Blazor GameDev – part 8: keyboard input

by mizrael@yahoo.it, 2020-08-10T22:14:28.622Z

Hi everyone! Welcome back to part 8 of our Blazor 2d Gamedev series. Today we’re going to refactor our last example, detecting keyboard input to control character animations.

.net-coreasp.net-coreblazorc#

C# 9.0 Primary constructors

by miguelbernard, 2020-08-11T15:39:50.120Z

C# 9.0 now introduces a new simplified way to construct your classes. Most constructors are very redundant as the arguments of the constructor map one to one with a property of the same name. There's now a way to get rid of all that extra code.

c#

Embed an HTML/JavaScript Rich Text Editor into a WPF Application

by bill-s, 2020-08-13T23:28:18.568Z

In this stream, we take on a fun little experiment. We embed an HTML/JavaScrip rich text editor, named “Quill JS”, into a native WPF application. We utilize the WebView web browser control, C#, a little bit of JavaScript interop, and a whole lot of JavaScript to achieve our goals. We even try to mimic the Microsoft Teams chat editor experience. This was really fun and I need to do more experiments like this.

wpf

Introducing C# 9: Extending Partial Methods

by anthonygiretti, 2020-08-10T01:25:01.431Z

C# 8 (and above) has some restrictions regarding partial methods. For example : - Partial methods must have a void return type - Partial methods can’t have out parameters - Partial methods can’t have any accessibility keyword (public, private, protected etc….) C# 9 aims to remove these restrictions. If you want to learn more about the motivation behind this, you can find a good description on the Github page here: https://github.com/jaredpar/csharplang/blob/partial/proposals/extending-partial-methods.md

.net

Laws of UX

by bill-s, 2020-08-13T23:24:30.001Z

Aesthetic Usability Effect - Users often perceive aesthetically pleasing design as design that’s more usable. Doherty Threshold - Productivity soars when a computer and its users interact at a pace (<400ms) that ensures that neither has to wait on the other. ...

.net

ReactJS Based RPG Game! (part 1) React Hooks, Sprite Animation, Event Listener, Classless React

by bill-s, 2020-08-13T23:27:38.789Z

Today we start building an old school style RPG game using JavaScript, React, Custom React Hooks, Event Listeners, Sprites, and more! This first screencast will cover sprite walk animations and moving around the screen as well as adding basic zone info and tilesets. Next week I will be releasing the second part which is about creating maps and zones. Following that will be the fight screens. I think this series will be 6-9 parts and I will be releasing them 3 in a row, 1 a week!

javascript

Redis Caching in ASP.NET Core!

by iammukeshm, 2020-08-10T17:59:53.622Z

Redis Caching in ASP.NET Core! Here are the topics covered. 1. What is Distributed Caching in ASP.NET Core? 2. Pros & Cons of Distributed Caching 3. IDistributedCache interface 4. What is Redis? 5. Setting up Redis on Windows 10 6. Getting to know Redis Better 7. Redis CLI Commands 8. Integrating Redis Caching in ASP.NET Core

asp.net-core

Scaling relational SQL databases

by bill-s, 2020-08-10T18:18:54.551Z

Many applications today still rely on traditional SQL databases like MySQL, MariaDb or PostgreSQL for data storage and data processing. With the growing amount of data and new workloads that are made with these database systems, we often find ourselves in situations where we need to think about scaling such systems.

sql-server

Vulnerability Assessment | Azure Security Center in the Field

by bill-s, 2020-08-13T23:20:14.066Z

In this third episode of the Azure Security Center in the Field, Aviv Mor joins Yuri Diogenes to talk about Vulnerability Assessment in Azure Security Center, demonstrate the new VA partnership with Qualys, how to deploy the agent and visualize the vulnerability assessment results. Learn more: https://msft.it/6000TWuqj

azure

Unit Testing Middleware Components in ASP.NET Core

by referbruv, 2020-08-13T07:10:33.575Z

Unit Testing refers to testing the functionality of a component in isolation. A Middleware is an individual component that is responsible for a single functionality in a request pipeline. Let's talk about how we can "Unit Test" a "Middleware" component in ASP.NET Core

.net-coretesting

Working with Options pattern in ASP.NET Core - The Complete Guide

by referbruv, 2020-08-13T07:21:34.312Z

As the application grows in complexity, so does configuration in most cases - making individual values from the configuration hard to access. we can make use of the Options pattern in the ASP.NET Core to leverage the benefits of DI and create a robust and strictly typed configuration system.

.net-coreasp.net-corec#

NewslettersAboutPrivacy Policy