Search results for 'aiab.top[How to get the pages indexed by Google fast'

New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017 Azure Functions have come a long way in a short time. With newer releases you can now create functio Type: Post
Tags : C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
Testing Automation: The Big Picture It’s often useful to take a step back and look at the bigger picture, this is true in differen Type: Post
Tags : testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
Paying Your Software Development Tax "In software development we already have the technical debt metaphor that helps describe the the fact that a quick and dirty approach now, may create problems in the future. For example getting a featu ..." Type: Post
Tags : profession, people
http://dontcodetired.com/blog/post/Paying-Your-Software-Development-Tax
FeatureToggle v4 RC2 with .NET Core Configuration Changes "The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. RC2 builds ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC2-with-NET-Core-Configuration-Changes
Architecting Azure Functions: Function Timeouts and Work Fan-Out with Queues When moving to Azure Functions or other FaaS offerings it’s possible to fall into the trap of Type: Post
Tags : azure, azure functions, serverless, c#, .net
http://dontcodetired.com/blog/post/Architecting-Azure-Functions-Function-Timeouts-and-Work-Fan-Out-with-Queues
Free eBook C# 7.0: What’s New Quick Start Complete My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-70-Whats-New-Quick-Start-Complete
New Pluralsight Course: Azure Function Triggers Quick Start "Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. They can also be triggered manuall ..." Type: Post
Tags : azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Azure-Function-Triggers-Quick-Start
Creating Versioned APIs with Azure Functions and Proxies One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
New Pluralsight Course: Working with Data and Schemas in Marten Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as Type: Post
Tags : c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
Creating a Tweet Buffer with Azure Queues and Microsoft Flow There are apps and services that allow the scheduling or buffering of the sending of Tweets. Using t Type: Post
Tags : microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Creating-a-Tweet-Buffer-with-Azure-Queues-and-Microsoft-Flow
C# 7.0: What’s New Quick Start eBook Early Access Just as I created the free C# 6.0: What’s New Quick Start eBook, I will be writing a new book Type: Post
Tags : c#, .net, writing
http://dontcodetired.com/blog/post/C-70-Whats-New-Quick-Start-eBook-Early-Access
New Pluralsight Course: Testing C# Code in Production with Scientist.NET My latest Pluralsight course is now available for viewing. It demonstrates how to use the Scientist. Type: Post
Tags : pluralsight courses, .net, c#, quality, testing
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Testing-C-Code-in-Production-with-ScientistNET
New Pluralsight Course: Working with Nulls in C# My latest Pluralsight course is now available for viewing. It covers the fundamental aspects of work Type: Post
Tags : pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Nulls-in-C
Software Development Wheel "In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
Setting Up Mock ref Return Values in Moq I recently received a message related to my Mocking in .NET Core Unit Tests with Moq: Getting Starte Type: Post
Tags : mocking, testing, qa, xunit.net
http://dontcodetired.com/blog/post/Setting-Up-Mock-ref-Return-Values-in-Moq
Azure Functions Continuous Deployment with Azure Pipelines: Part 8 - Using Gates to Run Smoke Tests on Deployed Function Apps This is the eighth and final part in a series demonstrating how to setup continuous deployment of an Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-8-Using-Gates-to-Run-Smoke-Tests-on-Deployed-Function-Apps
Discipline Equals Freedom "One of the books I read this year was Discipline Equals Freedom: Field Manual by Jocko Willink. The overarching concept in the book is that if you have discipline now, in the present, this will result ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/Discipline-Equals-Freedom
What’s New in C# 10: Simplify Nested Property Pattern Code "This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives This is part of a series on the new features introduced with C# 10. There are 2 related features in Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting