Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Creating a Windows Store App NuGet Package for ARM, x86 and x64
"It’s possible to create a NuGet package from a Window Store class library project that contains 3 different DLLs, one for each of the platform types: ARM, x86, and x64. When the NuGet package is inclu ..."
Type
: Post
Tags
: nuget, windows store apps
http://dontcodetired.com/blog/post/Creating-a-Windows-Store-App-NuGet-Package-for-ARM-x86-and-x64
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
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
Remote Debugging Azure Functions V2 "The breakpoint will not currently be hit. No symbols have been loaded for this document"
Sometimes it can be tricky to attach the Visual Studio debugger to a deployed Azure Functions app. F
Type
: Post
Tags
: Azure, azure functions, visual studio, debugging, serverless
http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document
ICYMI C# 9 New Features: Create Immutable Objects with Records
"This is part of a series of articles on new features introduced in C# 9. C# 9 introduced a new type of object that is neither a class or a struct. This new type is called a record. In C# 9 a rec ..."
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Create-Immutable-Objects-with-Records
New Pluralsight Course: Working with Nulls in C#
My latest Pluralsight course is now available for viewing. It covers the fundamental aspects of work
Type
: Post
Tags
: pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Nulls-in-C
Using Python Expressions from C# Code
Utilizing the dynamic features of C# and the Dynamic Language Runtime (DLR), among other things, all
Type
: Post
Tags
: .net, c#
http://dontcodetired.com/blog/post/Using-Python-Expressions-from-C-Code
.NET Document Databases with Marten
Document databases are a form of NoSQL database that store items (objects) as single documents rathe
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/NET-Document-Databases-with-Marten
Three Part Conditional Numeric Format Strings (for Positive, Negative, and Zero Numbers)
When we’re formatting numbers we can use a format string that allows us to specify a different
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Three-Part-Conditional-Numeric-Format-Strings-(for-Positive-Negative-and-Zero-Numbers)
ICYMI C# 9 New Features: Reducing Code with Target-typed New Expressions
This is part of a series of articles on new features introduced in C# 9. C# 9 introduced some enhanc
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reducing-Code-with-Target-typed-New-Expressions
New Pluralsight Course: Error Handling in C# 10
"My newest Pluralsight course Error Handling in C# 10 was just released.This is an updated course of my previous error handling courses to bring the demo code up to C# 10, .NET 6, Visual Studio 2022.Co ..."
Type
: Post
Tags
: C#, .net, pluralsight courses, profession
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Error-Handling-in-C-10
Winning in 2016
"As the year 2015 starts its last slide into 2016, it’s the time of year that I start to think about what my 3 Wins are going to be for next year. If you’re not familiar with the 3 Wins concept, it’s s ..."
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Winning-in-2016
Merging IEnumerable Sequences in C# with LINQ
The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
Doing an Internet Search for the Current Word in Visual Studio with AutoHotkey
"I got bored in Visual Studio double clicking a class, copying to clipboard, then heading to browser then pasting into search box. I wanted to be able to quickly search for something (e.g. in Google) f ..."
Type
: Post
Tags
: autohotkey, productivity
http://dontcodetired.com/blog/post/Doing-an-Internet-Search-for-the-Current-Word-in-Visual-Studio-with-AutoHotkey
Februaries Windows 7 Phone Roundup
"http://blogs.msdn.com/b/astebner/archive/2012/02/27/10273543.aspx "The Windows Phone SDK 7.1.1 Update – CTP provides a new 256 MB device emulator image and an updated 512 MB emulator, ..."
Type
: Post
Tags
: windows phone 7, wp7
http://dontcodetired.com/blog/post/Februaries-Windows-7-Phone-Roundup
Testing Responsive Web Designs and Layout
"CSS3 Media Queries enable us to have different layouts and show/hide content based on the width of the browser or device the page is being displayed on. Typically you will have a number of Respon ..."
Type
: Post
Tags
: web design, responsive web design, responsive design, web, web design, design
http://dontcodetired.com/blog/post/Testing-Responsive-Web-Designs-and-Layout
Triggering a Microsoft Flow from an HTTP Post
Microsoft Flow allows the building of workflows in the cloud. One way to trigger a Flow is to set up
Type
: Post
Tags
: microsoft flow, serverless
http://dontcodetired.com/blog/post/Triggering-a-Microsoft-Flow-from-an-HTTP-Post
Building the Right Thing with TestStack
"My newest Pluralsight course was just released today: Building the Right Thing in .NET with TestStack. TestStack is a suite of tools to help the team build better software. The super-friendly members ..."
Type
: Post
Tags
: pluralsight courses, teststack
http://dontcodetired.com/blog/post/Building-the-Right-Thing-with-TestStack
Exception Handling in C# Course Update
An updated version of my Exception Handling in C# course is now available that updates demos to to u
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/Exception-Handling-in-C-Course-Update
Using FeatureToggle In Your Windows 8 WinRT App
"I just released an update to my open source feature toggling library FeatureToggle. Version 1.2.0 add support for using feature toggles in your Windows 8 WinRT .Net (C#) app. For this initial release, ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/Using-FeatureToggle-In-Your-Windows-8-WinRT-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