Menu

Close
  • Home
  • About
  • Contact
  • Speaking
Subscribe
Menu

c#

A 6-post collection

Page 1 of 1

How to enhance debugging in Visual Studio with just one simple step

During the debugging session, I always had problems with complex structures. Preview most interesting properties were irritating, we need to expand a variable. In most cases, »

Piotr Stapp Piotr Stapp on c#, visual studio 12 September 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

Floating versions in Nuget

Asp.NET 5 RC At least ASP.NET 5 is production ready. I know that current state is release candidate, but be honest it means that »

Piotr Stapp Piotr Stapp on dotnet, c#, code 18 December 2015

Finding bad dependencies using PowerShell

Difficult upgrade From time to time we want (or have) to upgrade our old application to a new version of framework. Usually for core libraries it »

Piotr Stapp Piotr Stapp on code, powershell, c# 01 December 2015

Is User-Agent mobile, desktop or maybe TV?

When we design new layout, we need to find out what kind of users are using our website. The easies way is to parse User Agent »

Piotr Stapp Piotr Stapp on c#, web, code 22 September 2015

Get Firebug logs from Selenium tests

The problem Selenium test are difficult to debug, especially when they are run on CI server. To diagnose why a test failed, sometimes we need something »

Piotr Stapp Piotr Stapp on selenium, c#, testing, firebug 18 August 2015
Page 1 of 1
Reset your code © 2025
Proudly published with Ghost