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

Create Precompiled Azure Functions With Azure Event Grid Triggers Visual Studio can be used to create precompiled Azure Functions using standard C# classes and tools/ Type: Post
Tags : azure, azure event grid, azure functions, c#
http://dontcodetired.com/blog/post/Create-Precompiled-Azure-Functions-With-Azure-Event-Grid-Triggers
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)
Writing Azure Functions with Function Monkey: Dependency Injection "In my continued exploration/experimentation with Function Monkey I thought I’d look at how easy/hard it is to inject dependencies into handlers. Previous articles: Creating Azure Functions with Functi ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Dependency-Injection
Setting Up Mock ref Return Values in Moq I recently received a message related to my Mocking in .NET Core Unit Tests with Moq: Getting Starte Type: Post
Tags : mocking, testing, qa, xunit.net
http://dontcodetired.com/blog/post/Setting-Up-Mock-ref-Return-Values-in-Moq
New FeatureToggle Release: v3.4 With Fluent Syntax "FeatureToggle is an open source feature toggling / feature switching library for .NET.Version 3.4 Introduces an new additional way to get the value of whether a toggle is enabled or not.In versions to ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/New-FeatureToggle-Release-v34-With-Fluent-Syntax
Comparing 2 Locations in Windows Phone 7 "If you are using Microsoft.Phone.Controls.Maps.Platform.Location in your WP7 application and you want to see if 2 Locations refer to the same place (i.e. the same altitude, latitude and longitude are ..." Type: Post
Tags : c#, wp7, bing, windows phone 7
http://dontcodetired.com/blog/post/Comparing-2-Locations-in-Windows-Phone-7
MVVM Light Messenger Events Firing Multiple Times "If you register for a message in the ctor of your views code-behind, eg: Messenger.Default.Register<DialogMessage>(this, DialogMessageHandler); Every time you reload the view, i.e ..." Type: Post
Tags : .net, c#, design patterns, mvvm, windows phone 7, wp7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Events-Firing-Multiple-Times
MVVM Light Telling the View to play Storyboards "Sometimes you want to tell the view to play an animation (Storyboard). One simple way to do this is to define a StartStoryboardMessage class, populate this with the name of a Storyboard to play, then ..." Type: Post
Tags : c#, mvvm, mvvm light, design patterns, silverlight, xaml, wpf, wp7, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Telling-the-View-to-play-Storyboards
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
Enforcing Referential Integrity Between Documents with Marten and PostgreSQL Even though Marten is a library to enable document database storage semantics, because it’s bu Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Enforcing-Referential-Integrity-Between-Documents-with-Marten-and-PostgreSQL
An Alternative to SQLite in Windows Store Apps "SQLite is a popular embedded database in use in Windows Store and Windows Phone apps, thought it can sometimes be tricky to get setup: there are a few different choices of NuGet packages / Visual Stud ..." Type: Post
Tags : brightstardb, nosql, windows store apps, database
http://dontcodetired.com/blog/post/An-Alternative-to-SQLite-in-Windows-Store-Apps
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables This is the fourth 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-4-Defining-and-Consuming-Pipeline-Variables
What I Learned Building My First 4 Windows 8 Apps "This is a bit of a brain-dump, in no particular order, of things I learned building my first 4 Windows 8 (C# XAML) apps: - Countdown To - Big Screen Countdown - BizBuzBingo - Code Retreat Countdown A ..." Type: Post
Tags : windows 8 apps, windows 8, apps, tablet
http://dontcodetired.com/blog/post/What-I-Learned-Building-My-First-4-Windows-8-Apps
The Enterprise Re-Imagined with Windows 8 "If your company is currently in the process of upgrading to Windows 8, do they see it as a simple OS upgrade to keep up to date; or, do they see it as an enabler to re-imagine how the business operate ..." Type: Post
Tags : windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/The-Enterprise-Re-Imagined-with-Windows-8
Business-Readable, Living Documentation with BDDfy "BDDfy enables the creation of tests that, in addition to verifying that the system works correctly, also results in business-readable, living documentation. Business-readable means that the tests are ..." Type: Post
Tags : teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/Business-Readable-Living-Documentation-with-BDDfy
Reducing Magic Strings with Microsoft Feature Toggles (Microsoft.FeatureManagement) This is the second part in a series. EDIT: my Feature Management Pluralsight training course is now Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Reducing-Magic-Strings-with-Microsoft-Feature-Toggles-(MicrosoftFeatureManagement)
Approval Tests: Write Tests More Quickly Sometimes assert code in tests gets big and messy and complicated when the output we’re testin Type: Post
Tags : .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Write-Tests-More-Quickly
Testing Akka.NET Actor Systems My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs In the previous part of the series we saw how to improve the reliability of responding to new blobs Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-3-Using-Event-Grid-to-Respond-to-New-Blobs
Screen Scraping As A Service with Azure Functions in 5 Mins If you have some data in a web page but there is no API to get the same data, it’s possible to Type: Post
Tags : azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins