In this tutorial, I will show how you can setup PHP + Apache docker container for development purposes. Here I am not using MySQL container…
Continue reading Apache PHP 7 Docker Environment for developers
Leave a CommentCoder, Blogger
In this tutorial, I will show how you can setup PHP + Apache docker container for development purposes. Here I am not using MySQL container…
Continue reading Apache PHP 7 Docker Environment for developers
Leave a CommentHere, In this tutorial, I am going to show how to mount the drive other than the default c:\Users drive in Docker. This is will…
Continue reading Docker Share drive mount using docker-machine
Leave a CommentEntity Framework Core is an ORM used with .Net core, and very popular in developers using .net stack. Migrations are very useful as they give…
Continue reading Asp.Net Core EF Migration Commands
Leave a CommentIn this article, I will list all Git commands used by developers in daily work life. Git is a powerful source management system, and very…
Continue reading Daily Use Git Commands For Developers
Leave a CommentIn this post i have listed common Linux commands which are very helpful for .Net developer. In most cases asp.net core developers work on Windows.…
Continue reading Linux Commands For .Net Core Developer
Leave a CommentI use Linux systems a lot, since dotnet core offered by Microsoft. I love creating Linux machines on VirtualBox and then doing coding on it.…
Continue reading VirtualBox Guest Addition Installation on Sparky Linux
Leave a CommentHere in this blog post I will list the steps you will need to install watchman on your Ubuntu 18.04 system. I am using watchman…
Continue reading Installing Watchman on Ubuntu 18.04
3 CommentsFirebase now supports Asp.Net core, or say .Net core for it’s database operations. There is a new Nuget package which gives you ability to use…
Continue reading Asp.Net Core Firebase Environment Variable Read Problem on Linux Ubuntu
Leave a CommentWorking with multiple virtual machine boxes is very common now days in software development. Mostly indi developers use virtual machines to separate different technology stacks.…
Continue reading Access Visual Studio localhost on host from guest virtual machine
Leave a CommentAsp.net core can be hosted on Windows as well as Linux. Hosting on windows is very easy and you can find plenty of resources for…
Continue reading Hosting Asp.net Core application on Linux using runtime and Apache
1 Comment