APM with Microsoft .NET Core on Azure

APM with Microsoft .NET Core on Azure

One of the things I am very interested in is the .NET stack and especially the .NET Core platform. In this blog post I want to briefly highlight what it takes to get a sample .NET Core application up and running on Azure and how to use New Relic’s Application Performance Monitoring (APM) to monitor this application. Please note: while I am writing this, the latest version of .NET Core SDK is .NET Core 2.0 Preview 2; dependent upon how you get the SDK, there is already a preview 3 of the .NET Core CLI out there, but this is currently not supported on Azure. You can check for support by using a Developer Console (Developer Tools –> Console of an Azure App Service) within the Azure portal and navigate to D:\Program Files (x86)\dotnet\sdk. ...

September 20, 2017 · 3 min · 577 words · Harry Kimpel
Azure Mobile Center ... and the art of debugging :-)

Azure Mobile Center ... and the art of debugging :-)

As a side project, I recently worked on creating a mobile app for Android (and iOS to be completed). To be honest, the development effort was quite straight forward. The development stack focused on Xamarin, because I do not know a thing about creating a native app for Android nor iOS. But, I do know C# … so, for me this was a natural choice :-) My knowledge in the area of Xamarin was quite limited and I did not create an app for Android or iOS before. However, the path from idea to prototyping was really smooth. There are a ton of kickstart packages out there and the documentation is amazing. You’ll find tons of articles, knowledge base and other posts that are really helpful. ...

March 30, 2017 · 3 min · 631 words · Harry Kimpel
What the heck is a parser-combinator?

What the heck is a parser-combinator?

Background and Basics In a recent project engagement, we were assigned the job to migrate a COBOL-based mainframe application to a new environment. The core theme specifically for this project follows a re-hosting approach. The reasoning for this type of approach is agreed upon with the customer mainly due to time and cost. Of course, the scope and effort for such a transformation is quite huge and there are many tasks involved for the complete application to run on a completely different platform. Some of the activities include: ...

February 28, 2017 · 9 min · 1813 words · Harry Kimpel

C# and .NET Framework for Java Developers

For all you Java developers out there, have a look at this link in order to learn more about C# and the .NET framework.

May 24, 2011 · 1 min · 24 words · Harry Kimpel