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

Developing Samsung TV Apps with .NET - Getting Started In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on th Type: Post
Tags : .net, xamarin, c#, tizen, samsung
http://dontcodetired.com/blog/post/Developing-Samsung-TV-Apps-with-NET-Getting-Started
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables This is the fourth part in a series demonstrating how to setup continuous deployment of an Azure Fun Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-4-Defining-and-Consuming-Pipeline-Variables
Testing for Thrown Exceptions in xUnit.net When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp Type: Post
Tags : xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Customizing C# Object Member Display During Debugging In a previous post I wrote about Customising the Appearance of Debug Information in Visual Studio wi Type: Post
Tags : C#, .net, .net core, visual studio
http://dontcodetired.com/blog/post/Customizing-C-Object-Member-Display-During-Debugging
Getting Ready to Build Your First Windows 8 App "This article outlines an approach to getting started building you first Windows 8 app, but rather than focus on the technology aspects it focus on the pre-coding activities. The Idea So you have a few ..." Type: Post
Tags : windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/Getting-Ready-to-Build-Your-First-Windows-8-App
MSTest V2 In the (relatively) distant past, MSTest was often used by organizations because it was provided by Type: Post
Tags : .net, .net core, testing, qa, quality
http://dontcodetired.com/blog/post/MSTest-V2
An Open Letter to Scott Hanselman "Hi Scott, My name’s Jason, you don’t know me, we’ve never met. I was inspired by your honesty and openness when talking about your experience with cancer to say the following: Thanks. I don’t think th ..." Type: Post
Tags : kindness, meanness, human, people
http://dontcodetired.com/blog/post/An-Open-Letter-to-Scott-Hanselman
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
Testing Automation: The Big Picture It’s often useful to take a step back and look at the bigger picture, this is true in differen Type: Post
Tags : testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
50 Apps By Christmas "So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
Installing and Configuring a UPS with Windows 10 The power grid at my home office is sometimes unreliable. In the last year there have been several p Type: Post
Tags : hardware, productivity
http://dontcodetired.com/blog/post/Installing-and-Configuring-a-UPS-with-Windows-10
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
New Pluralsight Course: C# Tips and Traps "My latest Pluralsight course: C# Tips and Traps is now live. It’s a collection of things to:  “Short-circuit your learning of C# with this smorgasbord of handy C# and .NET features.” It's sometim ..." Type: Post
Tags : .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps
5 Ways To Give Yourself A Break "In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..." Type: Post
Tags : profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute Sometimes the display and formatting of information in the Visual Studio debugger is less than optim Type: Post
Tags : c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
Atomically Copying One Array to Another Array If we’re copying arrays where the types may be different, sometimes we may want to do an atomi Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Atomically-Copying-One-Array-to-Another-Array
Microsoft Buys Part of Nokia "So the big news of the moment is that Nokia is selling it’s Devices & Services business to Microsoft. The deal is “expected to close in the first quarter of 2014, subject to approval by Nokia shar ..." Type: Post
Tags : nokia, windows phone, apps
http://dontcodetired.com/blog/post/Microsoft-Buys-Part-of-Nokia
Intercepting and Overriding the Back Button in Windows Phone 8 Apps "If you want to prevent the default action happening when a user presses the back button on a Windows Phone you can override the OnBackKeyPress method in your page. To prevent the default back behaviou ..." Type: Post
Tags : windows phone, apps, ux
http://dontcodetired.com/blog/post/Intercepting-and-Overriding-the-Back-Button-in-Windows-Phone-8-Apps
New Pluralsight Course: Azure Function Triggers Quick Start "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. They can also be triggered manuall ..." Type: Post
Tags : azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Azure-Function-Triggers-Quick-Start
Creating Versioned APIs with Azure Functions and Proxies One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies