Home
Archive
Contact
Search results for 'texas holdem poker online facebook. 💰⏩Betkings66.com⏪💰. free poker games online win real money. real online poker tournaments. 💰⏩Betkings66.com⏪💰. poker online spielengu'
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)
Getting Started with MoqaLate Mocking in Windows Store Apps
"Just knocked up this quick and dirty video explaining how to set up MoqaLate in a Windows Store app solution. You can find out more about MoqaLate on the MoqaLate project home page."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, testing, tdd, moqalate
http://dontcodetired.com/blog/post/Getting-Started-with-MoqaLate-Mocking-in-Windows-Store-Apps
Windows Phone 7 Product Webpage Template
"If you want a quick way to create a product page for your Windows 7 App, this is a nice starter page by Nick Harewood. View a live sample or get more info and download."
Type
: Post
Tags
: wp7, windows phone 7
http://dontcodetired.com/blog/post/Windows-Phone-7-Product-Webpage-Template
New Windows 8.1 Tile Sizes
"Windows 8.1 introduces two new tile sizes (small and large). This illustration shows the differences and the new names (small, medium, wide, and large). For more info check out this MSDN artic ..."
Type
: Post
Tags
: windows 8, windows 8 apps
http://dontcodetired.com/blog/post/New-Windows-81-Tile-Sizes
The Ethereal Second Deliverable of Software Projects
"So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..."
Type
: Post
Tags
: technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
Additional Windows Phone 7 Icons
"You should double-check the license terms for these before using in your apps. 500 Metro Style WP7 Icons WP7 Icon Pack 105 Extra Icons"
Type
: Post
Tags
: wp7, ui design, windows phone 7
http://dontcodetired.com/blog/post/Additional-Windows-Phone-7-Icons
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
App Idea Evaluator for Windows 8
"Most of the time I have too many ideas for apps and which ones to build first, the App Idea Evaluator lets you create a list of ideas and rank them against a number of criteria. It also provides a few ..."
Type
: Post
Tags
: windows 8 apps, windows 8
http://dontcodetired.com/blog/post/App-Idea-Evaluator-for-Windows-8
Free Akka.NET Cheat Sheet
"I created this handy 3 page cheat sheet PDF as a quick reference guide when creating actors, using the logging API, etc."
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Free-AkkaNET-Cheat-Sheet
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
location.replace doesn’t work when the following page is a PDF
"Applies to:IE 6.0 (+others?), ASP.NET 1.1, JavaScript, PDF, Adobe Acrobat For some reason (at least in IE 6.0) if you use location.replace (to’disable’ back button by changing browser his ..."
Type
: Post
http://dontcodetired.com/blog/post/locationreplace-doesne28099t-work-when-the-following-page-is-a-PDF
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
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
Binding a Dynamically Created WPF Control’s ItemTemplate to a DataTamplate Defined in XAML
"I was asked a question about this on Twitter, so thought I’d create a quick post about it. The example below shows how to use a DataTemplate that is defined in XAML with a ListView control that is dyn ..."
Type
: Post
Tags
: wpf, xaml, c#
http://dontcodetired.com/blog/post/Binding-a-Dynamically-Created-WPF-Controle28099s-ItemTemplate-to-a-DataTamplate-Defined-in-XAML
Your First Xbox One UWP App
"There’s been a number of almost-goosebump-inspiring moments during my .NET dev experience such as the first time I saw my code running on a Windows Phone 7. Another one of these moments was seeing my ..."
Type
: Post
Tags
: c#, xbox, uwp, windows 10
http://dontcodetired.com/blog/post/Your-First-Xbox-One-UWP-App
Silverlight 3 WritableBitmap pixel colour values
"Rather than taking an array of Color objects, the WritableBitmap.Pixels property holds an array on ints which represent premultiplied ARGB colour values. To set a given pixel to a given colour you hav ..."
Type
: Post
Tags
: c#, .net, extension methods, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-3-WritableBitmap-pixel-colour-values
Playing and Processing Audio in UWP Apps with Audio Graphs
UWP apps can take advantage of the Audio Graph API. This allows the creation of audio nodes into an
Type
: Post
Tags
: uwp, c#
http://dontcodetired.com/blog/post/Playing-and-Processing-Audio-in-UWP-Apps-with-Audio-Graphs
Running ASP.NET Core Apps on a Synology NAS with Docker
"Now I’ve got the Synology NAS up and running, I thought it would be interesting to see what the Docker support is like. You can essentially run Docker container instances on the NAS box which also mea ..."
Type
: Post
Tags
: hardware, NAS, Synology, docker, .net core
http://dontcodetired.com/blog/post/Running-ASPNET-Core-Apps-on-a-Synology-NAS-with-Docker
Getting Started with SASS for Microsoft Developers
"Sass (Syntactically Awesome Style Sheets) tries to make CSS fun again. It's a set of "extensions" on top of standard CSS that make it easier to write and maintain style sheets. A Sass file compi ..."
Type
: Post
Tags
: .net, asp.net, css, html, responsive design, responsive web design, sass, web, web design
http://dontcodetired.com/blog/post/Getting-Started-with-SASS-for-Microsoft-Developers
Using Cyclomatic Complexity as an Indicator of Clean Code
Cyclomatic complexity is one way to measure how complicated code is, it measures how complicated the
Type
: Post
Tags
: c#, clean code, quality, metrics
http://dontcodetired.com/blog/post/Using-Cyclomatic-Complexity-as-an-Indicator-of-Clean-Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23