Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
Intercepting and Overriding the Back Button in Windows Phone 8 Apps
"If you want to prevent the default action happening when a user presses the back button on a Windows Phone you can override the OnBackKeyPress method in your page. To prevent the default back behaviou ..."
Type
: Post
Tags
: windows phone, apps, ux
http://dontcodetired.com/blog/post/Intercepting-and-Overriding-the-Back-Button-in-Windows-Phone-8-Apps
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
An Update on FeatureToggle v3 Development
"The next version of my open source feature toggling library is currently in development. Version 3 will introduce a number of new features and retire support for some older platforms. For the currentl ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/An-Update-on-FeatureToggle-v3-Development
The New Don’t Code Tired Newsletter
"I decided I wanted a more intimate, personal style of communication. So Newsletter! Sign up for the Don’t Code Tired Newsletter for curated links, useful information, cool things I've seen, and genera ..."
Type
: Post
Tags
: newsletter
http://dontcodetired.com/blog/post/The-New-Done28099t-Code-Tired-Newsletter
Better User Experiences and More Robust Applications Pluralsight Course
My new Pluralsight course was just published which shows how to use the open source Polly library. P
Type
: Post
Tags
: c#, ux, pluralsight courses
http://dontcodetired.com/blog/post/Better-User-Experiences-and-More-Robust-Applications-Pluralsight-Course
Progress Update on C# Tips eBook
"An updated version of my C# Tips eBook has just been released. This brings the book to around 80% complete. The book includes useful C# Tips, design patterns, and tools. The remaining 20% of effort wi ..."
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/Progress-Update-on-C-Tips-eBook
50 Apps By Christmas: Color Eye
"This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
Azure Functions Proxies Preview
Azure functions allow the creation of HTTP-triggered code. A new feature to Functions is the ability
Type
: Post
Tags
: azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-Functions-Proxies-Preview
Reducing MVVM Light Viewmodel Code with Fody Property Dependencies and Custom Property Changed Methods
"In other previous articles I’ve written about Fody and this article we’ll see how we can use the PropertyChanged.Fody addin with MVVM Light viewmodels. The preceding screenshot shows the app in acti ..."
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Reducing-MVVM-Light-Viewmodel-Code-with-Fody-Property-Dependencies-and-Custom-Property-Changed-Methods
Writing Azure Cosmos DB Data from Azure Functions
This is the third part in a series of articles. In part 2 of this series we saw how to read data fro
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Writing-Azure-Cosmos-DB-Data-from-Azure-Functions
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
3 Surprising Things to Do with the Console in C#
The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
Free Microsoft Technical Roadshows
"MS are giving a number of technical briefings including .NET and SQL Server 2005… Tuesday 12th and Wednesday 13th April 2005Edinburgh, The Corn Exchange Tuesday 24th and Wednesday 25th May 200 ..."
Type
: Post
http://dontcodetired.com/blog/post/Free-Microsoft-Technical-Roadshows
Finding Total Number of Windows Store Downloads on the Dev Center Dashboard Page
"Just hacked this JavaScript together to calculate the total number of downloads of Windows Store apps.var totalDownloads = 0; $("span:contains('Downloads')").siblings().each(function( index ) { ..."
Type
: Post
Tags
: windows store apps
http://dontcodetired.com/blog/post/Finding-Total-Number-of-Windows-Store-Downloads-on-the-Dev-Center-Dashboard-Page
Creating Your Own Custom Dynamic C# Classes
C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
The PCMEF architectural Framework
"The general idea behind PCMEF (Presentation Control Mediator Entity Foundation) is that of dependency and object intercommunication minimisation. PCMEF takes inspiration from established design patter ..."
Type
: Post
http://dontcodetired.com/blog/post/The-PCMEF-architectural-Framework
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables
This is the fourth 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-4-Defining-and-Consuming-Pipeline-Variables
Redesigning DontCodeTired.Com (Part 11) - Conclusion
"The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..."
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-11)-Conclusion
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
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints
"Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..."
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-10)-Creating-the-Remaining-Responsive-Breakpoints
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