Home
Archive
Contact
Search results for 'Gastos sa sugal Gastos sa sugal (ph365.mx)'
On Showing Up
"So I just listened to episode 1000 of .NET Rocks. I’ve been listening to this podcast for many years, through biting snow-covered walks in England to the cosseted comfort of an air-conditioned car in ..."
Type
: Post
Tags
: profession, personal development
http://dontcodetired.com/blog/post/On-Showing-Up
Writing Azure Functions with Function Monkey: Using Commands Without Handlers
"If you’ve read the previous articles on Function Monkey you may be wondering if you always need a command handler. Sometimes you may want to accept a request into the system (for example via HTTP) and ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Using-Commands-Without-Handlers
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi
"Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..."
Type
: Post
Tags
: .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
New Open Source Project–Named Colors
"I’ve been tinkering with an idea for a new open source project called NamedColors. As its name suggests, it’s a list of color values (hex RGB) with associated names. In addition, a number of related “ ..."
Type
: Post
Tags
: namedcolors, open source, css, sass, .net
http://dontcodetired.com/blog/post/New-Open-Source-Projecte28093Named-Colors
Beyond Simple Asserts with ApprovalTests
In a test, we are often testing (asserting) individual items such as an (int) age is correct or a st
Type
: Post
Tags
: approval tests, testing, qa, pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/Beyond-Simple-Asserts-with-ApprovalTests
Design Principals in Practice: Source Code Formatting
"(This article is part of the Design Principals in Practice series) We often take for granted, design principles that are in use in the real world; even in source code these principles affect out abili ..."
Type
: Post
Tags
: design, design principals in practice, c#, clean code
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Source-Code-Formatting
Silverlight 3 Out Of Browser Install Errors
"If a user attempts to install a SLOOB app when it is already installed an InvalidOperationException is thrown with the message "Application is already installed.". We can wrap in a try..catc ..."
Type
: Post
Tags
: out of browser, oob, silverlight, silverlight 3, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Install-Errors
Configuring Queue Names and Blob Path Bindings in Azure Functions Configuration
When working with Azure Functions in C# (specifically Azure Functions V2 in this article) you can sp
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Configuring-Queue-Names-and-Blob-Path-Bindings-in-Azure-Functions-Configuration
Open Source Thanks
"In a previous post (5 Ways to Contribute to Open Source - It’s Not All Code) I mentioned the simplest way to be involved in open source is to simply Tweet about the project or by saying thanks to the ..."
Type
: Post
Tags
: open source, people, profession
http://dontcodetired.com/blog/post/Open-Source-Thanks
Azure Functions Continuous Deployment with Azure Pipelines: Part 3 - Creating an Initial Build Pipeline
This is the third 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-3-Creating-an-Initial-Build-Pipeline
Azure Functions Continuous Deployment with Azure Pipelines: Part 5 - Adding Unit Tests
This is the fifth 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-5-Adding-Unit-Tests
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C#
This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
Testing for Thrown Exceptions in NUnit
In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we&
Type
: Post
Tags
: nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
Retrieving Raw JSON Data in Web API with 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/Retrieving-Raw-JSON-Data-in-Web-API-with-Marten
Diagnosing WCF Problems Using SvcTraceViewer.exe
"You can use Microsoft Service Trace Viewer (SvcTraceViewer.exe) to help diagnose problems with connections to your WCF services. For example, if calling WCF service from the client using AJAX (o ..."
Type
: Post
Tags
: .net, ajax, wcf, debugging
http://dontcodetired.com/blog/post/Diagnosing-WCF-Problems-Using-SvcTraceViewerexe
Serverless Computing and Workflows with Azure Functions and Microsoft Flow
Microsoft Flow is a tool for creating workflows to automate tasks. It’s similar in concept to
Type
: Post
Tags
: C#, azure, microsoft flow, serverless, azure functions
http://dontcodetired.com/blog/post/Serverless-Computing-and-Workflows-with-Azure-Functions-and-Microsoft-Flow
Investing In You
"I grew up in humble surroundings, my family was for the most part “working class”, I moved around a bit as a kid, moved schools a few times, and lived in state/council housing. At one point as a child ..."
Type
: Post
Tags
: profession, productivity, personal development
http://dontcodetired.com/blog/post/Investing-In-You
10 Pluralsight Courses–A Milestone
"I just had my 10th Pluralsight course released; Building .NET Console Applications in C# teaches how to create well-designed, fully-featured .NET Console applications. When I hit 7 courses I wrote Thr ..."
Type
: Post
Tags
: pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/10-Pluralsight-Coursese28093A-Milestone
Notification Window "toast" in Silverlight 4
"To create "toast" notifications (small popup messages that appear at the bottom right on Windows) the NotificationWindow class can be used. NotificationWindow will only work in out-of-b ..."
Type
: Post
Tags
: .net, c#, out of browser, oob, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Notification-Window-toast-in-Silverlight-4
Dynamic Binding in Azure Functions with Imperative Runtime Bindings
"When creating precompiled Azure Functions, bindings (such as a blob output bindings) can be declared in the function code, for example the following code defines a blob output binding:[Blob("todo/{ran ..."
Type
: Post
Tags
: azure functions, azure, C#, serverless
http://dontcodetired.com/blog/post/Dynamic-Binding-in-Azure-Functions-with-Imperative-Runtime-Bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17