.NET News

.NET Architecture Guides
Free application architecture guides to build enterprise scale production-ready .NET apps
Tailwind Traders - .NET reference application built with best-in-class tools, technologies like ASP.NET, React, .NET Core, WPF and Xamarin
Learn from .NET reference enterprise applications built with best practices, tools and patterns. Tailwind Traderes is a fictitious retail company showcasing the future of intelligent application experiences. These reference apps are all are powered by the Azure Cloud
ASP.Net Core Secrets management using Azure Key Vault Tutorial
Current trend is to manage application configuration and secrets in cloud. Azure Key Vault provider, a cloud based service which aptly suited to maintain and load .Net Core application secrets
Configuration and AppSettings definition in ASP.NET Core
.Net Core provided a completely new way to define application configuration values. It supports multiple configuration providers and sources like Key Vault, JSON files, environment variables, XML or any custom data source
.Net Core libraries for IoT development
.Net Core provides implementation libraries for various IoT devices and scenarios. These libraries provide support for various boards like Raspberry Pi and Hummingboard.
IoT development with .Net Core 3.0
Internet of Things (IoT) is slowly ubiquitous topic where billions of smaller devices are connected to the internet collecting and sharing all kinds of data like sensor data
Visual Studio Code tips and tricks
Visual Studio Code is a wonderful general purpose IDE with loads of extensions. VS Code tips and tricks goes a long way in improving developer productivity
Single Page applications (SPA) development with ASP.NET Core 3.0
ASP.NET Core 3.0 fully supports SPA web applications with client side frameworks like Angular and React. ASP.Net Core provides corresponding SPA middleware and lets you integrate SPA framework into .NET project.
.Net Conference 2019 videos
Microsoft announced .NET Core 3.0, ASP.NET, EF Core 3.0, C# 8, F# 4.7 and several new features for the .NET ecosystem as part of .NET Conf 2019
Migrating from Entity Framework 6 to EF Core
EF Core is cross platform version of popular Entity Framework technology. Applications built on full Entity Framework needs some work to port to EF Core