“Planning and creating @Azure Search indexes” and other Tweeted Links…
Planning and creating @Azure Search indexes [gunnarpeipman.com]
@chaosrealm4 that's great news: I'm planning to Blog about this before the end of the year: [songhayblog.azurewebsites.net]
[]( "Eugene Shvets [chaosrealm4]")@BryanWilhite Cool! And it will be indexed by #azuresearch blob indexer - nice recursion :)
Using the WebJobs feature of Windows Azure Web Sites, curated by Rick Anderson [docs.com]
“To deploy, I zip up my [.NET EXE] app [with dependencies, config] and upload it” #AzureWebJobs@shanselman[hanselman.com]
How WebAPI does Parameter Binding [blogs.msdn.microsoft.com]
to bypass [FromBody] binding/casting use var xml = await this.Request.Content.ReadAsStringAsync();
in public async Task<IHttpActionResult>
Web API POST ([FromBody]XElement xml) signature works; ([FromBody]XDocument xml) or ([FromBody]string xml) do not.
FromBody not binding string parameter [stackoverflow.com]
Only 0.1% of you are doing web server security right @tmrdevelops[theregister.co.uk]
A Guide to Different Microsoft Azure Backup Options [petri.com]
Last week in @dotNET: [spr.ly] Links, tools, apps, games, meetings - tons of great #dotNET goodies. [twitter.com]
The Dawn of Agentive Technology: Chris Noessel on the UX of “Soft” AI [blogs.adobe.com]
Write, Share & Learn about UX [thedigest.org]
“I’ve often hear two complaints when designing for accessibility.” [mrmrs.io]
“I came across a tweet of his linking to the site emptystat.es, a collection of empty state screenshots” [medium.com]
What Every UX Designer Needs to Know About Negotiating [blogs.adobe.com]
Old School Color Cycling with HTML5 @tmrdevelops[effectgames.com]
What’s the deal with declaring font properties on @font-face? [css-tricks.com]
“a new set of APIs that will, for the first time, give developers the power to extend CSS itself” [smashingmagazine.com]
State of affairs: Bootstrap 4 vs Foundation 6.2 [dannyherran.com]
I liked a @YouTube video [youtu.be] Netflix JavaScript Talks - RxJS Version 5
“JavaScripts’s ‘everything-in-modules’ approach which..increases the chances of something breaking” @tmrdevelops[medium.com]
“[JavaScript] promises cannot be cancelled” [youtu.be] via @benlesh
No, we haven't forgotten how to code - JavaScript just needs to become a better language [blog.christoffer.me]
C# 7 Feature Proposal: Local Functions [thebillwagner.com]
“What happens if an exception is thrown by your LINQ query?” [markheath.net]
“Don't Block on Async Code” [blog.stephencleary.com]
“We are differentiating the procedural programming mindset from an object-oriented one.” [yegor256.com]
More Choices in PowerShell [petri.com]
“Banish cmd.exe from your shortcuts, and upgrade to its successor, PowerShell.” [futurice.com]
“Docker and [asp.net] Core: A Webcast” @ShawnWildermuth[wildermuth.com]
“Docker Machine is a tool that lets you create virtual machines with Docker on your laptop or on cloud…” @Azure[azure.microsoft.com]
“I found that there was a driver to use VMWare with docker but no posts describing how to use it” [designcoderelease.blogspot.co.uk]
4 open source alternatives to Dreamweaver [opensource.com]
evangelist @terrylwhite covers interactive ePUB with #AdobeInDesign[youtube.com]@megafunkmega
"@Scribus might some day get an "epub exporter" (this feature is work in progress. Dev takes place on github..)" [wiki.scribus.net]
Introduction to using Substance Painter with Blender @megafunkmega[blendernation.com]
Microsoft Adds New Feature in Office 2016 That Can Block Macro Malware [news.softpedia.com]
TP-Link’s Talon router boasts eight antennas and is the first with 802.11ad Wi-Fi [bit.ly][twitter.com]
New blog post, "Conquering my demons", about managing fear as a software developer: [wincent.com]
“Female computer programmers make 72 cents for every dollar earned by male programmers” [news.slashdot.org]
Agile comes from Small Talk culture [youtube.com]
"Every getter and setter in your code represents a failure to encapsulate and creates unnecessary coupling." [typicalprogrammer.com]
AMOLED Displays Are Now Cheaper To Produce Than LCD [hardware.slashdot.org]
“If 301 or 302, look for a Location header, which will contain the ‘expanded URL’” [no need for @longurl] [stackoverflow.com]
the @longurl API and the web main web site are down :(