Tag Archives: nuget

Monitoring the Nuget feed using Azure Functions

Serverless approaches are great for quick, simple jobs that need to run periodically – let’s explore using Azure Functions for just one such application; to poll the Nuget feed for updates to a package we’re interested in.

Monitoring the Nuget feed using Microsoft Flow

Could we find a way to monitor the nuget feed for updates to a certain package and then send an alert somewhere when one is encountered?

Application Insights in your WinForms? Yup!

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,… Read More »

Serve up Debug Symbols for your NuGet packages? Heck yeah!

While playing around with NuGet as much as I have been, I noticed something in the ‘nuget pack’ command that I thought was pretty interesting. A ‘-symbols’ flag. “What’s this do?” I thought. So, naturally, I gave it a shot.

Create your own hosted NuGet server in Azure

Some time ago I wrote about how you could create your own local (private) NuGet server by simply putting your .nupkg files out on a server share to which you had access. But there’s a better way still!

Auto-update your NuGet packages at build time

NuGet is great. So great, in fact, that I’ve set up my own NuGet server in Azure to use during my personal development to share Common projects, etc. It’s insanely nice as now I can do my builds using packages from other VSO projects without any hassle. But for my own personal development, and likely… Read More »

Python’s namedtuple… for .Net!

One of the things I have seen people applaud about Python is its “namedtuple” class. If you could describe this in terms of .Net’s Tuple (and <T1, T2, etc>) it would be to basically say that it’s the same as Tuple, but if instead of “Item1” on Tuple you got “Name” or “Age” or whatever… Read More »

Internal (private) NuGet servers

I just posted this to my blog at work but thought I’d also pass it along to my .Netitude readers. Hope you find it useful! If you’re familiar with NuGet you know the benefits it provides .Net developers in consuming packages created by 3rd parties. Well, what if you want to treat somebody internal to… Read More »

Look Mom, I share…

Check out the sidebar. Just added links to my public projects on CodePlex (downloadable via NuGet). Don’t say I never gave you anything. Also visit my friends’ pages, they’re down at the bottom (I’m a “bad friend” – hey, I only said I share, not that I play well with others) Also links to my… Read More »