Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'

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
A Feature Based Approach to Organising Test Code in BDDfy and Other Testing Frameworks "We want our test code to be as high quality as possible, this means smaller amounts of code duplication, reasonably easy to find where things are in Visual Studio, etc. One possible organization struc ..." Type: Post
Tags : teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/A-Feature-Based-Approach-to-Organising-Test-Code-in-BDDfy-and-Other-Testing-Frameworks
The Complete Beginners Guide to using SQLite SQL database in a Windows 8 App "[Writing this on the train home so may be a bit rushed – sorry :) ] Install the Bits In Visual Studio 2012, go to Tools menu, Extensions and updates. Search for “SQLite for Windows Runtime” – instal ..." Type: Post
Tags : windows 8 apps, windows 8, apps, sql, sqlite
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-using-SQLite-SQL-database-in-a-Windows-8-App
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
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes "Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
An Alternative to SQLite in Windows Store Apps "SQLite is a popular embedded database in use in Windows Store and Windows Phone apps, thought it can sometimes be tricky to get setup: there are a few different choices of NuGet packages / Visual Stud ..." Type: Post
Tags : brightstardb, nosql, windows store apps, database
http://dontcodetired.com/blog/post/An-Alternative-to-SQLite-in-Windows-Store-Apps
Creating Custom Azure Functions Bindings (This article refers to Azure Functions v2) Out of the box, Azure Functions comes with a range of tr Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Creating-Custom-Azure-Functions-Bindings
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
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
Say Goodbye to Boring INotifyPropertyChanged Implementation in Universal Windows Apps with Fody We need to implement INotifyPropertyChanged to allow bindings to be updated. For example in a simple Type: Post
Tags : fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Say-Goodbye-to-Boring-INotifyPropertyChanged-Implementation-in-Universal-Windows-Apps-with-Fody
Run Local Development and Store-Installed Versions of Windows Store Apps Side-by-Side "If you’ve released a Windows Store app and you want to actually use the released version yourself on the same machine you develop the app on, running the dev version from Visual Studio may overwrite t ..." Type: Post
Tags : opensource, windows 8 apps, windows store apps
http://dontcodetired.com/blog/post/Run-Local-Development-and-Store-Installed-Versions-of-Windows-Store-Apps-Side-by-Side
Developing a Windows 7 Phone App That Connects To Azure (a quick overview) "Installing Download and install VS 2010 RC (phone tools below don't currently work with RTM ver of VS 2010): http://www.microsoft.com/downloads/details.aspx?FamilyID=301c97f3-aecf-42ca- ..." Type: Post
Tags : .net, c#, silverlight, visual studio, visual studio 2010, windows phone 7, wp7
http://dontcodetired.com/blog/post/Developeing-a-Windows-7-Phone-App-That-Connects-To-Azure-(a-quick-overview)
Using C# Source Generators with Microsoft Feature Management Feature Flags C# Source Generators allow you to generate and compile source code dynamically. You can read more ab Type: Post
Tags : .net, .net core, c#, code generation, FeatureManagement, featuretoggle
http://dontcodetired.com/blog/post/Using-C-Source-Generators-with-Microsoft-Feature-Management-Feature-Flags
Paper Prototyping Templates for Windows 8 Apps "Sketching out designs and creating paper prototypes can help to visualise your app and correct design mistakes earlier and before coding begins. To help with this I've produced the following paper pro ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-8-Apps
Updating Your Windows 8 App to Windows 8.1: Dealing With Coloured Fonts "With Windows 8.1, font characters (glyphs) can now contain coloured layers. In a Windows 8.0 app, this XAML:<TextBlock>$★☺☹❤✈⛱⛺⛵⚽✘✔☀⛅☕⛄❓♀♂❋❄✹</TextBlock> Will produce the following (bla ..." Type: Post
Tags : windows 8 apps, xaml
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Dealing-With-Coloured-Fonts
Enterprise Library Application Block Logging "The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..." Type: Post http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
What’s New in C# 10: Take Control of Interpolated String Handling "This is part of a series on the new features introduced with C# 10.In C# you can create an interpolated string such as: $"{DateTime.Now}: starting..."The compiler will transform this to a single strin ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Take-Control-of-Interpolated-String-Handling
Setting Foreground and Background Colours in .NET Console Applications In addition to doing some fun/weird/useful/annoying things in Console applications, we can also set Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Setting-Foreground-and-Background-Colours-in-NET-Console-Applications
New Pluralsight Course - Improve Your Application User Experience with Humanizer My new Pluralsight course Making .NET Data Types More Human With Humanizer was recently released. Wi Type: Post
Tags : pluralsight courses, humanizer, ux
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Improve-Your-Application-User-Experience-with-Humanizer
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