Click here to Skip to main content
15,881,204 members
Articles / All Topics

Application Insights in your WinForms? Yup!

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
13 May 2015CPOL1 min read 10.5K   4   2
Application Insights in your WinForms

Microsoft’s Application Insights is one hell of a tool. It was showcased a number of times throughout BUILD 2015 at the end of April and continues to make my jaw drop every time I see it shown off and look into my own instance of it.

However, if you’re a Windows Desktop app developer (Forms, Console, Service, etc.) – as most enterprise developers continue to be – you might get a feeling you’re being left in the dust by Microsoft with this new service.

Until now.

Enter my latest project: DesktopApplicationInsights. It’s really just a helper library on top of the App Insights Core API, but it does work pretty damn slick if I do say so myself. Since I have a feeling there will be a lot of thoughts and ideas around this once people see it, I’ve posted it on Github as well. Or if you’d rather just get crackin’ today, you can simply import the NuGet package and be logging telemetry within minutes.

Note that I have currently labeled the NuGet packages as beta since I am rapidly evolving the API and functionality so update often (and be prepared for breaking changes). :) Right now I have completed some “automatic” telemetry for some WinForms controls, but I do have plans to add the same for WPF constructs.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I'm a Sr. Software Engineer in the Seattle area primarily focused on serverless technologies in the cloud. In my free time I enjoy hiking & other adventures with my family around the Puget Sound and the country! You can find out more about me at my homepage: http://bc3.tech/brandonh

Comments and Discussions

 
GeneralMy vote of 1 Pin
Alex (RSA)17-May-15 18:49
professionalAlex (RSA)17-May-15 18:49 
GeneralRe: My vote of 1 Pin
BC3Tech19-May-15 14:37
BC3Tech19-May-15 14:37 
Here you go[^]

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.