Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'

Advanced SpecFlow: Sharing Data Between Steps with Context Injection SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Sharing-Data-Between-Steps-with-Context-Injection
5 Ways to Contribute to Open Source - It’s Not All Code "Open source is cool. Most of us use at least one open source project in our daily work. Even if we don’t, the websites we visit probably do. It’s easy to contribute to an open source project, even if ..." Type: Post
Tags : profession, personal development, open source
http://dontcodetired.com/blog/post/5-Ways-to-Contribute-to-Open-Source-Ite28099s-Not-All-Code
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent) "One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
Design Principals in Practice: Proximity in Peregrine "The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..." Type: Post
Tags : ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern This is the eighth part in a series of articles. If you’re not familiar with Durable Functions Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
Checking if a given Type implements a specific interface "There is possibly a framework method to do this but… private bool IsInterfaceImplemented(Type typeToCheck, Type interfaceToFind){Type[] interfaces = typeToCheck.GetInterfaces();foreach (Type iface in ..." Type: Post http://dontcodetired.com/blog/post/Checking-if-a-given-Type-implements-a-specific-interface
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
Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design "Redesigning DontCodeTired.Com (Part 2) - Designing with Personality This step is all about deciding what content will go where, and more importantly what content will be removed when viewed on mo ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-3)-Creating-Content-Reference-Wireframes-using-Mobile-First-Responsive-In-Browser-Design
Screen Scraping As A Service with Azure Functions in 5 Mins If you have some data in a web page but there is no API to get the same data, it’s possible to Type: Post
Tags : azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins
New Free eBook C# 6.0: What’s New Quick Start The first chapters of my new free eBook have just been published. The book will cover the new featur Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
Creating MSMQ Exception "In testing you might want to throw a manual MessageQueueingException to test the functionality of your exception handling. As it’s not possible to create an exception object the following can be ..." Type: Post http://dontcodetired.com/blog/post/Creating-MSMQ-Exception
Azure Functions Continuous Deployment with Azure Pipelines: Part 7 - Running Functional End-to-end Tests in a Release Azure Pipeline This is the seventh part in a series demonstrating how to setup continuous deployment of an Azure Fu Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-7-Running-Functional-End-to-end-Tests-in-a-Release-Azure-Pipeline
New Pluralsight Course - Improve Your Application User Experience with Humanizer My new Pluralsight course Making .NET Data Types More Human With Humanizer was recently released. Wi Type: Post
Tags : pluralsight courses, humanizer, ux
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Improve-Your-Application-User-Experience-with-Humanizer
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C# This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
Lifelike Test Data Generation with Bogus Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test Type: Post
Tags : testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
What’s the Difference Between & and && in C# ? My previous article “Non Short Circuiting C# Conditional Operators” garnered some commen Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Whate28099s-the-Difference-Between-and-in-C-
Different Ways to Parse Http Request Data in Http-triggered Azure Functions (This post refers to Azure Functions v2) There are different ways to access both the request data an Type: Post
Tags : azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Different-Ways-to-Parse-Http-Request-Data-in-Http-triggered-Azure-Functions
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
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
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