Home
Archive
Contact
Search results for 'aiab.top[How to get the pages indexed by Google fast'
FeatureToggle 2.2Released
"Release 2.2 of FeatureToggle is now available via NuGet. This release adds a single new toggle: HttpJsonFeatureToggle. This toggle gets it's enabled state from a JSON HTTP endpoint. Configuration shou ..."
Type
: Post
Tags
: featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-22Released
Debugging Share To and Background Agents in Windows Store Apps
"When your main app is running via Visual Studio, when there is a problem you’ll get an exception and Visual Studio will break into the debugger to help you figure out the problem. There’s a couple of ..."
Type
: Post
Tags
: windows store apps, visual studio, debugging
http://dontcodetired.com/blog/post/Debugging-Share-To-and-Background-Agents-in-Windows-Store-Apps
Configuring Custom Feature Filters with Azure App Configuration (Microsoft.FeatureManagement)
This is part ten in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Configuring-Custom-Feature-Filters-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
Printing Support in Silverlight 4
"Basic printing can be accomplished through the PrintDocument class. For example, to print the entire contents of the LayoutRoot grid: private void btnSimplePrint_Click(object sender, RoutedEventA ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio 2010, wpf, xaml, silverlight 4
http://dontcodetired.com/blog/post/Printing-Support-in-Silverlight-4
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement)
This is part five in a series of articles. EDIT: my Feature Management Pluralsight training course i
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Azure Functions Continuous Deployment with Azure Pipelines: Part 5 - Adding Unit Tests
This is the fifth part in a series demonstrating how to setup continuous deployment of an Azure Func
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-5-Adding-Unit-Tests
Reducing Database Round Trips With Included Documents in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
Synology DiskStation DS1618 Plus Setup And Initial Review
Early this year I tweeted this: Think 2020 is the year to my first NAS. Would you still recommend a
Type
: Post
Tags
: hardware, nas, networking, Synology
http://dontcodetired.com/blog/post/Synology-DiskStation-DS1618-Plus-Setup-And-Initial-Review
Variables? We Don’t Need No Stinking Variables - C# Discards
C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
You Can Watch All My Pluralsight Training Videos for Free This April
"No credit card needed, sign up for free now and start watching all my Pluralsight training courses for free. Some suggestions: C# C# Attributes: Power and Flexibility for Your Code Working with Nul ..."
Type
: Post
Tags
: pluralsight courses, personal development, profession, career development
http://dontcodetired.com/blog/post/You-Can-Watch-All-My-Pluralsight-Training-Videos-for-Free-This-April
Refactoring Production Code With Experiments and Scientist.NET
When refactoring a part of an application we can use the existing tests to give a level of confidenc
Type
: Post
Tags
: c#, quality, .net, testing
http://dontcodetired.com/blog/post/Refactoring-Production-Code-With-Experiments-and-ScientistNET
Handling Errors and Poison Blobs in Azure Functions With Azure Blob Storage Triggers
(This article applies to Azure Functions V2) An Azure Function can be triggered by new blobs being w
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Handling-Errors-and-Poison-Blobs-in-Azure-Functions-With-Azure-Blob-Storage-Triggers
Three Wins Technique Review - a Simple Productivity Hack to Deliver What Matters
I started using the Three Wins Technique about five years ago. It has proven to be a simple techniqu
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Three-Wins-Technique-Review-a-Simple-Productivity-Hack-to-Deliver-What-Matters
Create Precompiled Azure Functions With Azure Event Grid Triggers
Visual Studio can be used to create precompiled Azure Functions using standard C# classes and tools/
Type
: Post
Tags
: azure, azure event grid, azure functions, c#
http://dontcodetired.com/blog/post/Create-Precompiled-Azure-Functions-With-Azure-Event-Grid-Triggers
Custom Session Logging in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
New Pluralsight Course: C# Tips and Traps
“Sometimes it's hard to know what you don't know. Short-circuit your learning of C# and level-
Type
: Post
Tags
: pluralsight courses, c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps1
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
Pretty Method Display in xUnit.net
One little-known feature of the xUnit.net testing framework is the ability to write test method name
Type
: Post
Tags
: xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Playing and Processing Audio in UWP Apps with Audio Graphs
UWP apps can take advantage of the Audio Graph API. This allows the creation of audio nodes into an
Type
: Post
Tags
: uwp, c#
http://dontcodetired.com/blog/post/Playing-and-Processing-Audio-in-UWP-Apps-with-Audio-Graphs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20