(David Ramel) .NET-centric coders using Visual Studio can now ease their Amazon Web Services (AWS) development with the new Cloud Development Kit (AWS CDK), an open source framework for Infrastructure as Code projects.
Tag: Development
Draggable Menu with Image Grid Previews
(Mary Lou) A draggable inline menu with a scattered thumbnail preview of an image grid.
Dynamically generating robots.txt for ASP.NET Core sites based on environment
(Scott Hanselman) I’m putting part of older WebForms portions of my site that still run on bare metal to ASP.NET Core and Azure App Services, and while I’m doing that I realized that I want to make sure my staging sites don’t get indexed by Google/Bing.
Xamarin, Part 5: Portable Class Libraries (PCLs)
(Hannes DuPreez) Welcome to the final installment of my Xamarin article series. I think you’ll agree that we have covered a lot during the past few months, and I hope that this series has helped you in some way.
C# : Task Parallel Library (TPL) with async await and TaskCompletionSource for async I/O operations
(Siddharth Patel) Asynchronous operations have long been a part of C# and the .NET framework. We discussed quite a bit about asynchronous programming using the delegate’s BeginInvoke and EndInvoke methods and Event based Asynchronous Pattern ( EAP ) in our earlier posts.
Extension Methods Guidelines in C# .NET
(Michael Shpilt) In late 2007, C# 3.0 was released with some of the best features in the language.
Hello World With The CLI, AoT, Lazy Loading Routes, Differential Loading, And Ivy In Angular 8.1.0-beta.2
(Ben Nadel) Up until now, all of my recent Angular demos have been built using a small Webpack configuration file that consumed the AngularCompilerPlugin() provided by @ngtools/webpack.
Beyond Basics – ASP.Net Core Adding Caching
(Adam Storr) When I was early in my career I would read a blog or watch a video about a relatively basic concept and then the author would suggest an advanced idea and “leave it to the reader” to investigate and implement.
Validation in ASP .NET Core
(Shahed C) This is the twenty-second of a series of posts on ASP .NET Core in 2019.
Microservices and more in .NET Core 3.0
(Cecil Phillip and Shayne Boyer) Enabling developers to build resilient microservices is an important goal for .NET Core 3.0