Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Vertically Center Div in Browser Window using Viewport-Relative Lengths
"I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..."
Type
: Post
Tags
: web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
Printing Support in Silverlight 4
"Basic printing can be accomplished through the PrintDocument class. For example, to print the entire contents of the LayoutRoot grid: private void btnSimplePrint_Click(object sender, RoutedEventA ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio 2010, wpf, xaml, silverlight 4
http://dontcodetired.com/blog/post/Printing-Support-in-Silverlight-4
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives
This is part of a series on the new features introduced with C# 10. There are 2 related features in
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
Paper Prototyping Templates for Windows 8 Apps
"Sketching out designs and creating paper prototypes can help to visualise your app and correct design mistakes earlier and before coding begins. To help with this I've produced the following paper pro ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-8-Apps
Introducing JS Name-O-Tron – Find a Name for Your JavaScript Library
"As a Microsoft MVP I get free Azure credits to use every month, so I thought I’d better start making use of them :) JS Name-O-Tron is the first web site I’ve deployed to Azure and I’m pleased to say ..."
Type
: Post
Tags
: azure, asp.net mvc, asp.net, web, bootstrap, .net
http://dontcodetired.com/blog/post/Introducing-JS-Name-O-Tron-e28093-Find-a-Name-for-Your-JavaScript-Library
MVVM Light Telling the View to play Storyboards
"Sometimes you want to tell the view to play an animation (Storyboard). One simple way to do this is to define a StartStoryboardMessage class, populate this with the name of a Storyboard to play, then ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, design patterns, silverlight, xaml, wpf, wp7, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Telling-the-View-to-play-Storyboards
New Pluralsight Course: Reducing C# Code Duplication in Azure Functions
"Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. Just because functions are easy t ..."
Type
: Post
Tags
: azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Reducing-C-Code-Duplication-in-Azure-Functions
Enterprise Library Application Block Logging
"The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
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
Automated Testing: End to End Course
My newest Pluralsight course has just been published. We shouldn't live in fear of our code Long-ter
Type
: Post
Tags
: testing, tdd, nunit, moq, mocking, faking, ci, continuous integration, teamcity, watin, agile
http://dontcodetired.com/blog/post/Automated-Testing-End-to-End-Course
Azure Functions Continuous Deployment with Azure Pipelines: Part 1 - Overview
This is the first part in a series demonstrating how to setup continuous deployment of an Azure Func
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-1-Overview
Converting Chars to Doubles in C#
If we’ve got chars with numeric digits in them, we can convert them to numeric (double) values
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Converting-Chars-to-Doubles-in-C
Design Principals in Practice: Typography in a Grocery Store Window
"I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..."
Type
: Post
Tags
: design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
Binding a Dynamically Created WPF Control’s ItemTemplate to a DataTamplate Defined in XAML
"I was asked a question about this on Twitter, so thought I’d create a quick post about it. The example below shows how to use a DataTemplate that is defined in XAML with a ListView control that is dyn ..."
Type
: Post
Tags
: wpf, xaml, c#
http://dontcodetired.com/blog/post/Binding-a-Dynamically-Created-WPF-Controle28099s-ItemTemplate-to-a-DataTamplate-Defined-in-XAML
What’s the Difference Between & and && in C# ?
My previous article “Non Short Circuiting C# Conditional Operators” garnered some commen
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Whate28099s-the-Difference-Between-and-in-C-
Automated Acceptance Testing with SpecFlow and Gherkin Course
With my new Pluralsight course you’ll learn how to narrow the gap between the business/custome
Type
: Post
Tags
: .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/Automated-Acceptance-Testing-with-SpecFlow-and-Gherkin-Course
Managing ViewState in ASP.Net 4
"ASP.Net 4 allows us to use an opt-in viewstate approach rather than an opt-out approach in previous ASP.Net versions (EnableViewState was available in prior versions, but if you disable viewstate, all ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Managing-ViewState-in-ASPNet-4
Unit Testing with Silverlight 2
"It doesn't appear there is any VS IDE integrated support for running SL unit tests but there is a browser-based unit testrunner, To get the correct templates follow this straightforward ..."
Type
: Post
http://dontcodetired.com/blog/post/Unit-Testing-with-Silverlight-2
(Unofficial) BlogEngine.Net Logos
"As part of Don't Code Tired redesign I wanted a logo for BlogEngine.Net, I could find an existing one so I created the below: They are available for free download (includi ..."
Type
: Post
Tags
: blogengine.net
http://dontcodetired.com/blog/post/(Unofficial)-BlogEngineNet-Logos
Your First Xbox One UWP App
"There’s been a number of almost-goosebump-inspiring moments during my .NET dev experience such as the first time I saw my code running on a Windows Phone 7. Another one of these moments was seeing my ..."
Type
: Post
Tags
: c#, xbox, uwp, windows 10
http://dontcodetired.com/blog/post/Your-First-Xbox-One-UWP-App
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