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

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)
Running and Filtering Tests with the .NET Core Command Line Test Runner In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset Type: Post http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
Push Notifications and Buttons with Microsoft Flow: Part 2 In part 1 we created a Flow to toggle the sending of push notifications on and off by storing the co Type: Post
Tags : microsoft flow, azure, azure functions, serverless, c#, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-2
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
Push Notifications and Buttons with Microsoft Flow: Part 3 "In part 1 we crated a Flow to enable/disable the sending of push notifications and in part 2 we created an Azure Function to generate random phrases of positivity. In this third and final part of this ..." Type: Post
Tags : microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-3
Understanding Azure Durable Functions - Part 12: Sub Orchestrations This is part twelve in a series of articles. If you’re not familiar with Durable Functions you Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-12-Sub-Orchestrations
Using C# Source Generators with Microsoft Feature Management Feature Flags C# Source Generators allow you to generate and compile source code dynamically. You can read more ab Type: Post
Tags : .net, .net core, c#, code generation, FeatureManagement, featuretoggle
http://dontcodetired.com/blog/post/Using-C-Source-Generators-with-Microsoft-Feature-Management-Feature-Flags
Cross Function App Proxies and Proxy Request Parameters in Azure Functions In a previous article we saw how to get started with Azure Function Proxies. In addition to creating Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Cross-Function-App-Proxies-and-Proxy-Request-Parameters-in-Azure-Functions
Redesigning DontCodeTired.Com (Part 4) - Adding Semantic HTML 5 Markup and Removing Unwanted Elements "Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design Adding New HTML5 Semantic Tags DontCodeTired.com is currently using ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-4)-Adding-Semantic-HTML-5-Markup-and-Removing-Unwanted-Elements
Redesigning DontCodeTired.Com (Part 5) - Showing and Hiding Mobile Specific Elements "Taking a "mobile-first" approach, the initial work on styling will be for mobile devices, i.e. small screen resolutions. Getting Started In a previous post in this series I added the s ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-5)-Showing-and-Hiding-Mobile-Specific-Elements
The Joys of Silence "I recently took possession of new desktop PC. As a Pluralsight author one of the unique considerations when choosing a new machine was generated noise. After some research I settled on sourcing the co ..." Type: Post
Tags : hardware, productivity, tools
http://dontcodetired.com/blog/post/The-Joys-of-Silence
How to Make 2021 Your Best Year Ever "Happy New Year! I think we can all agree that 2020 was one of the most challenging years any of us have experienced. Even though here in Western Australia we have been relatively lucky due to our isol ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/How-to-Make-2021-Your-Best-Year-Ever
Speech Synthesis (Text to Speech) In Windows 8.1 Store Apps "Windows 8.1 adds the ability to perform text to speech using the Windows.Media.SpeechSynthesis namespace. As a basic example, to say “Hello World” in the default voice:var synth = new Windows.Media.Sp ..." Type: Post
Tags : windows 8 apps, speech
http://dontcodetired.com/blog/post/Speech-Synthesis-(Text-to-Speech)-In-Windows-81-Store-Apps
50 Apps By Christmas: 6 Apps in 3 Days "This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..." Type: Post
Tags : windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
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
Design is Not Adornment "Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..." Type: Post
Tags : design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute Sometimes the display and formatting of information in the Visual Studio debugger is less than optim Type: Post
Tags : c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
Understanding Azure Durable Functions - Part 1: Overview This is the first part in a series of articles. Durable Functions are built on top of top of the bas Type: Post
Tags : C#, azure, azure functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-1-Overview
C# Source Generators: Less Boilerplate Code, More Productivity One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug Type: Post http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
Introducing InAppPurchaseToggle for Windows Store In App Purchase "I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..." Type: Post
Tags : windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase