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

Enterprise Library - A Day Out with the Logging and Instrumentation Application Block "Ok, I’ll start by saying I like it; reasons? No headache of installing, configuring, deploying EIF; Easy to configure using the nice little GUI Enterprise Library Configuration Tool - no man ..." Type: Post http://dontcodetired.com/blog/post/Enterprise-Library-A-Day-Out-with-the-Logging-and-Instrumentation-Application-Block
Introduction To Extension Methods in C# Extension methods allow you to extend the functionality of an existing class without using inheritan Type: Post
Tags : c#, extension methods
http://dontcodetired.com/blog/post/Introduction-To-Extension-Methods-in-C
Silverlight 3 Out Of Browser Automatic Updates "When running a Silverlight 3 application out of browser (OOB) {or SLOOB=Silverlight Out Of Browser} you can enable the automatic download\install of updated versions. This is not an automatic fea ..." Type: Post
Tags : out of browser, silverlight, silverlight 3, oob, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Automatic-Updates
ICYMI C# 8 New Features: Asynchronous Streams This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable< Type: Post
Tags : icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
Blendable Silverlight (and WPF) MVVM Applications With Dependency Injection "Introduction One of the challenges with the idea of having separate developer and designers is how to allow the developers to write code while at the same time designers are working on the UI. ..." Type: Post
Tags : .net, c#, blend, dependency injection, design patterns, di, inversion of control, ioc, mvvm, silverlight, silverlight 3, wpf, xaml, ninject
http://dontcodetired.com/blog/post/Blendable-Silverlight-(and-WPF)-MVVM-Applications-With-Dependency-Injection
ICYMI C# 8 New Features: Simplify If Statements with Property Pattern Matching This is part 3 in a series of articles. In the first part of this series we looked at switch express Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-If-Statements-with-Property-Pattern-Matching
Getting Daily Emails with your Windows Store and Windows Phone App PubCenter Earnings "If you’re writing Windows Phone or Windows Store apps and you’re using Microsoft’s pubCenter to display adverts, you can schedule a daily email report of your earnings for that day. Log in to pubCente ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, monetization, pubcenter, windows phone
http://dontcodetired.com/blog/post/Getting-Daily-Emails-with-your-Windows-Store-and-Windows-Phone-App-PubCenter-Earnings
Copy and Paste in Silverlight 4 "Silverlight 4 added the static Clipboard class with the clearly-named SetText, GetText and ContainsText methods. If running in-browser or out-of-browser without elevated trust the Clipboard metho ..." Type: Post
Tags : .net, c#, oob, out of browser, silverlight, silverlight 4, sloob, wpf, xaml
http://dontcodetired.com/blog/post/Copy-and-Paste-in-Silverlight-4
Microsoft Feature Flags: Implementing Custom Feature Filters (Microsoft.FeatureManagement) This is part four in a series of articles. In part three I introduced the concept of feature filters Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Implementing-Custom-Feature-Filters-(MicrosoftFeatureManagement)
Brownfield Application Development (Part 1) - Managing Motivation and Energy "Normal 0 false false false EN-US X-NONE X-NONE ..." Type: Post
Tags : brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-1)-Managing-Motivation-and-Energy
Testing Responsive Web Designs and Layout "CSS3 Media Queries enable us to have different layouts and show/hide content based on the width of the browser or device the page is being displayed on. Typically you will have a number of Respon ..." Type: Post
Tags : web design, responsive web design, responsive design, web, web design, design
http://dontcodetired.com/blog/post/Testing-Responsive-Web-Designs-and-Layout
Simplifying Parameter Null and Other Checks with the GuardClauses Library "Often you want to add null checking and other check code at the start of a method to ensure all the values passed into the method are valid before continuing. For example the following method checks t ..." Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-GuardClauses-Library
Designing Mobile Apps "I've authored three Windows Phone 7 mobile apps. This is not a huge number I know but I would like to share how I think about mobile app design. The workflow below is not limited to any particular pla ..." Type: Post
Tags : mobile, design, ui, ux, user experience, apps, ui design
http://dontcodetired.com/blog/post/Designing-Mobile-Apps
Maintaining Energy with the Pomodoro Technique "(The below is an extract from the “Time Management and Motivation” chapter of my book Keeping Software Soft) The Pomodoro Technique is a simple time management system developed by Francesco Cirillo. A ..." Type: Post
Tags : time management, pomodoro, energy
http://dontcodetired.com/blog/post/Maintaining-Energy-with-the-Pomodoro-Technique
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement) This is part five in a series of articles. EDIT: my Feature Management Pluralsight training course i Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Paying Your Software Development Tax "In software development we already have the technical debt metaphor that helps describe the the fact that a quick and dirty approach now, may create problems in the future. For example getting a featu ..." Type: Post
Tags : profession, people
http://dontcodetired.com/blog/post/Paying-Your-Software-Development-Tax
What’s New in C# 10: Create Constants Using String Interpolation "This is part of a series on the new features introduced with C# 10.Prior to C# 10 if you wanted to create a const that was made up from other constants you had to add the string fragments togeter, for ..." Type: Post http://dontcodetired.com/blog/post/Whats-New-in-C-10-Create-Constants-Using-String-Interpolation
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests We can write automated tests to cover various aspects of the code we write. We can write unit/integr Type: Post
Tags : approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
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
Returning HTTP Status Codes from Azure Functions (This post refers to Azure Functions v2) When creating HTTP-triggered Azure Functions there are a nu Type: Post
Tags : azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Returning-HTTP-Status-Codes-from-Azure-Functions