Menu

Close
  • Home
  • About
  • Contact
  • Speaking
Subscribe
Menu

visual studio

A 13-post collection

← Newer Posts Page 2 of 3 Older Posts →

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 »

Piotr Stapp Piotr Stapp on monolith, code, visual studio 05 July 2016

How to split monolith solution - part 1: common myths

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 »

Piotr Stapp Piotr Stapp on code, visual studio 04 July 2016

ReAttach - how to easily (re)attach the debugger in Visual Studio

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. »

Piotr Stapp Piotr Stapp on tools, visual studio 21 January 2016

Null pointer exceptions and warnings

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( »

Piotr Stapp Piotr Stapp on c#, visual studio 21 October 2015

Using poshgit @VisualStudio

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 »

Piotr Stapp Piotr Stapp on git, powershell, visual studio 09 October 2014

Make you code editor a little more bloody

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 »

Piotr Stapp Piotr Stapp on tools, visual studio, code 23 May 2016
← Newer Posts Page 2 of 3 Older Posts →
Reset your code © 2025
Proudly published with Ghost