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

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
Unit Testing C# File Access Code with System.IO.Abstractions It can be difficult  to write unit tests for code that accesses the file system. It’s pos Type: Post
Tags : c#, testing, xunit.net, qa, .net
http://dontcodetired.com/blog/post/Unit-Testing-C-File-Access-Code-with-SystemIOAbstractions
Creating Your Own Custom Dynamic C# Classes C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
Getting Started with Azure Event Grid In a previous article we got an introduction to Azure Event Grid, if you’re new to Event Grid Type: Post
Tags : azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Event-Grid
One Simple Technique to Help Achieve Your Goals "As the New Year approaches and people start to comment “I can’t believe it’s November”, thoughts start to turn to New Year’s Resolutions and things not accomplished in this year. Whilst I don’t believ ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/One-Simple-Technique-to-Help-Achieve-Your-Goals
Save Keystrokes with AutoHotkey Hotstrings "AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..." Type: Post
Tags : productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Getting Started Testing .NET Core Code with xUnit.net xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework Type: Post
Tags : .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
What Would Easy Be Like? "As another (Gregorian) year edges ever closer, it’s a period that offers a natural reflection time on what happened in the past year and the forging, often weakly, of “New Years Resolutions”. One inte ..." Type: Post
Tags : people, profession, personal development
http://dontcodetired.com/blog/post/What-Would-Easy-Be-Like
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
Understanding Azure Durable Functions - Part 7: The Function Chaining Pattern This is the seventh part in a series of articles. If you’re not familiar with Durable Function Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-7-The-Function-Chaining-Pattern
Introduction To jTemplates - A jQuery and JavaScript Template Engine "jTemplates is a great lightweight template engine for jQuery and JavaScript. It allows you to process data (e.g. JSON data returned from an AJAX call) and feed it ito a template definition rather than ..." Type: Post
Tags : ajax, html, javascript, jquery, web, jtemplates
http://dontcodetired.com/blog/post/Introduction-To-jTemplates-A-jQuery-and-JavaScript-Template-Engine
Testing Automation: The Big Picture It’s often useful to take a step back and look at the bigger picture, this is true in differen Type: Post
Tags : testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
Preventing Inconsistent Feature Flag Values During a Single Request (Microsoft.FeatureManagement) This is part six in a series of articles. EDIT: my Feature Management Pluralsight training course is Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Preventing-Inconsistent-Feature-Flag-Values-During-a-Single-Request-(MicrosoftFeatureManagement)
New Pluralsight Course: Reducing C# Code Duplication in Azure Functions "Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. Just because functions are easy t ..." Type: Post
Tags : azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Reducing-C-Code-Duplication-in-Azure-Functions
Mocking in .NET Core Tests with Moq When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other Type: Post
Tags : testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
MVVM Light Messenger Action Executing Multiple Times "With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..." Type: Post
Tags : c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
5 Ways To Give Yourself A Break "In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..." Type: Post
Tags : profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
Introducing JS Name-O-Tron – Find a Name for Your JavaScript Library "As a Microsoft MVP I get free Azure credits to use every month, so I thought I’d better start making use of them :) JS Name-O-Tron is the first web site I’ve deployed to Azure and I’m pleased to say ..." Type: Post
Tags : azure, asp.net mvc, asp.net, web, bootstrap, .net
http://dontcodetired.com/blog/post/Introducing-JS-Name-O-Tron-e28093-Find-a-Name-for-Your-JavaScript-Library
The request failed with HTTP status 401: Unauthorized "If you are using IIS 6.0 and your application is using an Application Pool with an Identity set to a domain account you may get: The request failed with HTTP status 401: Unauthorized Check out this ..." Type: Post http://dontcodetired.com/blog/post/The-request-failed-with-HTTP-status-401-Unauthorized
Debugging breakpoint inside web service web method "To cause debugging to stop at breakpoint inside a web service method when calling from windows app: - Set breakpoint in the win app on the line that calls the web method, then step into the web servi ..." Type: Post http://dontcodetired.com/blog/post/Debugging-breakpoint-inside-web-service-web-method