Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Leveraging C# Partial Classes and Methods in Windows Universal Apps
There’s a number of ways we could implement platform specific code in Windows Universal Apps w
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
What’s New in C# 10: Simplify Argument Null Checking Code
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 you may have had code similar to the following: public static string Join(string a, string b) { i ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Argument-Null-Checking-Code
Starting Where You're At
Someone says to you: "you must be doing agile, continuous integration, continuous deployment, automa
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Starting-Where-Youre-At
You Can Watch All My Pluralsight Training Videos for Free This April
"No credit card needed, sign up for free now and start watching all my Pluralsight training courses for free. Some suggestions: C# C# Attributes: Power and Flexibility for Your Code Working with Nul ..."
Type
: Post
Tags
: pluralsight courses, personal development, profession, career development
http://dontcodetired.com/blog/post/You-Can-Watch-All-My-Pluralsight-Training-Videos-for-Free-This-April
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017
Azure Functions have come a long way in a short time. With newer releases you can now create functio
Type
: Post
Tags
: C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
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
Business-Readable, Living Documentation with BDDfy
"BDDfy enables the creation of tests that, in addition to verifying that the system works correctly, also results in business-readable, living documentation. Business-readable means that the tests are ..."
Type
: Post
Tags
: teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/Business-Readable-Living-Documentation-with-BDDfy
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
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
Getting Message Metadata When Using Azure Functions Storage Queue Triggers
When creating an Azure Function that is triggered by incoming messages on a Storage Queue, the type
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Getting-Message-Metadata-When-Using-Azure-Functions-Storage-Queue-Triggers
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)
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
Women in IT
"I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..."
Type
: Post
Tags
: profession
http://dontcodetired.com/blog/post/Women-in-IT
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
MVVM Light Messenger Action Executing Multiple Times
"With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..."
Type
: Post
Tags
: c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
ICYMI C# 9 New Features: Top-level Statements
This is the first in a series of articles on new features introduced in C#9. Top-level statements al
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Top-level-Statements
Testing Events Using Rhino Mocks
"There are possible more 'elegant' methods for the below but these are fairly well understandable by someone new to Rhino Mocks or mocking in general. Testing Event Subscription Sometime ..."
Type
: Post
Tags
: .net, c#, lambda expressions, tdd, testing, rhino mocks, mocking
http://dontcodetired.com/blog/post/Testing-Events-Using-Rhino-Mocks
On Showing Up
"So I just listened to episode 1000 of .NET Rocks. I’ve been listening to this podcast for many years, through biting snow-covered walks in England to the cosseted comfort of an air-conditioned car in ..."
Type
: Post
Tags
: profession, personal development
http://dontcodetired.com/blog/post/On-Showing-Up
Controlling HTML IDs in ASP.NET 4.0 Webforms
"ASP.NET 4 introduces more control over how client-side IDs are rendered by ASP.NET controls. By default ASP.NET 4 will render client IDs in the same way as ASP.NET 3.5 and earlier. To change the ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, databinding, html, web
http://dontcodetired.com/blog/post/Controlling-HTML-IDs-in-ASPNET-40-Webforms
Updating Your Windows 8 App to Windows 8.1: Dealing With Coloured Fonts
"With Windows 8.1, font characters (glyphs) can now contain coloured layers. In a Windows 8.0 app, this XAML:<TextBlock>$★☺☹❤✈⛱⛺⛵⚽✘✔☀⛅☕⛄❓♀♂❋❄✹</TextBlock> Will produce the following (bla ..."
Type
: Post
Tags
: windows 8 apps, xaml
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Dealing-With-Coloured-Fonts
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