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'

Hosting HTML Content in Silverlight 4 "In Silverlight 4 we can present HTML content to the user. The WebBrowser Control For example to display the content of DontCodeTired.com we can set the Source property in XAML: <WebB ..." Type: Post
Tags : .net, c#, html, javascript, oob, out of browser, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Hosting-HTML-Content-in-Silverlight-4
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
50 Apps By Christmas: 6 Apps in 3 Days "This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..." Type: Post
Tags : windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
Custom FeatureToggle Implementations for Non-Continuous-Delivery Usages "My open source fetaure toggling library contains a number of prebuilt toggles for common things such as enabling a feature based on the date, or a configuration value. It’s also easy to create custom ..." Type: Post
Tags : featuretoggle, mvvm, mvvmlight
http://dontcodetired.com/blog/post/Custom-FeatureToggle-Implementations-for-Non-Continuous-Delivery-Usages
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
Silverlight 3 3D Animation Using PlaneProjection and Storyboards "While SL3 doesn't add full 3D support, you can now transform elements in a 3D fashion. The following videos are recommended (and form the basis of this example) but I've used simple opaci ..." Type: Post
Tags : silverlight 3, silverlight, wpf, c#, xaml, 3d, planeprojection
http://dontcodetired.com/blog/post/Silverlight-3-3D-Animation-Using-PlaneProjection-and-Storyboards
Understanding Azure Durable Functions - Part 2: Creating Your First Durable Function This is the second part in a series of articles. Before creating durable functions it’s import Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-2-Creating-Your-First-Durable-Function
Databinding Conversions Using Functions in UWP XAML Apps "When using compiled data bindings using the x:Bind syntax in UWP apps, as an alternative to using an IValueConverter, a function can instead be defined. This means that whenever a value needs converti ..." Type: Post
Tags : c#, UWP, xaml
http://dontcodetired.com/blog/post/Databinding-Conversions-Using-Functions-in-UWP-XAML-Apps
Using Server Side Timers and SignalR in ASP.NET MVC Applications "I thought it would be fun to create an “Internet uptime” page that you can see live here on Azure Websites. It shows how long the Internet (since ARPANET) has been around for. Creating a Class that c ..." Type: Post
Tags : web, signalr, html, c#, asp.net
http://dontcodetired.com/blog/post/Using-Server-Side-Timers-and-SignalR-in-ASPNET-MVC-Applications
Getting Started with Azure Cosmos DB and Azure Functions This is the first part in a series of articles. Azure Cosmos DB is a “globally distributed, mu Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Cosmos-DB-and-Azure-Functions
Microsoft Feature Flags: Controlling Features with Feature Filters (Microsoft.FeatureManagement) This is the third part in a series. EDIT: my Feature Management Pluralsight training course is now a Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Controlling-Features-with-Feature-Filters-(MicrosoftFeatureManagement)
ICYMI C# 9 New Features: Create Immutable Objects with Records "This is part of a series of articles on new features introduced in C# 9. C# 9 introduced a new type of object that is neither a class or a struct. This new type is called a  record. In C# 9 a rec ..." Type: Post
Tags : icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Create-Immutable-Objects-with-Records
How to Make 2021 Your Best Year Ever "Happy New Year! I think we can all agree that 2020 was one of the most challenging years any of us have experienced. Even though here in Western Australia we have been relatively lucky due to our isol ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/How-to-Make-2021-Your-Best-Year-Ever
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi "Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..." Type: Post
Tags : .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
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
Developing Samsung TV Apps with .NET - Getting Started In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on th Type: Post
Tags : .net, xamarin, c#, tizen, samsung
http://dontcodetired.com/blog/post/Developing-Samsung-TV-Apps-with-NET-Getting-Started
Azure Functions Continuous Deployment with Azure Pipelines: Part 7 - Running Functional End-to-end Tests in a Release Azure Pipeline This is the seventh part in a series demonstrating how to setup continuous deployment of an Azure Fu Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-7-Running-Functional-End-to-end-Tests-in-a-Release-Azure-Pipeline
Making 2019 Your Best Year Yet "Whilst I’m not personally a fan of New Year’s Resolutions, preferring instead to adopt a mindset of continuous improvement, the end of a calendar year is as good a time as any to do a 12 month retrosp ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/Making-2019-Your-Best-Year-Yet
Conditional HTML Rendering with Microsoft Feature Flags (Microsoft.FeatureManagement) This is part seven in a series of articles. EDIT: my Feature Management Pluralsight training course Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Conditional-HTML-Rendering-with-Microsoft-Feature-Flags-(MicrosoftFeatureManagement)
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