Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
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
Writing and Self Publishing My First Book: Keeping Software Soft
"I recently self published my first book: Keeping Software Soft. To do this I used Leanpub to “Publish early, publish often”. The idea behind this is that you can write a book in increments and publish ..."
Type
: Post
Tags
: writing, leanpub, keeping software soft
http://dontcodetired.com/blog/post/Writing-and-Self-Publishing-My-First-Book-Keeping-Software-Soft
Save Keystrokes with AutoHotkey Hotstrings
"AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..."
Type
: Post
Tags
: productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Do Your Own Personal Agile Retrospective
"I recently started to adopt a new practice for my personal life in which when I go to bed and my head hits the pillow, I ask myself three question as I fall asleep. These 3 questions are: What’s one ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Do-Your-Own-Personal-Agile-Retrospective
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 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
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
encrypt and decrypt app.config in .NET 2.0
"To encrypt, decrypt app.config file… private void button1_Click(object sender, EventArgs e){ UnProtectSection(”connectionStrings”);} private void button2_Click(object sender, Eve ..."
Type
: Post
http://dontcodetired.com/blog/post/encrypt-and-decrypt-appconfig-in-NET-20
50 App By Christmas: A New Challenge
"So I’ve been running this series: 50 Apps by Christmas. Currently I’ve got 29 new apps to create before Christmas 2013 (next week). As I’m not going to hit this (my book has been a higher priority) I ..."
Type
: Post
Tags
: windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, ayearofapps
http://dontcodetired.com/blog/post/50-App-By-Christmas-A-New-Challenge
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)
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
Writing an xml file from sql server 2000
"sp_makewebtask @outputfile = ‘c:\sqlserveroutput\myxmlfile.xml’, @query = ’select top 1 * from myTable for xml auto’, @templatefile = ‘c:\temp\mytempl ..."
Type
: Post
http://dontcodetired.com/blog/post/Writing-an-xml-file-from-sql-server-2000
New Pluralsight Course - Improve Your Application User Experience with Humanizer
My new Pluralsight course Making .NET Data Types More Human With Humanizer was recently released. Wi
Type
: Post
Tags
: pluralsight courses, humanizer, ux
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Improve-Your-Application-User-Experience-with-Humanizer
New Free eBook C# 6.0: What’s New Quick Start
The first chapters of my new free eBook have just been published. The book will cover the new featur
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
Loading images into SQL Server Using Management Studio
"If you are storing images in a SQL Server database you can use the following statement to insert data into a BLOB field (e.g. varbinary(max) ) of a table (Sql Server 2005+): Assuming a table call ..."
Type
: Post
Tags
: sql server, sql
http://dontcodetired.com/blog/post/Loading-images-into-SQL-Server-Using-Management-Studio
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
Logging Application Block: Event Types Quick List
"A quick list of some event types you can raise using the Logging Application Block (http://microsoft.com) AdminMessageEvent AuditMessageEvent AuditOperationEvent ErrorMessageEvent ExternalError ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Event-Types-Quick-List
C# 7.0: What’s New Quick Start eBook Early Access
Just as I created the free C# 6.0: What’s New Quick Start eBook, I will be writing a new book
Type
: Post
Tags
: c#, .net, writing
http://dontcodetired.com/blog/post/C-70-Whats-New-Quick-Start-eBook-Early-Access
New Pluralsight Course - Implementing Feature Toggles in .NET with FeatureToggle
Feature toggles (also referred to as feature flags, flippers, feature switches, etc) are a technique
Type
: Post
Tags
: featuretoggle, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Feature-Toggles-in-NET-with-FeatureToggle
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