What is this Directory.Packages.props file all about?
With introduction of MsBuild we can now manage all these Package Version numbers more in a single file that we can place in the Root of our solution or project files.
With introduction of MsBuild we can now manage all these Package Version numbers more in a single file that we can place in the Root of our solution or project files.
In this post we are going to initially create a Cake Script to Build, Test and Publish a test coverage to azure devops on every commit to master.
a comprehensive capture of Architectural concerns, Essential activities and practical case studies
In this post we are going to build on that foundation and start to create and deploy our Kubernetes node to which we will eventually deploy our microservices too making use of Digital Ocean
A walk through guide you through the process of install Terraform and configuring it to work on your Linux development workstation.
A walk-through on How to add and use user secrets to manage application specific secrets using the dotnet cli
Improve your development workflow by connecting to your database within your IDE
With introduction of MsBuild we can now manage all these property settings and more in a single file that we can place in the Root of our solution directory along our solution file and it will be applied to all projects defined in the solution automatically.
Exploring the .net minimal Api templates and the how and why they can be useful for developers
lightweight, fast, and highly-available Kubernetes? In this tutorial learn to install MicroK8s on Ubuntu
Homebrew has spawned several sub-projects such as Linuxbrew, a Linux port now officially merged into Homebrew; Homebrew Cask, which builds upon Homebrew and focuses on the installation of GUI applications and taps dedicated to specific areas or programming languages and Frameworks like PHP & NodeJS etc.
developing software and working with a build or integration server, there are certain conventions that one should follow when making updates to the shared codebase
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
Instructions on how to leverage the best of both worlds and use the built-in PHP web server with Gulp and browerSync to make make your browser testing workflow faster
How to install Instructions for docker community edition on a ubuntu desktop computers. Step by step instructions to ensure you properly install docker ready for software development machines using Ubuntu
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications
The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.
set up a Continuous Integration / Continuous Deployment DevOps environment for a ASP.net Core project. How to install Team City 10.x on a Ubuntu 16.X server