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

What’s New in C# 10: New Possibilities for Validation and Logging Methods "This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
Refactoring an Azure Functions App to use Function Monkey "In a previous post I took a first look at the Function Monkey library to define Azure Functions using commands and handlers. In this post I’m going to try and take an existing functions app and conver ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Refactoring-an-Azure-Functions-App-to-use-Function-Monkey
50 Apps By Christmas: Color Eye "This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..." Type: Post
Tags : windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
NUnit 3 Quick Tips: Asserting On Collections When the result you want to check is a collection, you can use NUnit to assert that it has the expec Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Collections
Using Server Side Timers and SignalR in ASP.NET MVC Applications "I thought it would be fun to create an “Internet uptime” page that you can see live here on Azure Websites. It shows how long the Internet (since ARPANET) has been around for. Creating a Class that c ..." Type: Post
Tags : web, signalr, html, c#, asp.net
http://dontcodetired.com/blog/post/Using-Server-Side-Timers-and-SignalR-in-ASPNET-MVC-Applications
Redesigning DontCodeTired.Com (Part 6) - Creating Mobile Styling Using a Typography-Out Approach "Redesigning DontCodeTired.Com Part 5 - Showing and Hiding Mobile Specific Elements The idea of typography-out is that for websites where the textual content is king, it makes sense to elevate it ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, css, typography
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-6)-Creating-Mobile-Styling-Using-a-Typography-Out-Approach
Redesigning DontCodeTired.Com (Part 2) - Designing with Personality "Redesigning DontCodeTired.Com (Part 1) - The Content Inventory Users Personas User personas are a way to try and understand the user base by inventing archetypal  representative users at a ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-2)-Designing-with-Personality
Creating a Tweet Buffer with Azure Queues and Microsoft Flow There are apps and services that allow the scheduling or buffering of the sending of Tweets. Using t Type: Post
Tags : microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Creating-a-Tweet-Buffer-with-Azure-Queues-and-Microsoft-Flow
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern This is the eighth part in a series of articles. If you’re not familiar with Durable Functions Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
NUnit 3 Quick Tips: Asserting On Object Reference Equality When asserting on equality using the EqualConstraint you may not always get the behaviour you want d Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use Type: Post
Tags : testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
Azure Functions Continuous Deployment with Azure Pipelines: Part 7 - Running Functional End-to-end Tests in a Release Azure Pipeline This is the seventh part in a series demonstrating how to setup continuous deployment of an Azure Fu Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-7-Running-Functional-End-to-end-Tests-in-a-Release-Azure-Pipeline
URL Routing in ASP.Net 4 Web Forms "ASP.Net 4 simplifies the routing experience introduced in ASP.NET 3.5 SP1. Routing allows the use of more meaningful or 'friendly' URLs (which may also benefit search engine ranking). For ..." Type: Post
Tags : .net, asp.net, asp.net 4, c#, web
http://dontcodetired.com/blog/post/URL-Routing-in-ASPNet-4-Web-Forms
Creating Custom Azure Functions Bindings (This article refers to Azure Functions v2) Out of the box, Azure Functions comes with a range of tr Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Creating-Custom-Azure-Functions-Bindings
Custom Session Logging 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/Custom-Session-Logging-in-Marten
Redesigning DontCodeTired.Com (Part 11) - Conclusion "The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-11)-Conclusion
Introduction To jTemplates - A jQuery and JavaScript Template Engine "jTemplates is a great lightweight template engine for jQuery and JavaScript. It allows you to process data (e.g. JSON data returned from an AJAX call) and feed it ito a template definition rather than ..." Type: Post
Tags : ajax, html, javascript, jquery, web, jtemplates
http://dontcodetired.com/blog/post/Introduction-To-jTemplates-A-jQuery-and-JavaScript-Template-Engine
Advanced SpecFlow: Custom Conversion of Step Parameters and Data Tables with [StepArgumentTransformation] SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Custom-Conversion-of-Step-Parameters-and-Data-Tables-with-StepArgumentTransformation
FeatureToggle 3.2 Released "A minor release of my open source FeatureToggle library has just been released to NuGet. Version 3.2 was a result of user requests to be able to configure toggles that get their values from sql server ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-32-Released
Asserting the Results of Tests in xUnit.net The below is an excerpt from the latest chapter “An Introduction to Unit Testing With xUnit.ne Type: Post
Tags : xunit, testing
http://dontcodetired.com/blog/post/Asserting-the-Results-of-Tests-in-xUnitnet