.NET News

.NET Conf 2022
The biggest .NET 2022 virtual event - Welcome to .NET 7
GraphQL vs REST APIs: a complete guide
The article compares GraphQL and REST APIs for building APIs. It explains the differences between the two and compares their pros and cons. REST APIs are good for simple APIs, while GraphQL is better for complex APIs. The choice depends on the project's requirements, the team's expertise, and the available resources.
Visual Studio online - web based IDE and code editor
Cloud based Visual Studio Online opens up new frontiers for developer productivity - a cloud based Visual Studio development environments accessible anywhere, anytime
Dapr (Distributed Application Runtime) - an open source project to make it easier for every developer to build microservice applications
Dapr is a portable, event-driven runtime that makes it easy for developers to build resilient, microservice stateless and stateful applications that run on the cloud and embraces the diversity of languages and developer frameworks.
Angular and ASP.NET Core 3 deep dive tutorial
Visual Studio provides templates for Angular application however, there are limitations running angular application with ASP.NET as the host
Introducing SQL Server 2019 (Video)
SQL Server 2019 is the latest version of the versatile and venerable SQL Server. This latest version continues to redefine SQL Server from a traditional relational database system to a data platform for every data scenario from OLTP to DW to now big data and analytics.
.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