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'
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests
We can write automated tests to cover various aspects of the code we write. We can write unit/integr
Type
: Post
Tags
: approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
Silverlight 3 3D Animation Using PlaneProjection and Storyboards
"While SL3 doesn't add full 3D support, you can now transform elements in a 3D fashion. The following videos are recommended (and form the basis of this example) but I've used simple opaci ..."
Type
: Post
Tags
: silverlight 3, silverlight, wpf, c#, xaml, 3d, planeprojection
http://dontcodetired.com/blog/post/Silverlight-3-3D-Animation-Using-PlaneProjection-and-Storyboards
Write Less Repetitive Boilerplate Code with Fody
My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
Azure Functions Continuous Deployment with Azure Pipelines: Part 1 - Overview
This is the first 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-1-Overview
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
Introduction To Extension Methods in C#
Extension methods allow you to extend the functionality of an existing class without using inheritan
Type
: Post
Tags
: c#, extension methods
http://dontcodetired.com/blog/post/Introduction-To-Extension-Methods-in-C
Understanding Lambda Expressions
Of all the additions to the C# language, lambda expressions are potentially the most confusing. Part
Type
: Post
Tags
: c#, lambda expressions, .net
http://dontcodetired.com/blog/post/Understanding-Lambda-Expressions
Azure Functions Continuous Deployment with Azure Pipelines: Part 3 - Creating an Initial Build Pipeline
This is the third 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-3-Creating-an-Initial-Build-Pipeline
Azure Functions Continuous Deployment with Azure Pipelines: Part 6 - Creating an Azure DevOps Release Pipeline
This is the sixth 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-6-Creating-an-Azure-DevOps-Release-Pipeline
Advanced SpecFlow: Custom Conversion of Step Parameters and Data Tables with [StepArgumentTransformation]
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-Custom-Conversion-of-Step-Parameters-and-Data-Tables-with-StepArgumentTransformation
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
Testing Precompiled Azure Functions Overview
Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview
MSTest V2
In the (relatively) distant past, MSTest was often used by organizations because it was provided by
Type
: Post
Tags
: .net, .net core, testing, qa, quality
http://dontcodetired.com/blog/post/MSTest-V2
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
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests
Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble
Type
: Post
Tags
: xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
C# 7.0: What’s New Quick Start eBook Early Access
Just as I created the free C# 6.0: What’s New Quick Start eBook, I will be writing a new book
Type
: Post
Tags
: c#, .net, writing
http://dontcodetired.com/blog/post/C-70-Whats-New-Quick-Start-eBook-Early-Access
Detecting when a Silverlight app enters full screen mode
"Obviously you know when a users clicks your full screen button but a the user can press escape to exit full screen mode at any time, an alternative is to respond to the FullScreenChanged event. F ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/Detecting-when-a-Silverlight-app-enters-full-screen-mode
Using the Xbox Music API in Universal Windows Apps
"The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..."
Type
: Post
Tags
: windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
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
Introducing JS Name-O-Tron – Find a Name for Your JavaScript Library
"As a Microsoft MVP I get free Azure credits to use every month, so I thought I’d better start making use of them :) JS Name-O-Tron is the first web site I’ve deployed to Azure and I’m pleased to say ..."
Type
: Post
Tags
: azure, asp.net mvc, asp.net, web, bootstrap, .net
http://dontcodetired.com/blog/post/Introducing-JS-Name-O-Tron-e28093-Find-a-Name-for-Your-JavaScript-Library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23