zblesk.net
Rapture in Everything – Page 2 – Enjoying everything way too much.
http://zblesk.net/page/2
Enjoying everything way too much. Page 2 of 4. Manipulate MSMQ with PowerShell. 12 February , 2015. I ve recently published an open source MSMQ component for the SQL Server Integration Services. While working on its implementation (and other, related things), I’ve created some PowerShell utilities for queue manipulation. Now I’m consolidating them and putting them here, too. I’ts just a single ps1 file. A valid question. After all, there already are. PS cmdlets that do the same thing, and more. 8211; dum...
myeyeson.net
Copy to clipboard with scriptCS
http://www.myeyeson.net/copy-to-clipboard-with-scriptcs
Copy to clipboard with scriptCS. A few weeks ago I found my self in the situation where I needed to generate a hash based on some business logic from my project at work. Because this logic is embedded pretty deep in the logic it seemed as a hard task to achieve. Then it occurred to me that I had heard about this thing called scriptCS. Which should be able to help me out. ScriptCS is essentially a framework for writing C# code i a script like manor. It even got full Nuget. The problem at hand. So my probl...
blog.hackedbrain.com
ScriptCs.ClrMD – Enabling rich, programmatic .NET Diagnostics – Hacked.Brain
http://blog.hackedbrain.com/2013/05/18/scriptcs-clrmd-enabling-rich-programmatic-net-diagnostics
Ramblings from a compromised mind. ScriptCs.ClrMD – Enabling rich, programmatic .NET Diagnostics. I’ve been tweeting about this for a little over a week now, but I figured it would make for a good subject for my first blog post since saying I was going to try for a comeback in 2013 which, otherwise, hasn’t been going so well thus far. 😉. Which they’ve nicknamed “ClrMD” (CLR Managed Debugger). They’ve made this library available as a NuGet Package. At a high level Script Packs provide the ability for the...
masonmcg.com
Favorite Technology - Mason McG
https://masonmcg.com/FavoriteTech
There is a long list of great products and solutions that have allowed me to become a productive programmer. My job would be considerably harder without such excellent tools at my disposal. Surface Pro 3 - Apple may have paved the way for the tablets with their iPads, but Microsoft has taken the lead with the Surface Pro 3. It's powerful enough to function as a laptop, yet as portable as any other large tablet. The ability to use Visual Studio on a tablet to write apps is an great experience. ASPNET 5 (v...
adamralph.com
NDC Diary - Day 3 – adamralph.com
http://adamralph.com/2013/12/06/ndc-diary-day-3
A blog about how software development fills in the gaps between snowboarding. NDC Diary - Day 3. 06 Dec 2013 London NDC. Vote on Hacker News. The incrementation of hangover severity continued this morning after @stack72. Dragged everyone to Shoreditch last night and @JakeGinnivan. Introduced me to 35% beer. A great night all round. The prize for sticker bombing goes to @randompunter. Recording a .NET Rocks! Show with Glenn Block. The Future of C# with Mads Torgersen. Public class Point(int x, int y) .
zblesk.net
Elemental words
https://zblesk.net/blog/elemental-words
When I heard oxygen and magnesium hooked up, I was like OMg. This joke more or less started it. We started exchanging similar ones with a friend and soon after I found myself wondering what fraction of the vocabulary is it possible to write using only the symbols of chemical elements. The thought nagged me until I gave in and started coding. Basically I was trying to convert as many words as possible into an alphabet consisting of these letters :. Chewiness, *which becomes. CHeWInEsS, CHeWINEsS,* or.
blog.paulbouwer.com
My first Pluralsight course is live ! – paulbouwer.com
https://blog.paulbouwer.com/2014/05/10/my-first-pluralsight-course-is-live
My first Pluralsight course is live! May 10, 2014. May 10, 2014. The last few months have been an incredible journey for me. And that journey has resulted in my first Pluralsight. Course, Introduction to scriptcs. Being published on 2 May 2014. Project was started by Glenn Block. And was heavily inspired by node.js. It and start playing. I am also extremely grateful for the support from the scriptcs team. And for the awesome feedback from Filip. Troubleshooting adventures with scriptcs and Edge. Use the ...
blog.paulbouwer.com
Love at first site – scriptcs and WAML at Brisbane Azure User Group – paulbouwer.com
https://blog.paulbouwer.com/2014/01/02/love-at-first-site-scriptcs-and-waml-at-brisbane-azure-user-group
Love at first site – scriptcs and WAML at Brisbane Azure User Group. January 2, 2014. January 2, 2014. I gave a talk at the Brisbane Azure User Group. On the 13th November 2013 titled Love at first site – scriptcs and WAML. Here is my slide deck. Is putting C# on a diet and decoupling your favourite language from Visual Studio. The Windows Azure Management Library (WAML). Is a C# library that wraps the Windows Azure Management REST APIs. These two belong together! My first Pluralsight course is live!
blog.nuget.org
NuGet: In the Platform
http://blog.nuget.org/20141014/in-the-platform.html
NuGet: In the Platform. I recently declared that NuGet is Broken By Design. Now, that was hyperbolic; I don’t really think NuGet is broken. In fact, I’m very pleased with NuGet (and proud of it). But I wanted to make the point that NuGet’s approach both earned it success but also came at a cost. NuGet can’t presently offer some expected package management features because it’s merely a package management façade over top of existing Visual Studio and MSBuild capabilities. Only because our collective users...