Home
Archive
Contact
Search results for 'Gastos sa sugal Gastos sa sugal (ph365.mx)'
Automatic Input Blob Binding in Azure Functions from Queue Trigger Message Data
Reading additional blob content when an Azure Function is triggered can be accomplished by using an
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Automatic-Input-Blob-Binding-in-Azure-Functions-from-Queue-Trigger-Message-Data
ICYMI C# 8 New Features: Upgrade Interfaces Without Breaking Existing Code
This is part 7 in a series of articles. Prior to C# 8, if you add members to an interface, exiting c
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Upgrade-Interfaces-Without-Breaking-Existing-Code
Consuming Server-Side SignalR Events in Universal Windows App Clients
"In a previous article I wrote about creating server side SignalR timer events. As part of my learning of SignalR I wanted to see how easy it would be to create a Universal Windows app consuming these ..."
Type
: Post
Tags
: windows phone, windows store, web, signalr, c#, asp.net
http://dontcodetired.com/blog/post/Consuming-Server-Side-SignalR-Events-in-Universal-Windows-App-Clients
Using the Xbox Music API in Universal Windows Apps
"The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..."
Type
: Post
Tags
: windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
Switchable Actor Behaviour in Akka.NET
One of the things that actors can do is change their behaviour in response to an incoming message. T
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Implementing Platform Specific Code in Universal Windows Apps with MVVMLight and Dependency Injection
"In previous articles I’ve covered using MVVMLight in Universal Windows Apps and using C# partial classes and methods to implement different code on Windows Phone and Windows Store apps. While partial ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light, di, dependency injection
http://dontcodetired.com/blog/post/Implementing-Platform-Specific-Code-in-Universal-Windows-Apps-with-MVVMLight-and-Dependency-Injection
Modify And Save an EF EntityDataSource Bound Entity From Code Behind
"If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..."
Type
: Post
Tags
: c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
MSMQ Transactional Queues
"When using MSMQ transactional queues ensure you use an overloaded send method passing a transaction object otherwise you may find the message will go nowhere and no exception will be thrown."
Type
: Post
http://dontcodetired.com/blog/post/MSMQ-Transactional-Queues
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage
This is the first part of a series or articles. When creating blob-triggered Azure Functions there a
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
Using Shared Projects in Non-Universal App Projects
"Using Visual Studio 2013 Update 2 and the Shared Project Manager Extension it’s possible to use shared projects in non Universal App projects. This video shows a brief intro to shared projects in the ..."
Type
: Post
Tags
: c#, universal apps, shared projects, visual studio
http://dontcodetired.com/blog/post/Using-Shared-Projects-in-Non-Universal-App-Projects
Using MVVM Light in Universal Windows Apps
"I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
Finding Colour Inspiration: Paint Sample Cards
"When designing an app or website it can be hard to come up with inspiration for colour ideas. One place to look is the local hardware/DIY store. These stores usually have colour sample cards from the ..."
Type
: Post
Tags
: design, colour, ui, ux
http://dontcodetired.com/blog/post/Finding-Colour-Inspiration-Paint-Sample-Cards
Developing Tizen Samsung Galaxy Watch Apps with .NET and C# - Getting Started
This article assumes you have set up the Tizen/Visual Studio development environment as outlined in
Type
: Post
Tags
: microsoft flow, tizen, .net, xamarin, c#, xaml
http://dontcodetired.com/blog/post/Developing-Tizen-Samsung-Galaxy-Watch-Apps-with-NET-and-C-Getting-Started
Universal Windows App Paper Prototype
"In honour of the announcement of universal Windows apps, I though I’d create a simple one page paper prototyping template to visualise what an app would look like on both a PC/tablet and a Windows Pho ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design, windows phone, windows phone apps
http://dontcodetired.com/blog/post/Universal-Windows-App-Paper-Prototype
Custom FeatureToggle Implementations for Non-Continuous-Delivery Usages
"My open source fetaure toggling library contains a number of prebuilt toggles for common things such as enabling a feature based on the date, or a configuration value. It’s also easy to create custom ..."
Type
: Post
Tags
: featuretoggle, mvvm, mvvmlight
http://dontcodetired.com/blog/post/Custom-FeatureToggle-Implementations-for-Non-Continuous-Delivery-Usages
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
Understanding Azure Event Grid
Azure Event Grid (currently in preview) is a managed publisher-subscriber service that pushes events
Type
: Post
Tags
: azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Understanding-Azure-Event-Grid
Understanding Azure Durable Functions - Part 4: Passing Input To Orchestrations and Activities
This is the fourth part in a series of articles. In the first part of the series we learned that Dur
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-4-Passing-Input-To-Orchestrations-and-Activities
Disable Grey Border On Focus Selected Anchor
Elements
"When an <a> element is selected the browser can add a grey focus border around, the CSS outline:none; can be use to prevent it on standards browsers, for IE (except IE 8 when not in compatibilit ..."
Type
: Post
Tags
: css, web, html, internet explorer
http://dontcodetired.com/blog/post/Disable-Grey-Border-On-Focus-Selected-Anchor-3ca3e-Elements
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17