Search results for 'Gastos sa sugal Gastos sa sugal (ph365.mx)'

Creating Inline Data Driven Tests in xUnit xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
Updating Your Windows 8 App to Windows 8.1: Handling Widths and Replacing Snapped Mode "Windows 8.1 allows users to resize Windows more freely than Windows 8.0. In Windows 8.0 there was the concept of snapped, filled and full screen viewstates. These concepts are no more in Windows 8.1 a ..." Type: Post
Tags : windows 8 apps
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Handling-Widths-and-Replacing-Snapped-Mode
Three Things I’ve Learned Being a Pluralsight Course Author "Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..." Type: Post
Tags : pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
Reading Azure Cosmos DB Data In Azure Functions This is the second part in a series of articles. In addition to triggering a function when Cosmos DB Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Reading-Azure-Cosmos-DB-Data-In-Azure-Functions
Advanced SpecFlow: Sharing Data Between Steps with Context Injection 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-Sharing-Data-Between-Steps-with-Context-Injection
15-Second Favourite Programmer Music Survey "Hi, I thought it would be cool to collate peoples favourite music album to code to. I created this Excel Web App survey – I would be grateful if you could take 15-seconds to tell me (anonymously) what ..." Type: Post
Tags : profession
http://dontcodetired.com/blog/post/15-Second-Favourite-Programmer-Music-Survey
Processing a Single Azure Cosmos DB Document at a Time With Azure Functions This is the fifth part in a series of articles. In previous parts of this series the Azure Function Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Processing-a-Single-Azure-Cosmos-DB-Document-at-a-Time-With-Azure-Functions
Paper Prototyping Templates for Windows 8 Apps "Sketching out designs and creating paper prototypes can help to visualise your app and correct design mistakes earlier and before coding begins. To help with this I've produced the following paper pro ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-8-Apps
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
FeatureToggle 2.1 Released "Version 2.1 of my open source feature toggling library has just been released. This new version contains two new toggles. The RandomFeatureToggle as its name suggests will randomly enable/disable a fe ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-21-Released
Write Less Repetitive Boilerplate Code with Fody My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having Type: Post
Tags : fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
Windows Phone 7 Product Webpage Template "If you want a quick way to create a product page for your Windows 7 App, this is a nice starter page by Nick Harewood.   View a live sample or get more info and download." Type: Post
Tags : wp7, windows phone 7
http://dontcodetired.com/blog/post/Windows-Phone-7-Product-Webpage-Template
January Monthly Windows Phone 7 Roundup "This is the first of a series of monthly posts highlighting some useful and cool Windows Phone 7 stuff. There will be a post on or about the last day of each month, with an overall "post of ..." Type: Post
Tags : windows phone 7, wp7, monthly windows phone 7 roundup
http://dontcodetired.com/blog/post/Januaries-Monthly-Windows-Phone-7-Roundup
Introducing (probably) The World's Only Mocking Framework for Windows Phone 7 (WP7) "Introducing MoqaLate Whilst I love developing apps for Windows Phone 7, the testing aspect is hard! I'm a TDD-er by default and it's such a pain to have to hand roll my own mock objects. ..." Type: Post
Tags : windows phone 7, wp7, c#, testing, tdd, mocking, moqalate
http://dontcodetired.com/blog/post/Introducing-(probably)-The-Worlds-Only-Mocking-Framework-for-Windows-Phone-7-(WP7)
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)
Testing Precompiled Azure Functions Overview Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview
Software Development Wheel "In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
Testing for Thrown Exceptions in MSTest V2 In previous posts we looked at testing for thrown exceptions in xUnit.net and NUnit. In this post we Type: Post
Tags : mstest, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-MSTest-V2
Pretty Method Display in xUnit.net One little-known feature of the xUnit.net testing framework is the ability to write test method name Type: Post
Tags : xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
xUnit.net 2 Cheat Sheet To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet