ASP.NET Core background processing
Peter Groenewegen runs background processes with the IHostedService and inject services with dependency injection. ASP.NET Core background processing Source: ASP.NET Daily Articles
Peter Groenewegen runs background processes with the IHostedService and inject services with dependency injection. ASP.NET Core background processing Source: ASP.NET Daily Articles
Learn more at https://aka.ms/5things-azureTo watch more episodes go to https://aka.ms/FiveThingsPlaylist Learn five of the coolest features of TypeScript from Technical Fellow, Anders Hejlsberg. How can TypeScript help editors better check and improve our JavaScript? How does TypeScript use Control Flow Analysis? How do we avoid the pyramid of doom with asynchronous callback hell? Learn these […]
AI is moving at a very high speed today. How can we speed up AI aps for our developers? Here we talk about approaches using CoreML & Xamarin and how we can speed up real-time inferencing AI apps. GitHub link here. Edge AI: Skin Cancer Detection App | AI Show Source: MSDN Channel 9
Azure DevOps Projects, introduced several months ago and powered by Visual Studio Team Services, is getting closer to emerging from its public preview as the VSTS team continues to add functionality, including support for more programming languages. VSTS Adding More Programming Languages for 'Azure DevOps Projects' Source: Visual Studio News
Jignesh Trivedi provides information about HTTP.sys web server, an alternative to Kestrel in ASP.NET Core 2.0. Understand HTTP.sys Web Server In ASP.NET Core Source: ASP.NET Daily Articles
Marc Goodner, from the Visual Studio C++ team tells Olivier about IoT devices development support in Visual Studio. Developing for IoT devices with Visual Studio | Internet of Things Show Source: MSDN Channel 9
Microsoft has published one-stop guidance for sorting out myriad Azure cloud services available for Xamarin mobile app development projects — in the form of a poster. One-Stop Guidance for Using Azure Cloud Services with Xamarin Source: Visual Studio News
Mike Brind takes a look at the ViewModel role that the PageModel plays in Razor Pages, and how tools like AutoMapper can be used to reduce the amount of code needed when assigning values between the entity model and the ViewModel. ViewModels and AutoMapper in Razor Pages Source: ASP.NET Daily Articles
Whether you’re building mobile or web applications, it highly likely that you’ve come across the async / await keywords in the .NET code you’re working on. This combo makes working with asynchronous operations really easy, but can also lead into hard to debug issues if they aren’t used correctly. In this episode, we are joined by Cloud […]
C#/XAML for HTML5 from Userware, also called CSHTML5, allows .NET developers to write Web apps in C# and XAML by compiling the files to HTML5 and JavaScript — or to migrate existing Silverlight apps to the Web. Silverlight Reborn? Check Out 'C#/XAML for HTML5' Source: Visual Studio News