Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'

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
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
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use Type: Post
Tags : testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
Sending a Regular SMS with Azure Functions and Twilio "Azure Functions allow the creation of Serverless event driven applications with minimal effort. We can create Azure Functions using C# (or other languages) right inside the Azure Web app. Functions si ..." Type: Post
Tags : C#, .net, azure
http://dontcodetired.com/blog/post/Sending-a-Regular-SMS-with-Azure-Functions-and-Twilio
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
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording "In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
C# 4.0 Optional Parameters C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat Type: Post
Tags : .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
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
NUnit 3 Quick Tips: Asserting On Object Reference Equality When asserting on equality using the EqualConstraint you may not always get the behaviour you want d Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
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
Lean Publishing and Keeping Software Soft "Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..." Type: Post
Tags : keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
Variables? We Don’t Need No Stinking Variables - C# Discards C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
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
Azure Functions Dependency Injection with Autofac This post refers specifically to Azure Function V2. If you want to write automated tests for Azure F Type: Post
Tags : azure functions, serverless, c#, cloud, .net
http://dontcodetired.com/blog/post/Azure-Functions-Dependency-Injection-with-Autofac
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017 Azure Functions have come a long way in a short time. With newer releases you can now create functio Type: Post
Tags : C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
Custom Session Logging in Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
Logging Application Block: Event Types Quick List "A quick list of some event types you can raise using the Logging Application Block (http://microsoft.com) AdminMessageEvent AuditMessageEvent AuditOperationEvent ErrorMessageEvent ExternalError ..." Type: Post http://dontcodetired.com/blog/post/Logging-Application-Block-Event-Types-Quick-List
Diagnosing WCF Problems Using SvcTraceViewer.exe "You can use Microsoft Service Trace Viewer (SvcTraceViewer.exe) to help diagnose problems with connections to your WCF services. For example, if calling WCF service from the client using AJAX (o ..." Type: Post
Tags : .net, ajax, wcf, debugging
http://dontcodetired.com/blog/post/Diagnosing-WCF-Problems-Using-SvcTraceViewerexe
Paper Prototyping Templates for Windows 8.1 Store Apps "These are updated paper prototyping templates for Windows 8.1 Store apps. The changes from the previous 8.0 versions are mostly to do with the removal of snapped and filled modes in Windows 8.1 Store ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-81-Store-Apps
A Simple Menu Roll-over using jQuery and CSS "The following ASP.NET page shows a simple example of a menu created using a combination of CSS and jQuery. The menu is defined as an unordered list (which makes semantic sense) and styled with CS ..." Type: Post
Tags : asp.net, css, html, javascript, jquery
http://dontcodetired.com/blog/post/A-Simple-Menu-Roll-over-using-jQuery-and-CSS