Search results for 'Katuwaan sa laro ng slot machine(ph365.mx)Katuwaan sa laro ng slot machine(ph365.mx)'

Using Azure Functions and Microsoft Flow to Send Notifications for NuGet Package Downloads One of the NuGet packages I maintain is approaching 100,000 downloads. I thought it would be nice to Type: Post
Tags : microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Using-Azure-Functions-and-Microsoft-Flow-to-Send-Notifications-for-NuGet-Package-Downloads
Design Principals in Practice: Typography in a Grocery Store Window "I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..." Type: Post
Tags : design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent) "One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
Design Principals in Practice: Affordance in Contactless Payment Machines "Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..." Type: Post
Tags : design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
New Course Update: Working with Files and Streams in C# An newly updated version of my Working with Files and Streams in C# video training course is now ava Type: Post
Tags : C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
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
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
Quick and Dirty Image Loading Animation Without JavaScript "If you are display a set of images that potentially will take a while to be returned from the server (for example if pulling them out of a database via an .axd or .ashx) you can use css to to display ..." Type: Post
Tags : css, html, web
http://dontcodetired.com/blog/post/Quick-and-Dirty-Image-Loading-Animation-Without-JavaScript
New Pluralsight Course: Working with Data and Schemas in Marten Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as Type: Post
Tags : c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
Portable Class Library (PCL) Timer when Targeting Both Windows 8 and Windows Phone using Reactive Extensions "Currently the Timer class is not available when targeting both Windows Phone 8 and Windows 8 Store Apps. For the app I’m building I want the MVVMLight PCL ViewModel to update a property every second – ..." Type: Post
Tags : c#, pcl, rx, reactive extensions, windows store apps, windows phone apps, windows 8 apps
http://dontcodetired.com/blog/post/Portable-Class-Library-(PCL)-Timer-when-Targeting-Both-Windows-8-and-Windows-Phone-using-Reactive-Extensions
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
Accessing Entity Framework Entities In EntityDataSource Data-Bound Controls "If using ASP.NET EntityDataSource and databound controls you may need to access the actual entity object being represented in the control, e.g. a data row in a table or a single entity in a FormView. ..." Type: Post
Tags : .net, c#, asp.net, extension methods, web, databinding, entity framework, ef, orm, object relational mapping
http://dontcodetired.com/blog/post/Accessing-Entity-Framework-Entity-In-EntityDataSource-Data-Bound-Controls
New Pluralsight Course - Implementing Feature Toggles in .NET with FeatureToggle Feature toggles (also referred to as feature flags, flippers, feature switches, etc) are a technique Type: Post
Tags : featuretoggle, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Feature-Toggles-in-NET-with-FeatureToggle
FeatureToggle v4 RC2 with .NET Core Configuration Changes "The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. RC2 builds ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC2-with-NET-Core-Configuration-Changes
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
Terms of Use and Disclaimer DisclaimerThe information contained in this website is for general information purposes only. While Type: Page http://dontcodetired.com/blog/page/terms-of-use-and-disclaimer
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives This is part of a series on the new features introduced with C# 10. There are 2 related features in Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
Silverlight & WPF - Binding to a specific item in a collection "If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
Painless .NET Windows Service Creation with Topshelf Windows Services allow us to run code in the background, without needing (for example) a console app Type: Post
Tags : .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
Detecting when a Silverlight app enters full screen mode "Obviously you know when a users clicks your full screen button but a the user can press escape to exit full screen mode at any time, an alternative is to respond to the FullScreenChanged event. F ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/Detecting-when-a-Silverlight-app-enters-full-screen-mode