blog.masterdevs.com
Josh | MasterDevs
http://blog.masterdevs.com/author/josh
Skip to primary content. Skip to secondary content. I signed up for a BASIC class in junior high. That got me hooked and pretty soon I started experimenting with harder languages. My college years are a blur of benders hopped up on Perl and Java and that one semester where I sunk so low that I was mainlining Smalltalk. Now I'm a complete C# junky living it one day at a time. Hello, my name is Josh. February 9, 2016. Following up on CoolWhip. Choco install nodejs.install. ChocolateyCoolWhip will pull the ...
blog.masterdevs.com
Introducing CoolWhip | MasterDevs
http://blog.masterdevs.com/introducing-coolwhip
Skip to primary content. June 30, 2015. CoolWhip is a NuGet package aimed at making and deploying other NuGet packages easier. With CoolWhip, creating a Release in GitHub automatically pushes that release to NuGet. Once you’ve installed CoolWhip into your project it will create a nuspec. Configuration file. These will work together to package your project and automatically upload it to NuGet.org. Once setup, all you need to do to update your package on NuGet.org is create a release in GitHub. I signed up...
blog.masterdevs.com
cmd | MasterDevs
http://blog.masterdevs.com/category/cmd
Skip to primary content. Skip to secondary content. F8 in CMD: The Greatest Thing Since Sliced Bread. February 2, 2015. I recently stumbled across DOSKEY. Reading the documentation I stumbled across something old and something new. Edit F7 Displays command history F8 Searches command history. I knew about F7 and use it constantly when I’m on the command line. It pops up a scrollable list of your recent commands. F8 lets you cycle through commands in your history with a search term.
blog.masterdevs.com
Kevin | MasterDevs
http://blog.masterdevs.com/author/kevin
Skip to primary content. Skip to secondary content. May 7, 2015. TL;DR – C# Chrome Developer Tools API. While, I was hunting for some SEO tools related to page loading performance, I stumbled on something that I heard about, but never saw with my bare eyes – the Chrome Debugger Protocol. Here’s a small example of how to use the library in C#:. Using MasterDevs.ChromeDevTools; . I really hope you use it, enjoy it, let me know if there are issues, and, most importantly, let me know what you build with it!
blog.masterdevs.com
Tools | MasterDevs
http://blog.masterdevs.com/tag/tools
Skip to primary content. Skip to secondary content. Convert Azure Publish Profiles to FileZilla config files. March 9, 2015. Occasionally I need to FTP into one of my Azure websites. Sometimes it’s to look at the logs; other times to upload a few files. Just about every time I go to do this, I realize that I don’t know the credentials. So I go and download the publish profile. And open it up in my favorite text editor. To get the FTP information and manually enter that in FileZilla. PublishData publishPr...
blog.masterdevs.com
C# | MasterDevs
http://blog.masterdevs.com/tag/c
Skip to primary content. Skip to secondary content. ILRepack – E Pluribus Unum: One assembly from many. March 16, 2015. Sometimes it is just much easier to deploy a single assembly that includes all dependencies. ILRepack. And ILRepack.MSBuild.Task. Will do just that for you. Since I like to have Visual Studio and my build environment do this for me, I went with ILRepack.MSBuild.Task. NuGet package to tell you how long you have to wait until your birthday. You can find the source code on github. Target N...
blog.masterdevs.com
tips and tricks | MasterDevs
http://blog.masterdevs.com/category/tips-and-tricks
Skip to primary content. Skip to secondary content. Category Archives: tips and tricks. F8 in CMD: The Greatest Thing Since Sliced Bread. February 2, 2015. I recently stumbled across DOSKEY. Reading the documentation I stumbled across something old and something new. Edit F7 Displays command history F8 Searches command history. I knew about F7 and use it constantly when I’m on the command line. It pops up a scrollable list of your recent commands. On Xamarin.Forms: Search and Barcode Scanner.
blog.masterdevs.com
Tools | MasterDevs
http://blog.masterdevs.com/category/tools
Skip to primary content. Skip to secondary content. Convert Azure Publish Profiles to FileZilla config files. March 9, 2015. Occasionally I need to FTP into one of my Azure websites. Sometimes it’s to look at the logs; other times to upload a few files. Just about every time I go to do this, I realize that I don’t know the credentials. So I go and download the publish profile. And open it up in my favorite text editor. To get the FTP information and manually enter that in FileZilla. PublishData publishPr...
SOCIAL ENGAGEMENT