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'

Leveraging C# Partial Classes and Methods in Windows Universal Apps There’s a number of ways we could implement platform specific code in Windows Universal Apps w Type: Post
Tags : c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
Discipline Equals Freedom "One of the books I read this year was Discipline Equals Freedom: Field Manual by Jocko Willink. The overarching concept in the book is that if you have discipline now, in the present, this will result ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/Discipline-Equals-Freedom
Winning in 2016 "As the year 2015 starts its last slide into 2016, it’s the time of year that I start to think about what my 3 Wins are going to be for next year. If you’re not familiar with the 3 Wins concept, it’s s ..." Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/Winning-in-2016
A Windows 8 App - From Idea to Store in 8 Hours "I had an idea for a simple Windows Store app, so I thought I’d develop it but keep track of how long it took me and what I spent my time on. The total time spent working on the app was 8 hours and 10 ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, design
http://dontcodetired.com/blog/post/A-Windows-8-App-From-Idea-to-Store-in-8-Hours
Introducing InAppPurchaseToggle for Windows Store In App Purchase "I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..." Type: Post
Tags : windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase
Using the Azure SignalR Service Bindings in Azure Functions to Create Real-time Serverless Applications The Azure SignalR Service is a serverless offering from Microsoft to facilitate real-time communicat Type: Post
Tags : azure, azure functions, c#, serverless, .net
http://dontcodetired.com/blog/post/Using-the-Azure-SignalR-Service-Bindings-in-Azure-Functions-to-Create-Real-time-Serverless-Applications
Creating an “Add New” Item Template in a Windows 8 App ListView "A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..." Type: Post
Tags : windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
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
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)
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
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI "Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..." Type: Post
Tags : testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI
Design Principals in Practice: Typography in a Grocery Store Window "I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..." Type: Post
Tags : design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
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
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
Notification Window "toast" in Silverlight 4 "To create "toast" notifications (small popup messages that appear at the bottom right on Windows) the NotificationWindow class can be used. NotificationWindow will only work in out-of-b ..." Type: Post
Tags : .net, c#, out of browser, oob, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Notification-Window-toast-in-Silverlight-4
Using the Xbox Music API in Universal Windows Apps "The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..." Type: Post
Tags : windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
Using LinqToTwitter in Windows Store Apps "LinqToTwitter is an open source library to help work with the Twitter API. It can be used in a Windows Store app to authorise a user and your app and allow querying and sending of Tweets. Setting Up F ..." Type: Post
Tags : linqtotwitter, windows store apps, c#
http://dontcodetired.com/blog/post/Using-LinqToTwitter-in-Windows-Store-Apps
New Pluralsight Course: Getting Started Building Windows Services with Topshelf My newest Pluralsight course “Getting Started Building Windows Services with Topshelf” h Type: Post
Tags : pluralsight courses, .net, c#, topshelf
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Getting-Started-Building-Windows-Services-with-Topshelf
What I Learned Building My First 4 Windows 8 Apps "This is a bit of a brain-dump, in no particular order, of things I learned building my first 4 Windows 8 (C# XAML) apps: - Countdown To - Big Screen Countdown - BizBuzBingo - Code Retreat Countdown A ..." Type: Post
Tags : windows 8 apps, windows 8, apps, tablet
http://dontcodetired.com/blog/post/What-I-Learned-Building-My-First-4-Windows-8-Apps
Free eBook C# 6.0: What’s New Quick Start Complete My new free eBook “C# 6.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-60-Whate28099s-New-Quick-Start-Complete