Search results for 'desktop qr code scanner-(yokoscan.net)'

Executing Multiple Azure Functions When Azure Cosmos DB Documents Are Created or Modified This is the sixth part in a series of articles. Sometimes you may want more than one Azure Function Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Executing-Multiple-Azure-Functions-When-Azure-Cosmos-DB-Documents-Are-Created-or-Modified
Save Keystrokes with AutoHotkey Hotstrings "AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..." Type: Post
Tags : productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Cross Function App Proxies and Proxy Request Parameters in Azure Functions In a previous article we saw how to get started with Azure Function Proxies. In addition to creating Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Cross-Function-App-Proxies-and-Proxy-Request-Parameters-in-Azure-Functions
Previewing the Generated PostgreSQL SQL for a Query 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/Previewing-the-Generated-PostgreSQL-SQL-for-a-Query-in-Marten
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
Reducing Database Round Trips With Included Documents 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/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
Microsoft Feature Toggle Feature Flag Library: A First Look EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET Type: Post
Tags : C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look
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
Akka.NET Dispatchers and User Interface Thread Access Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje Type: Post
Tags : .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
Developing a Windows 7 Phone App That Connects To Azure (a quick overview) "Installing Download and install VS 2010 RC (phone tools below don't currently work with RTM ver of VS 2010): http://www.microsoft.com/downloads/details.aspx?FamilyID=301c97f3-aecf-42ca- ..." Type: Post
Tags : .net, c#, silverlight, visual studio, visual studio 2010, windows phone 7, wp7
http://dontcodetired.com/blog/post/Developeing-a-Windows-7-Phone-App-That-Connects-To-Azure-(a-quick-overview)
Simplifying Parameter Null and Other Checks with the Pitcher Library "In a previous post I looked at the GaurdClauses library that can simplify the usual guard checks we sometimes need to write. In the comments someone mentioned the Pitcher library that accomplishes the ..." Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-Pitcher-Library
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views Traditionally to reference an action and/or a controller in a Razor view the action/controller name Type: Post
Tags : asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
Writing Azure Functions with Function Monkey: Validation "Function Monkey is a framework to define Azure Functions in a fluent way as opposed to using binding attributes on function methods. Other Function Monkey articles: Creating Azure Functions with Func ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Validation
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
ICYMI C# 8 New Features: Prevent Bugs with Static Local Functions This is part 6 in a series of articles. C# 7 introduced local functions that allow you to create fun Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Prevent-Bugs-with-Static-Local-Functions
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
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
Support Multiple Versions of .NET From A Single Class Library (.NET multi-targeting) ".NET implementations come in a few different versions or “flavors” including .NE Framework, .NET Core, and the evolution of .NET Core into .NET 5+. There’s also .NET Standard which is not an implement ..." Type: Post
Tags : C#, .net
http://dontcodetired.com/blog/post/Support-Multiple-Versions-of-NET-From-A-Single-Class-Library-(NET-multi-targeting)
New Pluralsight Course: Error Handling in C# 10 "My newest Pluralsight course Error Handling in C# 10 was just released.This is an updated course of my previous error handling courses to bring the demo code up to C# 10, .NET 6, Visual Studio 2022.Co ..." Type: Post
Tags : C#, .net, pluralsight courses, profession
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Error-Handling-in-C-10
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI "Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..." Type: Post
Tags : testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI