Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
Debugging Share To and Background Agents in Windows Store Apps
"When your main app is running via Visual Studio, when there is a problem you’ll get an exception and Visual Studio will break into the debugger to help you figure out the problem. There’s a couple of ..."
Type
: Post
Tags
: windows store apps, visual studio, debugging
http://dontcodetired.com/blog/post/Debugging-Share-To-and-Background-Agents-in-Windows-Store-Apps
FeatureToggle Version 3 Released
"Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
Design Principals in Practice: Desire Lines
"A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..."
Type
: Post
Tags
: design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Software Development Wheel
"In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..."
Type
: Post
Tags
: productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
A Silverlight Scale Chord Calculator (SilverKeys Part 1)
"One hobby I have is music production (based around a Pro Tools LE 8 setup) and recently I've been learning some music theory. I have created a cheat sheet which is on my wall to assist with workin ..."
Type
: Post
Tags
: silverlight, silverkeys
http://dontcodetired.com/blog/post/A-Silverlight-Scale-Chord-Calculator-(SilverKeys)
On Showing Up
"So I just listened to episode 1000 of .NET Rocks. I’ve been listening to this podcast for many years, through biting snow-covered walks in England to the cosseted comfort of an air-conditioned car in ..."
Type
: Post
Tags
: profession, personal development
http://dontcodetired.com/blog/post/On-Showing-Up
Three Things I’ve Learned Being a Pluralsight Course Author
"Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..."
Type
: Post
Tags
: pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
50 Apps by Christmas: Where’s My Phone App?
"This article is part of the 50 Apps by Christmas series. I was listening to episode episode 135 of the Windows Developer Show and an idea was discussed to help people generate an email template to se ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Wheree28099s-My-Phone-App
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
Non Short Circuiting C# Conditional Operators
Most of the time when writing C# programs we use the short-circuiting conditional operators. These o
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Non-Short-Circuiting-C-Conditional-Operators
What Would Easy Be Like?
"As another (Gregorian) year edges ever closer, it’s a period that offers a natural reflection time on what happened in the past year and the forging, often weakly, of “New Years Resolutions”. One inte ..."
Type
: Post
Tags
: people, profession, personal development
http://dontcodetired.com/blog/post/What-Would-Easy-Be-Like
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
Creating a Windows Store App NuGet Package for ARM, x86 and x64
"It’s possible to create a NuGet package from a Window Store class library project that contains 3 different DLLs, one for each of the platform types: ARM, x86, and x64. When the NuGet package is inclu ..."
Type
: Post
Tags
: nuget, windows store apps
http://dontcodetired.com/blog/post/Creating-a-Windows-Store-App-NuGet-Package-for-ARM-x86-and-x64
The Golden Age of Software Development
"There's a lot of negativity sometimes in our profession, just take a look in your Twitter stream. The tools we use aren't absolutely 100% without imperfection; the vendors of the tools we use don't al ..."
Type
: Post
Tags
: people, profession, personal development
http://dontcodetired.com/blog/post/The-Golden-Age-of-Software-Development
Using Shared Projects in Non-Universal App Projects
"Using Visual Studio 2013 Update 2 and the Shared Project Manager Extension it’s possible to use shared projects in non Universal App projects. This video shows a brief intro to shared projects in the ..."
Type
: Post
Tags
: c#, universal apps, shared projects, visual studio
http://dontcodetired.com/blog/post/Using-Shared-Projects-in-Non-Universal-App-Projects
Improved GridView & ListView Row Selection in ASP.NET 4.0
"Previous versions of GridView and ListView selection behaviour operating in a potentially confusing way to the user. For example, if the third row was selected and then page 2 was selected, the third ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Improved-GridView-ListView-Row-Selection-in-ASPNET-40
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
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
Introducing (probably) The World's Only Mocking Framework for Windows Phone 7 (WP7)
"Introducing MoqaLate Whilst I love developing apps for Windows Phone 7, the testing aspect is hard! I'm a TDD-er by default and it's such a pain to have to hand roll my own mock objects. ..."
Type
: Post
Tags
: windows phone 7, wp7, c#, testing, tdd, mocking, moqalate
http://dontcodetired.com/blog/post/Introducing-(probably)-The-Worlds-Only-Mocking-Framework-for-Windows-Phone-7-(WP7)
NUnit 3 Quick Tips: Asserting On Object Reference Equality
When asserting on equality using the EqualConstraint you may not always get the behaviour you want d
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28