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

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
Silverlight 3 Out Of Browser Automatic Updates "When running a Silverlight 3 application out of browser (OOB) {or SLOOB=Silverlight Out Of Browser} you can enable the automatic download\install of updated versions. This is not an automatic fea ..." Type: Post
Tags : out of browser, silverlight, silverlight 3, oob, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Automatic-Updates
Painless .NET Windows Service Creation with Topshelf Windows Services allow us to run code in the background, without needing (for example) a console app Type: Post
Tags : .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
Azure Functions Continuous Deployment with Azure Pipelines: Part 2 - Getting Started This is the second part in a series demonstrating how to setup continuous deployment of an Azure Fun Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-2-Getting-Started
Remote Debugging Azure Functions V2 "The breakpoint will not currently be hit. No symbols have been loaded for this document" Sometimes it can be tricky to attach the Visual Studio debugger to a deployed Azure Functions app. F Type: Post
Tags : Azure, azure functions, visual studio, debugging, serverless
http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document
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
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives This is part of a series on the new features introduced with C# 10. There are 2 related features in Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
Refactoring Code to Use C# Local Functions In a previous post I talked about the potential use of local functions to replace comments. This gen Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
Microsoft Feature Flags: Implementing Custom Feature Filters (Microsoft.FeatureManagement) This is part four in a series of articles. In part three I introduced the concept of feature filters Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Implementing-Custom-Feature-Filters-(MicrosoftFeatureManagement)
An Update on Keeping Software Soft "I’m writing my first ever book calling Keeping Software Soft. I just published 3 new chapters: Technical Debt Software Craftsmanship, Professionalism, and Personal Development What Programmers Want a ..." Type: Post
Tags : keeping software soft, writing
http://dontcodetired.com/blog/post/An-Update-on-Keeping-Software-Soft
Binary Serialisation In Silverlight "One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage This is the first part of a series or articles. When creating blob-triggered Azure Functions there a Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
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
Testing ASP.NET Core MVC Controllers: Getting Started When writing ASP.NET Core MVC web applications, you may want to test that controller actions behave Type: Post
Tags : testing, .net core, xunit.net, asp.net core
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-MVC-Controllers-Getting-Started
Making An Awesome Windows 8 Pinned Tile for your Website "With Windows 8 and the metro "Modern Windows New UI Store Experience Style" version of Internet Explorer 10, you can pin a web site to the start menu and provide a hi-res image to be displayed on the ..." Type: Post
Tags : html, user experience, ux, web, windows 8, tiles
http://dontcodetired.com/blog/post/Making-An-Awesome-Windows-8-Pinned-Tile-for-your-Website
Design Principals in Practice: Proximity in Peregrine "The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..." Type: Post
Tags : ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
10 Pluralsight Courses–A Milestone "I just had my 10th Pluralsight course released; Building .NET Console Applications in C# teaches how to create well-designed, fully-featured .NET Console applications. When I hit 7 courses I wrote Thr ..." Type: Post
Tags : pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/10-Pluralsight-Coursese28093A-Milestone
Azure Functions Continuous Deployment with Azure Pipelines: Part 5 - Adding Unit Tests This is the fifth part in a series demonstrating how to setup continuous deployment of an Azure Func Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-5-Adding-Unit-Tests
FeatureToggle 3.2 Released "A minor release of my open source FeatureToggle library has just been released to NuGet. Version 3.2 was a result of user requests to be able to configure toggles that get their values from sql server ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-32-Released
Advanced SpecFlow: Restricting Step Definition and Hook Execution with Scoped Bindings SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Restricting-Step-Definition-and-Hook-Execution-with-Scoped-Bindings