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

New Pluralsight Course: Azure Function Triggers Quick Start "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. They can also be triggered manuall ..." Type: Post
Tags : azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Azure-Function-Triggers-Quick-Start
Azure Functions Continuous Deployment with Azure Pipelines: Part 1 - Overview This is the first 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-1-Overview
Azure Functions Continuous Deployment with Azure Pipelines: Part 8 - Using Gates to Run Smoke Tests on Deployed Function Apps This is the eighth and final part in a series demonstrating how to setup continuous deployment of an Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-8-Using-Gates-to-Run-Smoke-Tests-on-Deployed-Function-Apps
Creating MSMQ Exception "In testing you might want to throw a manual MessageQueueingException to test the functionality of your exception handling. As it’s not possible to create an exception object the following can be ..." Type: Post http://dontcodetired.com/blog/post/Creating-MSMQ-Exception
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
New RavenDB FeatureToggle "I just published new NuGet package for my open source .NET feature toggling library. This package allows you to turn features on/off depending on what’s configured in a RavenDB database. PM> Instal ..." Type: Post
Tags : open source, featuretoggle, ravendb
http://dontcodetired.com/blog/post/New-RavenDB-FeatureToggle
Using Glide Paths to Increase Productivity "I first became aware of the concept of “glide paths” in Getting Results the Agile Way. A glide path is an aeronautical term meaning: “the course followed by an aircraft or spacecraft when descending f ..." Type: Post
Tags : productivity
http://dontcodetired.com/blog/post/Using-Glide-Paths-to-Increase-Productivity
Testing for Thrown Exceptions in xUnit.net When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp Type: Post
Tags : xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Architecting Azure Functions: Function Timeouts and Work Fan-Out with Queues When moving to Azure Functions or other FaaS offerings it’s possible to fall into the trap of Type: Post
Tags : azure, azure functions, serverless, c#, .net
http://dontcodetired.com/blog/post/Architecting-Azure-Functions-Function-Timeouts-and-Work-Fan-Out-with-Queues
Akka.NET Dispatchers and User Interface Thread Access Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje Type: Post
Tags : .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
What are Your 3 Wins for 2014? "The idea of "the power of three" is a universal concept; it can be seen anywhere from religion (The Holy Trinity, Triquetra, etc.) to childhood learning ("ABC", "123") to entertainment (The Three Musk ..." Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/What-are-Your-3-Wins-for-2014
Centralising RaiseCanExecuteChanged Logic in an MVVM Light Portable View Model "When working with an MVVM Light sometime we need to “tell” the view that a command’s ability to be executed has changed. For example, when a user clicks a Start button to start a countdown, the Start ..." Type: Post
Tags : c#, mvvm light, xaml, pcl
http://dontcodetired.com/blog/post/Centralising-RaiseCanExecuteChanged-Logic-in-an-MVVM-Light-Portable-View-Model
Using XAML Behaviours to stop MVVM Light Messenger Action Executing Multiple Times "In MVVM Light, when we derive our ViewModel from ViewModelBase, we inherit a Cleanup() method. This method can be overridden, by default it will unregister all messages for the ViewModel, so calling C ..." Type: Post
Tags : xaml, mvvm light, behaviours
http://dontcodetired.com/blog/post/Using-XAML-Behaviours-to-stop-MVVM-Light-Messenger-Action-Executing-Multiple-Times
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
Creating a Windows Store App NuGet Package for ARM, x86 and x64 "It’s possible to create a NuGet package from a Window Store class library project that contains 3 different DLLs, one for each of the platform types: ARM, x86, and x64. When the NuGet package is inclu ..." Type: Post
Tags : nuget, windows store apps
http://dontcodetired.com/blog/post/Creating-a-Windows-Store-App-NuGet-Package-for-ARM-x86-and-x64
Triggering a Microsoft Flow from an HTTP Post Microsoft Flow allows the building of workflows in the cloud. One way to trigger a Flow is to set up Type: Post
Tags : microsoft flow, serverless
http://dontcodetired.com/blog/post/Triggering-a-Microsoft-Flow-from-an-HTTP-Post
Testing Events Using Rhino Mocks "There are possible more 'elegant' methods for the below but these are fairly well understandable by someone new to Rhino Mocks or mocking in general. Testing Event Subscription Sometime ..." Type: Post
Tags : .net, c#, lambda expressions, tdd, testing, rhino mocks, mocking
http://dontcodetired.com/blog/post/Testing-Events-Using-Rhino-Mocks
Reducing Database Round Trips With Included Documents 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/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
Azure HTTP Function Authorization with Function Keys When creating an Azure Function triggered via HTTP, one way to authorize use of the function is to c Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-HTTP-Function-Authorization-with-Function-Keys
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble Type: Post
Tags : xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests