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

Global.asax Application_Error "File does not exist" Exception "This can sometime also manifest as a "Session state is not available in this context" exception. If you get either of these in your Application_Error event where you are using Response.Redir ..." Type: Post
Tags : .net, asp.net, visual studio, web
http://dontcodetired.com/blog/post/Globalasax-Application_Error-File-does-not-exist-Exception
Understanding Azure Durable Functions - Part 11: The Asynchronous Human Interaction Pattern This is the eleventh part in a series of articles. If you’re not familiar with Durable Functio Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-11-The-Asynchronous-Human-Interaction-Pattern
Using the Azure SignalR Service Bindings in Azure Functions to Create Real-time Serverless Applications The Azure SignalR Service is a serverless offering from Microsoft to facilitate real-time communicat Type: Post
Tags : azure, azure functions, c#, serverless, .net
http://dontcodetired.com/blog/post/Using-the-Azure-SignalR-Service-Bindings-in-Azure-Functions-to-Create-Real-time-Serverless-Applications
How To Notify Clients of Cosmos DB Changes with Azure SignalR and Azure Functions This is the fourth part in a series of articles. The Cosmos DB Azure Functions trigger can be used i Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-To-Notify-Clients-of-Cosmos-DB-Changes-with-Azure-SignalR-and-Azure-Functions
Diagnosing Failing Tests More Easily and Improving Test Code Readability Sometimes the assertions that come bundled with a testing framework are suboptimal in that they do n Type: Post
Tags : testing, .net, .net core, C#
http://dontcodetired.com/blog/post/Diagnosing-Failing-Tests-More-Easily-and-Improving-Test-Code-Readability
Understanding Azure Durable Functions - Part 2: Creating Your First Durable Function This is the second part in a series of articles. Before creating durable functions it’s import Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-2-Creating-Your-First-Durable-Function
Persistent Actors in Akka.NET By default, actors in Akka.NET lose their internal state when they are restarted, for example due to Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Persistent-Actors-in-AkkaNET
Variables? We Don’t Need No Stinking Variables - C# Discards C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
Understanding Azure Durable Functions - Part 3: What Is Durability? This is the third part in a series of articles. Durable Functions make it easier to organize (orches Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-3-What-Is-Durability
Using Local Functions to Replace Comments One idea I’ve been thinking about recently is the replacement of comments with local function Type: Post
Tags : C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
Azure Functions Continuous Deployment with Azure Pipelines: Part 6 - Creating an Azure DevOps Release Pipeline This is the sixth 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-6-Creating-an-Azure-DevOps-Release-Pipeline
How to Schedule Cosmos DB Data Processing With Azure Functions This is the seventh part in a series of articles. You can perform scheduled/batch processing of Azur Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-to-Schedule-Cosmos-DB-Data-Processing-With-Azure-Functions
Creating an “Add New” Item Template in a Windows 8 App ListView "A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..." Type: Post
Tags : windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
Getting Started with Azure Event Grid In a previous article we got an introduction to Azure Event Grid, if you’re new to Event Grid Type: Post
Tags : azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Event-Grid
ChildWindow in Silverlight 3 "SL 3 introduced the ChildWindow to allow easy creation of modal 'pop-up' windows inside our main window. Once you have added a new ChildWindow to your project you can customise its appearance ..." Type: Post
Tags : c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/ChildWindow-in-Silverlight-3
ICYMI C# 8 New Features: Nested Switch Expressions This is part 4 in a series of articles. In this series we’ve already covered switch expression Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Nested-Switch-Expressions
MVVM Light Messenger Action Executing Multiple Times "With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..." Type: Post
Tags : c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
Improving Azure Functions Blob Trigger Performance and Reliability - Part 2: Processing Delays and Missed Blobs This is the second part of a series or articles. When you add a new blob, your blob-triggered functi Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-2-Processing-Delays-and-Missed-Blobs
Actor Models Come to .NET Developers with Akka.NET Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
ICYMI C# 8 New Features: Write Less Code with Using Declarations This is part 2 in a series of articles. One nice little enhancement introduced in C# 8 helps to simp Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Write-Less-Code-with-Using-Declarations