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

FeatureToggle v3.3 Released "FeatureToggle is an open source feature toggling library for .NET.Version 3.3 was just released to NuGet and includes two minor new features as described below.FallbackValueDecoratorThe FallbackValueD ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-v33-Released
3 Tools for Choosing and Working with Color in Apps, Websites, and Print "When developing apps, websites, or even presentations for your team or management it can be difficult to come up with a working color scheme. Below are three useful tools that can be of help. Adobe Co ..." Type: Post
Tags : ux, design, color
http://dontcodetired.com/blog/post/3-Tools-for-Choosing-and-Working-with-Color-in-Apps-Websites-and-Print
Improving Message Throughput in Akka.NET with Routers One of the things I cover in my new Pluralsight course is the awesome feature of routers in Akka.NET Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Improving-Message-Throughput-in-AkkaNET-with-Routers
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
New Pluralsight Course: Implementing Logging and Dependency Injection in Akka.NET If you’ve already watched my Akka.NET fundamentals Pluralsight course and want to learn more a Type: Post
Tags : .net, akka.net, distributed computing, actor model, di, logging, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Logging-and-Dependency-Injection-in-AkkaNET
Switchable Actor Behaviour in Akka.NET One of the things that actors can do is change their behaviour in response to an incoming message. T Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Better User Experiences and More Robust Applications Pluralsight Course My new Pluralsight course was just published which shows how to use the open source Polly library. P Type: Post
Tags : c#, ux, pluralsight courses
http://dontcodetired.com/blog/post/Better-User-Experiences-and-More-Robust-Applications-Pluralsight-Course
MSMQ Intermittent Exceptions "Intermittent errors such as following when using MSMQ .NET (1.1) Index was outside the bounds of the arraySpecified cast is not valid System.Messaging.Interop.MessagePropertyVariants.Lockget_Label ms ..." Type: Post http://dontcodetired.com/blog/post/MSMQ-Intermittent-Exceptions
SpecFlow 2 Cheat Sheet "Below is a revised version of my original SpecFlow cheat sheet updated for v2. Just right click, save-as to get your copy." Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/SpecFlow-2-Cheat-Sheet
Clean C# eBook Published The final version of my free Clean C# eBook has just been published.   You can download the bo Type: Post
Tags : c#, writing
http://dontcodetired.com/blog/post/Clean-C-eBook-Published
Open Source Thanks "In a previous post (5 Ways to Contribute to Open Source - It’s Not All Code) I mentioned the simplest way to be involved in open source is to simply Tweet about the project or by saying thanks to the ..." Type: Post
Tags : open source, people, profession
http://dontcodetired.com/blog/post/Open-Source-Thanks
Arrange Act Assert Comments in Tests "The Arrange, Act, Assert (AAA) pattern is used in tests to help organise and clarify test code. It can also help to spot potential problems in test code if these three phases don’t seem to exist. The ..." Type: Post
Tags : testing, c#
http://dontcodetired.com/blog/post/Arrange-Act-Assert-Comments-in-Tests
C# Tips eBook Complete I’m pleased to announce that my C# Tips eBook is now complete and currently has over 1,000 rea Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-Complete
Using Sass Maps to Save Time in CSS Sass is a superset of CSS that “compiles” down to regular CSS usable by any browser. It Type: Post
Tags : css, sass, web, html
http://dontcodetired.com/blog/post/Using-Sass-Maps-to-Save-Time-in-CSS
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
Women in IT "I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..." Type: Post
Tags : profession
http://dontcodetired.com/blog/post/Women-in-IT
Create More Maintainable CSS in Less Time with Sass and Visual Studio My new Pluralsight course was recently released that shows how to use Sass when developing ASP.Net w Type: Post
Tags : css, sass, web, html
http://dontcodetired.com/blog/post/Create-More-Maintainable-CSS-in-Less-Time-with-Sass-and-Visual-Studio
On Staying Positive and Subconscious Prejudices "So I was toying with an idea using SignalR on Azure. In the client code:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Internet Uptime</tit ..." Type: Post
Tags : web, signalr, html, personal development
http://dontcodetired.com/blog/post/On-Staying-Positive-and-Subconscious-Prejudices
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
Work with SQL Data with Fewer Lines of Code Using Dynamic C# "If you need to query a SQL database and work with the data quickly you can use dynamic C# to write less boilerplate code.For example, if you wanted to query a Customer table (or a more complex joined ..." Type: Post
Tags : C#, .net
http://dontcodetired.com/blog/post/Work-with-SQL-Data-with-Fewer-Lines-of-Code-Using-Dynamic-C