Home
Archive
Contact
Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'
Updating Your Windows 8 App to Windows 8.1: Handling Widths and Replacing Snapped Mode
"Windows 8.1 allows users to resize Windows more freely than Windows 8.0. In Windows 8.0 there was the concept of snapped, filled and full screen viewstates. These concepts are no more in Windows 8.1 a ..."
Type
: Post
Tags
: windows 8 apps
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Handling-Widths-and-Replacing-Snapped-Mode
A Feature Based Approach to Organising Test Code in BDDfy and Other Testing Frameworks
"We want our test code to be as high quality as possible, this means smaller amounts of code duplication, reasonably easy to find where things are in Visual Studio, etc. One possible organization struc ..."
Type
: Post
Tags
: teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/A-Feature-Based-Approach-to-Organising-Test-Code-in-BDDfy-and-Other-Testing-Frameworks
Azure Functions Continuous Deployment with Azure Pipelines: Part 2 - Getting Started
This is the second part in a series demonstrating how to setup continuous deployment of an Azure Fun
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-2-Getting-Started
Notes on Software Development
"It can be hard for those new to development or those wanting to move upwards from a junior role to mentally collate some of the ideas that constitute a senior/experienced outlook. The list below attem ..."
Type
: Post
Tags
: tdd, metrics, dependency injection, di, agile, code review
http://dontcodetired.com/blog/post/Notes-on-Software-Development
Redesigning DontCodeTired.Com (Part 8) - Visual Styling
"Now I have all the elements in place (semantic HTML5, typography, copy) in place I can start to think about the visual styling and decoration. The first thing is to refer back to the initial Desi ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-8)-Visual-Styling
Understanding Azure Durable Functions - Part 9: The Asynchronous HTTP API Pattern
This is the ninth 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-9-The-Asynchronous-HTTP-API-Pattern
Multiple Platform Targeting in Visual Studio 2017
Suppose you are creating a library that has a central set of features and also additional features t
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Multiple-Platform-Targeting-in-Visual-Studio-2017
Understanding Azure Durable Functions - Part 5: Getting Results from Orchestrations
This is the fifth part in a series of articles. As we learned earlier in this series, a client funct
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-5-Getting-Results-from-Orchestrations
The Enterprise Re-Imagined with Windows 8
"If your company is currently in the process of upgrading to Windows 8, do they see it as a simple OS upgrade to keep up to date; or, do they see it as an enabler to re-imagine how the business operate ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/The-Enterprise-Re-Imagined-with-Windows-8
Running and Filtering Tests with the .NET Core Command Line Test Runner
In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset
Type
: Post
http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi
"Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..."
Type
: Post
Tags
: .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
Getting Started with Azure Event Grid
In a previous article we got an introduction to Azure Event Grid, if you’re new to Event Grid
Type
: Post
Tags
: azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Event-Grid
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
2013 - Accomplishments, Failures, Learnings, and Thanks
"I started 2013 by quitting my job, and during the remainder of the year I learned a lot, made the odd mistake, and accomplished a few things. This is the obligatory end-of-year post, I hope it will in ..."
Type
: Post
Tags
: end of line
http://dontcodetired.com/blog/post/2013-Accomplishments-Failures-Learnings-and-Thanks
Writing Azure Functions with Function Monkey: Validation
"Function Monkey is a framework to define Azure Functions in a fluent way as opposed to using binding attributes on function methods. Other Function Monkey articles: Creating Azure Functions with Func ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Validation
Returning HTTP Status Codes from Azure Functions
(This post refers to Azure Functions v2) When creating HTTP-triggered Azure Functions there are a nu
Type
: Post
Tags
: azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Returning-HTTP-Status-Codes-from-Azure-Functions
NUnit 3 Quick Tips: Asserting Within Ranges
If you are asserting that a value is equal to something and you want to specify some tolerance you c
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-Within-Ranges
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
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
Actor Models Come to .NET Developers with Akka.NET
Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23