Home
Archive
Contact
Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'
March Windows Phone 7 Roundup
"Windows Phone SDK 7.1.1 Update Now Available "it’s the final version of the CTP we released last month, and enables Windows Phone developers to do two things: Develop apps that work w ..."
Type
: Post
Tags
: windows phone 7, wp7
http://dontcodetired.com/blog/post/March-Windows-Phone-7-Roundup
NUnit 3 Quick Tips: Asserting On Collections
When the result you want to check is a collection, you can use NUnit to assert that it has the expec
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Collections
Making 2019 Your Best Year Yet
"Whilst I’m not personally a fan of New Year’s Resolutions, preferring instead to adopt a mindset of continuous improvement, the end of a calendar year is as good a time as any to do a 12 month retrosp ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Making-2019-Your-Best-Year-Yet
Starting Where You're At
Someone says to you: "you must be doing agile, continuous integration, continuous deployment, automa
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Starting-Where-Youre-At
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording
"In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
Testing for Thrown Exceptions in xUnit.net
When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp
Type
: Post
Tags
: xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Comparing 2 Locations in Windows Phone 7
"If you are using Microsoft.Phone.Controls.Maps.Platform.Location in your WP7 application and you want to see if 2 Locations refer to the same place (i.e. the same altitude, latitude and longitude are ..."
Type
: Post
Tags
: c#, wp7, bing, windows phone 7
http://dontcodetired.com/blog/post/Comparing-2-Locations-in-Windows-Phone-7
Testing Responsive Web Designs and Layout
"CSS3 Media Queries enable us to have different layouts and show/hide content based on the width of the browser or device the page is being displayed on. Typically you will have a number of Respon ..."
Type
: Post
Tags
: web design, responsive web design, responsive design, web, web design, design
http://dontcodetired.com/blog/post/Testing-Responsive-Web-Designs-and-Layout
Inspecting HTTP Requests With RequestBin
EDIT: Since this post was originally published, the originally quoted Request Bin URL was closed dow
Type
: Post
Tags
: http, json, web
http://dontcodetired.com/blog/post/Inspecting-HTTP-Requests-With-RequestBin
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017
Azure Functions have come a long way in a short time. With newer releases you can now create functio
Type
: Post
Tags
: C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
FeatureToggle v4 Released
"Version 4 of FeatureToggle is now released. This release adds initial support for .NET Core. Example code. Release notes. Breaking Changes: Min framework now 4.6.1 / .NET Standard 1.4 Windows 8.n, ..."
Type
: Post
Tags
: featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-Released
Grouping and Filtering Tests in Visual Studio Test Explorer
One way to run automated tests is to use Visual Studio’s Test Explorer. Test Explorer can be f
Type
: Post
Tags
: testing, qa, visual studio, tools
http://dontcodetired.com/blog/post/Grouping-and-Filtering-Tests-in-Visual-Studio-Test-Explorer
Using C# 7.1 Features
With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
Installing and Configuring a UPS with Windows 10
The power grid at my home office is sometimes unreliable. In the last year there have been several p
Type
: Post
Tags
: hardware, productivity
http://dontcodetired.com/blog/post/Installing-and-Configuring-a-UPS-with-Windows-10
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq
In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use
Type
: Post
Tags
: testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
Maintaining Energy with the Pomodoro Technique
"(The below is an extract from the “Time Management and Motivation” chapter of my book Keeping Software Soft) The Pomodoro Technique is a simple time management system developed by Francesco Cirillo. A ..."
Type
: Post
Tags
: time management, pomodoro, energy
http://dontcodetired.com/blog/post/Maintaining-Energy-with-the-Pomodoro-Technique
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
Push Notifications and Buttons with Microsoft Flow: Part 3
"In part 1 we crated a Flow to enable/disable the sending of push notifications and in part 2 we created an Azure Function to generate random phrases of positivity. In this third and final part of this ..."
Type
: Post
Tags
: microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-3
Push Notifications and Buttons with Microsoft Flow: Part 2
In part 1 we created a Flow to toggle the sending of push notifications on and off by storing the co
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless, c#, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20