Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯��定网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
New Free eBook: C# 7.2: What's New Quick Start
"My new free eBook is now available for download. The book covers the following new features of C# 7.2: Leading Digit Separator Reference Semantics With Value Types Non-trailing Named Arguments Pri ..."
Type
: Post
http://dontcodetired.com/blog/post/New-Free-eBook-C-72-Whats-New-Quick-Start
Shortcut to add DependencyProperty
"In code behind for WPF/Silverlight in Visual Studio you can use the key combination snippet (assuming defaults) ctrl-k then x then NetFX30 then either choose either a DependencyProperty or attached De ..."
Type
: Post
Tags
: c#, wpf, visual studio 2008, visual studio, silverlight, ide
http://dontcodetired.com/blog/post/Shortcut-to-add-DependencyProperty
Learning .NET Unit Testing the Easy Way
Knowing what you need to know is hard. Sometimes harder than the learning itself. Many years ago I w
Type
: Post
Tags
: testing, profession, personal development, .net, nunit
http://dontcodetired.com/blog/post/Learning-NET-Unit-Testing-the-Easy-Way
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
Making 2019 Your Best Year Yet
"Whilst I’m not personally a fan of New Year’s Resolutions, preferring instead to adopt a mindset of continuous improvement, the end of a calendar year is as good a time as any to do a 12 month retrosp ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Making-2019-Your-Best-Year-Yet
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
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
Enterprise Library - A Day Out with the Logging and Instrumentation Application Block
"Ok, I’ll start by saying I like it; reasons? No headache of installing, configuring, deploying EIF; Easy to configure using the nice little GUI Enterprise Library Configuration Tool - no man ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-A-Day-Out-with-the-Logging-and-Instrumentation-Application-Block
50 Apps By Christmas
"So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
An Overview of Structured Logging with Serilog
Traditional logging techniques (such as writing lines of text to files) results in the loss of struc
Type
: Post
Tags
: serilog, logging, c#, .net
http://dontcodetired.com/blog/post/An-Overview-of-Structured-Logging-with-Serilog
Using client certification authentication in web services in .NET
"Applies to.NET 1.1IIS 6Windows 2003 ServerWindows XP (as client) 1. Obtain trial SSL server certificate (e.g. from Verisign) and install to IIS 6;2. On client machine, obtain personal “client” certif ..."
Type
: Post
http://dontcodetired.com/blog/post/Using-client-certification-authentication-in-web-services-in-NET
New Pluralsight Course: SpecFlow Tips and Tricks
My latest Pluralsight course was released today: SpecFlow Tips and Tricks is a short course to help
Type
: Post
Tags
: .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/New-Pluralsight-Course-SpecFlow-Tips-and-Tricks
SilverKeys Part 3
"The UI (or should I say UX now?) is 90% complete (for this iteration that is) as the image below shows. There are a few bug fixes left to complete, plus I'd like to to some moderate re-factoring o ..."
Type
: Post
Tags
: silverkeys, silverlight, wpf
http://dontcodetired.com/blog/post/SilverKeys-Part-3
New Pluralsight Course - Better .NET Unit Tests with AutoFixture
My new Pluralsight testing course was just released: Better .NET Unit Tests with AutoFixture: Get St
Type
: Post
Tags
: autofixture, testing, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Better-NET-Unit-Tests-with-AutoFixture
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
New Pluralsight Course - Automated ASP.NET MVC Testing: End to End
My new Pluralsight course Automated ASP.NET MVC Testing: End to End was just published. The course l
Type
: Post
Tags
: testing, asp.net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-ASPNET-MVC-Testing-End-to-End
Parsing Command Line Arguments with Command Line Parser Library
"When writing .Net console applications we often need to parse command line arguments that the user specified when launching the application. We get these arguments passed into the program in the args ..."
Type
: Post
Tags
: c#, .net, console applications
http://dontcodetired.com/blog/post/Parsing-Command-Line-Arguments-with-Command-Line-Parser-Library
The request failed with HTTP status 401: Unauthorized
"If you are using IIS 6.0 and your application is using an Application Pool with an Identity set to a domain account you may get: The request failed with HTTP status 401: Unauthorized Check out this ..."
Type
: Post
http://dontcodetired.com/blog/post/The-request-failed-with-HTTP-status-401-Unauthorized
New Pluralsight Course: C# Tips and Traps
"My latest Pluralsight course: C# Tips and Traps is now live. It’s a collection of things to: “Short-circuit your learning of C# with this smorgasbord of handy C# and .NET features.” It's sometim ..."
Type
: Post
Tags
: .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23