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

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
Understanding Azure Durable Functions - Part 12: Sub Orchestrations This is part twelve in a series of articles. If you’re not familiar with Durable Functions you Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-12-Sub-Orchestrations
Using C# Source Generators with Microsoft Feature Management Feature Flags C# Source Generators allow you to generate and compile source code dynamically. You can read more ab Type: Post
Tags : .net, .net core, c#, code generation, FeatureManagement, featuretoggle
http://dontcodetired.com/blog/post/Using-C-Source-Generators-with-Microsoft-Feature-Management-Feature-Flags
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
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
Running and Filtering Tests with the .NET Core Command Line Test Runner In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset Type: Post http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
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
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
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
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
Redesigning DontCodeTired.Com (Part 5) - Showing and Hiding Mobile Specific Elements "Taking a "mobile-first" approach, the initial work on styling will be for mobile devices, i.e. small screen resolutions. Getting Started In a previous post in this series I added the s ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-5)-Showing-and-Hiding-Mobile-Specific-Elements
Speech Synthesis (Text to Speech) In Windows 8.1 Store Apps "Windows 8.1 adds the ability to perform text to speech using the Windows.Media.SpeechSynthesis namespace. As a basic example, to say “Hello World” in the default voice:var synth = new Windows.Media.Sp ..." Type: Post
Tags : windows 8 apps, speech
http://dontcodetired.com/blog/post/Speech-Synthesis-(Text-to-Speech)-In-Windows-81-Store-Apps
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
50 Apps By Christmas: 6 Apps in 3 Days "This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..." Type: Post
Tags : windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
Design is Not Adornment "Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..." Type: Post
Tags : design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
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
Understanding Azure Durable Functions - Part 1: Overview This is the first part in a series of articles. Durable Functions are built on top of top of the bas Type: Post
Tags : C#, azure, azure functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-1-Overview
C# Source Generators: Less Boilerplate Code, More Productivity One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug Type: Post http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
Introducing InAppPurchaseToggle for Windows Store In App Purchase "I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..." Type: Post
Tags : windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase