Hugo Almeidahugofrompt.hashnode.dev·Jul 12, 2023Update NuGet packages ...I find myself updating NuGet packages many times on my dotnet projects. And trying to find commands as many times as I have to update them 🤦 so, I decided to make it available forever as a reference to me. For this, we just need a command line or te...Discuss·51 readsNuget
Charles Farrisblog.sleepingbearsystems.com·Mar 27, 2023Tools NuGet PackagesWhen I first started writing the XGallery3 application, I experimented with splitting out common code into NuGet packages. At the time, the experiment was mostly a failure since the shared code I split off into the packages was still undergoing a lot...DiscussNuget
Bobby Gallibobbyg603.hashnode.dev·Mar 1, 2023Crash Course in .NET ToolsBuild .NET Tools in your Garage for Fun and Profit! (📷 valeriiaarnaud) “We become what we behold. We shape our tools and then our tools shape us.” — Marshall McLuhan Start Your Engines 🏎️ Productivity is a fickle process that requires focus and per...DiscussC#
Leonardo D'Ippolitodoubledashhelp.leodip.com·Feb 4, 2023How to include Swagger documentation from referenced nuget packageThis video shows how you can include Swagger documentation from a referenced nuget package in your dotnet WebAPI application. https://www.youtube.com/watch?v=_SEc51RoUXADiscuss·33 readsdotnet
Jinalkumar Pateljinalkumarpatel.hashnode.dev·Jul 4, 2022Azure Functions As A Reusable PackageIn this article, I will discuss about how to create reusable Azure Functions. Sometime when Function App is being adopted as a Service in Microservices architecture ( more on this some other time ), if there are many services and there is a requireme...Ericbeatric Mark and 1 other are discussing this2 people are discussing thisDiscuss·292 readsAzure FunctionsAzure Functions
Hakan Yalıtekinhakanyalitekin.hashnode.dev·Dec 10, 2020Local NuGet Server Kurulumu ve KullanımıMerhabalar, Uzun bir aradan sonra, yakın zamanda öğrendiğim, benim için de öğretici ve eğlenceli bir konu olan NuGet Server kurulumu ve kullanımından bahsetmek istedim. Çoğumuzun bildiği üzere NuGet, .NET için bir paket yönetim sistemidir. nuget.org ...DiscussIIS
Tadit Dashblog.taditdash.com·Dec 25, 2015Get Required Property from Complex json string in C# with NewtonsoftIntroduction In this blog, I will explain the trick to convert JSON string property to C# Object using Newtonsoft. Illustration Suppose the JSON string is like… { "Success": true, "ComplexObject": { "NormalProp": "Test", "ListOfAnotherCla...Discussjson