Posts Tagged ‘ASP.NET Core’
Opening the Machine Learning box with F# | ‘Tech Tips’ @ NDC Sydney 2019
As much as everyone loves having real-time applications, it is a pain to have them in high traffic websites. Scaling is a big issue which can be easily solved by using Azure’s SignalR Service. How can we add real-time functionality to cloud hosted web applications? How can we test and handle high traffic volume without…
Read MoreThousands of concurrent connections with Azure SignalR Service
As much as everyone loves having real-time applications, it is a pain to have them in high traffic websites. Scaling is a big issue which can be easily solved by using Azure’s SignalR Service. How can we add real-time functionality to cloud hosted web applications? How can we test and handle high traffic volume without…
Read MoreDeploying ASP.NET Core Applications | Danijel Malik at DDD Sydney 2016
ASP.NET Core is a whole new world for ASP.NET developers because it opens the door to cross-platform development. However, it comes with a hefty price. Not only does it takes some time before you get your head around it, even deployment is now quite different. So how can you bring ASP.NET Core application and DevOps…
Read MoreIdentity Server 4 with Angular 2 and ASP.NET Core | Ben Cull at DDD Brisbane 2016
How to Tame a Penguin – Master Linux with ASP.NET Core | Brendan Richards
“Microsoft Heart Linux” is a big statement backed up by exciting software releases that give the .NET developer more choices than ever before. But how to get started? Brendan is a former Linux fundamentalist turned .NET Developer, and this talk will teach some essential Linux command-line basics before going on to deploy a dotnet web…
Read MoreIdentity Server 4 with Angular 2 and ASP.NET Core | Ben Cull at DDD Brisbane 2016
API first websites are very popular now thanks to client heavy frameworks like Angular. Securing them properly has always been a challenge, especially if you want to expose your API to third party developers as well. Join me as I show you how to secure your API, connect an Angular 2 SPA, and even expose…
Read MoreTechniques and practices for testing Angular 2 | Identity Server 4 with Angular 2 ASP.NET core
Session 1: Techniques and practices for testing Angular 2 with Duncan Hunter and Adam Stephensen Writing frontend tests has always been hard, let us show you how to make testing easier in your Angular 2 applications. From unit testing components and services to end-to-end testing your entire application, we will give you tips and techniques…
Read MoreDeploying ASP.NET Core Applications including Octopus, Docker & RM | Danijel Malik
ASP.NET Core is a whole new world for ASP.NET developers because it opens the door to cross-platform development. However, it comes with a hefty price. Not only does it take some time before you get your head around, even deployment is now quite different. So how can you bring ASP.NET Core application and DevOps under…
Read More