BMNice! increasingly like c#Comment·Article·Sep 8, 2020·JavaScript ES2020 - The Features You Should Know
BMBecause they focus on the manageable environment. ps: There are pointers in C#.Comment·Thread·Sep 8, 2017·Why do newer languages like Java, C# etc don't support pointers like C or C++?
BMUsually music that I don't like. If I listen to music I like, I get to enjoy and lose my focus. My goal is to stay active and not hear people talking around me.Comment·Thread·Aug 26, 2016·2·What music do you listen to when you're wired on code?
BMUsing C#: static void Main ( ) { long sum = 0 ; for ( var i = 0 ; i < 100000000 ; i++) sum +=i; Console.WriteLine(sum); } // Output 4999999950000000 0.27 sComment·Article·May 16, 2016·1·Comparison: Node.js, PHP, C, Go, Python and Ruby
BMKerning ( mortising ) adjusts the space between individual letter forms, while tracking ( letter-spacing ) adjusts spacing uniformly over a range of characters.Comment·Thread·Mar 15, 2016·5·How is CSS font-kerning different from letter-spacing?
BMCheck out Grid.css ( demo ). It's a simple, responsive, mobile first and without dependencies 16-columns grid system made with SassComment·Thread·Jan 6, 2016·1·What are the best Sass based Grid systems?
BMLog4J (for Java) and Log4net (for .NET a fork of Log4j ). Both are easy to use and customize, besides having integration with other libraries like Autofac (an IoC lib for .NET).Comment·Thread·Jan 6, 2016·1·Which is your favourite 3rd party logging tool and why?
BMI am using Azure and GetUp . Yes, Azure isn't only IaaS.Comment·Thread·Jan 4, 2016·1·Which PaaS offering do you use?
BMDotNetRocks Good quality and covers variety of topics in software development, not only .net ecosystem. really, it's a great podcast.Comment·Thread·Oct 2, 2015·2·What are your favorite software development podcasts?
BMGulp is faster because it uses Node.js streams and its configuration (gulpfile) is simpler and more elegant than the Grunt (gruntfile) because is javascript syntaxComment·Thread·Feb 25, 2015·4·Build System : Gulp or Grunt?