Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Writing Azure Functions with Function Monkey: Dependency Injection
"In my continued exploration/experimentation with Function Monkey I thought I’d look at how easy/hard it is to inject dependencies into handlers. Previous articles: Creating Azure Functions with Functi ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Dependency-Injection
Updating Your Windows 8 App to Windows 8.1: Handling Widths and Replacing Snapped Mode
"Windows 8.1 allows users to resize Windows more freely than Windows 8.0. In Windows 8.0 there was the concept of snapped, filled and full screen viewstates. These concepts are no more in Windows 8.1 a ..."
Type
: Post
Tags
: windows 8 apps
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Handling-Widths-and-Replacing-Snapped-Mode
Adding Tuple Support to .NET Classes in C#
Edit: Updated to improve clarity (thanks to Paulo in the comments for helping to improve his article
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Adding-Tuple-Support-to-NET-Classes-in-C
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
Reducing MVVM Light Viewmodel Code with Fody Property Dependencies and Custom Property Changed Methods
"In other previous articles I’ve written about Fody and this article we’ll see how we can use the PropertyChanged.Fody addin with MVVM Light viewmodels. The preceding screenshot shows the app in acti ..."
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Reducing-MVVM-Light-Viewmodel-Code-with-Fody-Property-Dependencies-and-Custom-Property-Changed-Methods
Using the Microsoft Feature Toggle Library in ASP.NET Core (Microsoft.FeatureManagement)
This is the first part in a series. EDIT: my Feature Management Pluralsight training course is now a
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Using-the-Microsoft-Feature-Toggle-Library-in-ASPNET-Core-(MicrosoftFeatureManagement)
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern
This is the eighth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
Redesigning DontCodeTired.Com (Part 2) - Designing with Personality
"Redesigning DontCodeTired.Com (Part 1) - The Content Inventory Users Personas User personas are a way to try and understand the user base by inventing archetypal representative users at a ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-2)-Designing-with-Personality
Microsoft Feature Flags: Implementing Custom Feature Filters (Microsoft.FeatureManagement)
This is part four in a series of articles. In part three I introduced the concept of feature filters
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Implementing-Custom-Feature-Filters-(MicrosoftFeatureManagement)
Understanding Azure Durable Functions - Part 10 The Monitor Pattern
This is the tenth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-10-The-Monitor-Pattern
Understanding Azure Durable Functions - Part 5: Getting Results from Orchestrations
This is the fifth part in a series of articles. As we learned earlier in this series, a client funct
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-5-Getting-Results-from-Orchestrations
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
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
Reducing Magic Strings with Microsoft Feature Toggles (Microsoft.FeatureManagement)
This is the second part in a series. EDIT: my Feature Management Pluralsight training course is now
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Reducing-Magic-Strings-with-Microsoft-Feature-Toggles-(MicrosoftFeatureManagement)
Mocking in .NET Core Tests with Moq
When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other
Type
: Post
Tags
: testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
Centralising RaiseCanExecuteChanged Logic in an MVVM Light Portable View Model
"When working with an MVVM Light sometime we need to “tell” the view that a command’s ability to be executed has changed. For example, when a user clicks a Start button to start a countdown, the Start ..."
Type
: Post
Tags
: c#, mvvm light, xaml, pcl
http://dontcodetired.com/blog/post/Centralising-RaiseCanExecuteChanged-Logic-in-an-MVVM-Light-Portable-View-Model
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
Creating Your Own Custom Dynamic C# Classes
C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29