Home
Archive
Contact
Search results for 'aiab.top[to get Google to index your pages in a short time'
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
Persistent Actors in Akka.NET
By default, actors in Akka.NET lose their internal state when they are restarted, for example due to
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Persistent-Actors-in-AkkaNET
Testing ASP.Net MVC Controllers with FluentMVCTesting
FluentMVCTesting facilitates the writing of tests against MVC controllers in a fluent way. FluentMVC
Type
: Post
Tags
: teststack, fluentmvctesting, testing, qa, asp.net, asp.net mvc
http://dontcodetired.com/blog/post/Testing-ASPNet-MVC-Controllers-with-FluentMVCTesting
Auto-Generating Sequences of Integer Values in C#
When we need to generate a sequence of integer values, we can do it manually using some kind of loop
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Auto-Generating-Sequences-of-Integer-Values-in-C
Mocking with FeatureToggle
"I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..."
Type
: Post
Tags
: mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
The Ethereal Second Deliverable of Software Projects
"So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..."
Type
: Post
Tags
: technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
New Free C# 7.1: What's New Quick Start eBook
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/New-Free-C-71-Whats-New-Quick-Start-eBook
UX Observations: TED Xbox One App
"This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..."
Type
: Post
Tags
: ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
C# Tips eBook 50% Complete
"I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..."
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
Today I Became a Microsoft MVP
"I’ve been awarded a Microsoft Most Valuable Professional award for the first time in my career. I feel like it’s a real personal achievement for me. But why? Recognition The first is purely one of rec ..."
Type
: Post
Tags
: mvp, profession, personal development
http://dontcodetired.com/blog/post/Today-I-Became-a-Microsoft-MVP
Akka.NET Dispatchers and User Interface Thread Access
Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje
Type
: Post
Tags
: .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
An Overview of Structured Logging with Serilog
Traditional logging techniques (such as writing lines of text to files) results in the loss of struc
Type
: Post
Tags
: serilog, logging, c#, .net
http://dontcodetired.com/blog/post/An-Overview-of-Structured-Logging-with-Serilog
Design is Not Adornment
"Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..."
Type
: Post
Tags
: design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
New Pluralsight Course - Introduction to .NET Testing with NUnit
If you are just dipping your toe in the water when it comes to testing .NET applications it can be a
Type
: Post
Tags
: nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
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
An Update on FeatureToggle v3 Development
"The next version of my open source feature toggling library is currently in development. Version 3 will introduce a number of new features and retire support for some older platforms. For the currentl ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/An-Update-on-FeatureToggle-v3-Development
Finding Total Number of Windows Store Downloads on the Dev Center Dashboard Page
"Just hacked this JavaScript together to calculate the total number of downloads of Windows Store apps.var totalDownloads = 0; $("span:contains('Downloads')").siblings().each(function( index ) { ..."
Type
: Post
Tags
: windows store apps
http://dontcodetired.com/blog/post/Finding-Total-Number-of-Windows-Store-Downloads-on-the-Dev-Center-Dashboard-Page
xUnit.net Cheat Sheet
"To help people get started with xUnit.net and as an accompaniment to my Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..."
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
New Open Source Project–Named Colors
"I’ve been tinkering with an idea for a new open source project called NamedColors. As its name suggests, it’s a list of color values (hex RGB) with associated names. In addition, a number of related “ ..."
Type
: Post
Tags
: namedcolors, open source, css, sass, .net
http://dontcodetired.com/blog/post/New-Open-Source-Projecte28093Named-Colors
ChildWindow in Silverlight 3
"SL 3 introduced the ChildWindow to allow easy creation of modal 'pop-up' windows inside our main window. Once you have added a new ChildWindow to your project you can customise its appearance ..."
Type
: Post
Tags
: c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/ChildWindow-in-Silverlight-3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23