Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Simplify and Reduce Test Code with AutoFixture
AutoFixture is a library that you can use alongside your testing framework to reduce the amount of b
Type
: Post
Tags
: testing, c#, .net, .net core, quality, xunit.net, autofixture
http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes
"Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
Hook Execution Order in SpecFlow 2
SpecFlow hooks allow additional code to be executed before and after various stages of the test exec
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
Today I Became a Microsoft MVP
"I’ve been awarded a Microsoft Most Valuable Professional award for the first time in my career. I feel like it’s a real personal achievement for me. But why? Recognition The first is purely one of rec ..."
Type
: Post
Tags
: mvp, profession, personal development
http://dontcodetired.com/blog/post/Today-I-Became-a-Microsoft-MVP
C# Tips eBook 50% Complete
"I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..."
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
Silverlight Open and Save Dialog Boxes
"If you want your Silverlight app to be able to load and save data to the users file system in a location of their choice (such as My Documents, Desktop, etc.) you can use the SaveFileDialog and OpenFi ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Silverlight-Open-and-Save-Dialog-Boxes
ICYMI C# 8 New Features: Switch Expressions
In the first part of this series on what was introduced in C# 8, we’re going to take a look at
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Switch-Expressions
Design Principals in Practice: Proximity in Peregrine
"The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..."
Type
: Post
Tags
: ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
The Golden Age of Software Development
"There's a lot of negativity sometimes in our profession, just take a look in your Twitter stream. The tools we use aren't absolutely 100% without imperfection; the vendors of the tools we use don't al ..."
Type
: Post
Tags
: people, profession, personal development
http://dontcodetired.com/blog/post/The-Golden-Age-of-Software-Development
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
Design Principals in Practice: Desire Lines
"A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..."
Type
: Post
Tags
: design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Using C# 7.1 Features
With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
New Pluralsight Course: C# Tips and Traps
“Sometimes it's hard to know what you don't know. Short-circuit your learning of C# and level-
Type
: Post
Tags
: pluralsight courses, c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps1
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
Azure HTTP Function Authorization with Function Keys
When creating an Azure Function triggered via HTTP, one way to authorize use of the function is to c
Type
: Post
Tags
: azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-HTTP-Function-Authorization-with-Function-Keys
Beyond the Compiler with ConventionTests
"We often have conventions in our code. For example all DTOs/entity/etc. classes should be in a specific namespace, or the name of certain types of class should end with a given word. Another example, ..."
Type
: Post
Tags
: conventiontests, teststack, c#, testing
http://dontcodetired.com/blog/post/Beyond-the-Compiler-with-ConventionTests
Cleaner Code in Unit Tests
One thing that can quickly become messy when writing unit tests is the creation of test objects. If
Type
: Post
Tags
: .net, c#, tdd, testing
http://dontcodetired.com/blog/post/Cleaner-Code-in-Unit-Tests
New FeatureToggle Release: v3.4 With Fluent Syntax
"FeatureToggle is an open source feature toggling / feature switching library for .NET.Version 3.4 Introduces an new additional way to get the value of whether a toggle is enabled or not.In versions to ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/New-FeatureToggle-Release-v34-With-Fluent-Syntax
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
Write Less Repetitive Boilerplate Code with Fody
My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
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