arbel.net
RoslynPad | I Got Rhythm
https://arbel.net/2013/05/11/roslynpad
Best Practices for Using ConcurrentDictionary. May 11, 2013. Middot; 2 Comments. Code has been fun. It is a very impressive piece of well engineered code. The first experiment I’m about to present in this post is a simple code editor (similar to the acclaimed LINQPad) that uses two parts of Roslyn: the Script Engine. AKA IntelliSense. Who can program without it nowadays? You’d have to be a walking MSDN library. No code editor would be complete without it. Once you setup a solution, you can use its ILangu...
softwareandi.com
Software and I: April 2015
http://www.softwareandi.com/2015_04_01_archive.html
Wednesday, April 15, 2015. How to REPL in C# with CShell. Perhaps the first question should really be ‘. What is REPL’? In truth, much like software testing, many developers use it, without knowing that there’s a name for it – or a better way to do it. In this post I will explain what REPL is, how to use it in your development process, and finally, how CShell makes REPLing so much easier. Is an acronym, which stands for Read – Evaluate – Print – Loop. The algorithm, prints. You need a REPL environment.
github.com
GitHub - lukebuehler/CShell: A simple, yet powerful, C# scripting IDE and REPL
https://github.com/lukebuehler/CShell
A simple, yet powerful, C# scripting IDE and REPL. Use Git or checkout with SVN using the web URL. Feb 18, 2016. Failed to load latest commit information. Changed build scripts to VS 2013. May 10, 2014. Changed license to Apache 2.0, see. Nov 2, 2015. Fixed projects to build properly. Jun 22, 2015. Jan 26, 2016. May 14, 2013. Changed build scripts to VS 2013. May 10, 2014. Changed license to Apache 2.0, see. Nov 2, 2015. Changed license to Apache 2.0, see. Nov 2, 2015. You can't perform that action at th...
blog.agchapman.com
5 years on: Roslyn has changed .NET forever
https://blog.agchapman.com/roslyn-5-years-on
5 years on: Roslyn has changed .NET forever. 5 years ago today, Microsoft published a CTP. For what they described as "a long lead project which we are considering for the post-Visual Studio 11 timeframe". It would go on to become the .NET Compiler Platform but then, and even today, it was known better by its codename:. Roslyn was one of the first open-source projects from Microsoft I heard about and to me, it signalled a big shift from Microsoft working. The NET compiler of old, an occasionally frustrat...
shahbhavya47.wordpress.com
shahbhavya47 | Bhavya
https://shahbhavya47.wordpress.com/author/shahbhavya47
Code - Break - Fix - Blog. July 6, 2016. Mettl Coding Test : Find the max. distance between two occurrences of a char in a string. Write a method to find the max. distance between two occurrences of a char in a string. Distance is the no. of unique characters (excluding whitespaces and searched character) between two occurrences of the searched character. SearchLetter(“my name is granar”, “a”);. Output : 7 (i.e. m,e,i,s,g,r,n). Output : -1 (no. occurrence of “y”). July 6, 2016. Public static int[] output...
softwareandi.com
Software and I: How to REPL in C# with CShell
http://www.softwareandi.com/2015/04/how-to-repl-in-c-with-cshell.html
Wednesday, April 15, 2015. How to REPL in C# with CShell. Perhaps the first question should really be ‘. What is REPL’? In truth, much like software testing, many developers use it, without knowing that there’s a name for it – or a better way to do it. In this post I will explain what REPL is, how to use it in your development process, and finally, how CShell makes REPLing so much easier. Is an acronym, which stands for Read – Evaluate – Print – Loop. The algorithm, prints. You need a REPL environment.
chriscpetersonblog.blogspot.com
Chris On the World Around Him: May 2014
http://chriscpetersonblog.blogspot.com/2014_05_01_archive.html
Chris On the World Around Him. With this blog I will try to post observations from all sorts of topics. These observations are just my interpretations of what I read, see, hear or do. Some may agree some may not, but hopefully it will spark good conversation. Thursday, May 29, 2014. Downloading Azure Friday videos from Channel 9 with one line of PowerShell. ASPNET vNext Moving Parts: IBuilder. Game Development Middleware: What is it? Do I need it? Coding Principles Every Engineer Should Know. Support a L...
SOCIAL ENGAGEMENT