Search results for 'Final ng 2022 Women'

Approval Tests: Write Tests More Quickly Sometimes assert code in tests gets big and messy and complicated when the output we’re testin Type: Post
Tags : .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Write-Tests-More-Quickly
Detecting when a Silverlight app enters full screen mode "Obviously you know when a users clicks your full screen button but a the user can press escape to exit full screen mode at any time, an alternative is to respond to the FullScreenChanged event. F ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/Detecting-when-a-Silverlight-app-enters-full-screen-mode
Diagnosing WCF Problems Using SvcTraceViewer.exe "You can use Microsoft Service Trace Viewer (SvcTraceViewer.exe) to help diagnose problems with connections to your WCF services. For example, if calling WCF service from the client using AJAX (o ..." Type: Post
Tags : .net, ajax, wcf, debugging
http://dontcodetired.com/blog/post/Diagnosing-WCF-Problems-Using-SvcTraceViewerexe
Running Silverlight 3 Application Out Of Browser "This is pleasantly simple to do :) In response to a user action (clicking a button, etc.) add the following code: Application.Current.Install(); e.g. private void Button_Click_1(object sende ..." Type: Post
Tags : silverlight, silverlight 3, c#, oob, out of browser
http://dontcodetired.com/blog/post/Running-Silverlight-3-Application-Out-Of-Browser
New Pluralsight Course: Working with Data and Schemas in Marten Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as Type: Post
Tags : c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
50 Apps By Christmas: Color Eye "This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..." Type: Post
Tags : windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
ICYMI C# 8 New Features: Nested Switch Expressions This is part 4 in a series of articles. In this series we’ve already covered switch expression Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Nested-Switch-Expressions
New Course Update: Working with Files and Streams in C# An newly updated version of my Working with Files and Streams in C# video training course is now ava Type: Post
Tags : C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
Working with Files in C# 10 Course "My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it c ..." Type: Post
Tags : pluralsight courses, .net, C#, C#10
http://dontcodetired.com/blog/post/Working-with-Files-in-C-10-Course
Silverlight & WPF - Binding to a specific item in a collection "If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent) "One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
Creating Inline Data Driven Tests in xUnit xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
Quick and Dirty Image Loading Animation Without JavaScript "If you are display a set of images that potentially will take a while to be returned from the server (for example if pulling them out of a database via an .axd or .ashx) you can use css to to display ..." Type: Post
Tags : css, html, web
http://dontcodetired.com/blog/post/Quick-and-Dirty-Image-Loading-Animation-Without-JavaScript
Logging Application Block Log Levels "LAB LogLevels (summarized from Logging Application Block documentation © 2003 Microsoft Corporation http://www.microsoft.com) None (level 0)No logging - not advised for production. Always (level 1)D ..." Type: Post http://dontcodetired.com/blog/post/Logging-Application-Block-Log-Levels
New Pluralsight Course: The xUnit.net Testing Framework My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr Type: Post
Tags : xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
Discipline Equals Freedom "One of the books I read this year was Discipline Equals Freedom: Field Manual by Jocko Willink. The overarching concept in the book is that if you have discipline now, in the present, this will result ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/Discipline-Equals-Freedom
FeatureToggle v4 RC2 with .NET Core Configuration Changes "The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. RC2 builds ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC2-with-NET-Core-Configuration-Changes
The ConditionalWeakTable in .NET The ConditionalWeakTable class exists in the System.Runtime.CompilerServices namespace and as its na Type: Post
Tags : .net, c#
http://dontcodetired.com/blog/post/The-ConditionalWeakTable-in-NET
Beyond Simple Asserts with ApprovalTests In a test, we are often testing (asserting) individual items such as an (int) age is correct or a st Type: Post
Tags : approval tests, testing, qa, pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/Beyond-Simple-Asserts-with-ApprovalTests
Microsoft Feature Toggle Feature Flag Library: A First Look EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET Type: Post
Tags : C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look