How to split monolith solution - part 2 - find the seams
In the first part How to split monolith solution - part 1: common myths I wrote about common myths. In this post I will try to »
In the first part How to split monolith solution - part 1: common myths I wrote about common myths. In this post I will try to »
Do you have a big and heavy solution? Do you want to split it? Are you afraid? I will try to help. Be for we start »
In more complicated projects, simple F5 doesn't compile&debug. In cases where you're working with IIS (w3wp process), we need to attach the debugger manually. »
Simple code I am developer so let's start with following C# code: public static void Main() { var sampleList = GetSamples(); if (sampleList.FirstOrDefault().StartsWith("I")) { Console.WriteLine( »
Git in Visual Studio As You probably know Visual Studio has integrated git client. It is really cool thing. Unfortunately there is a big BUT: it »
Your Integrated Development Environment(IDE) is Your main tool. Anything that can make it better is worth of trying :) Nowadays we are using usually more than »