Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
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
Poet Programmer Analyst Artist
"Is the development of software art or is it merely a sequence of logical events which produce an outcome? Certainly software development requires creative thought or is it merely logical thought? Perh ..."
Type
: Post
http://dontcodetired.com/blog/post/Poet-Programmer-Analyst-Artist
To XSLT a large file (.NET1.1)
"To XSLT a large file use XPathDocument rather than XmlDocument, e.g. Slower: Me.m_oldStream.Position = 0Dim xsl As New Xml.Xsl.XslTransformxsl.Load(Me.m_xsltFilePath)Dim xDoc As New Xml.XmlDocum ..."
Type
: Post
http://dontcodetired.com/blog/post/To-XSLT-a-large-file-(NET11)
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
Watch My Pluralsight Courses For Free This Weekend
"If you don’t have a Pluralsight subscription and you want to watch my courses you can this weekend for FREE! Click the ad below to get started and then once you've signed up for your free weekend, hea ..."
Type
: Post
Tags
: profession, personal development
http://dontcodetired.com/blog/post/Watch-My-Pluralsight-Courses-For-Free-This-Weekend
March Windows Phone 7 Roundup
"Windows Phone SDK 7.1.1 Update Now Available "it’s the final version of the CTP we released last month, and enables Windows Phone developers to do two things: Develop apps that work w ..."
Type
: Post
Tags
: windows phone 7, wp7
http://dontcodetired.com/blog/post/March-Windows-Phone-7-Roundup
Catching Errors in Windows Services
"In Windows Service put a try..catch around InitializeComponent in New constructor to catch and handle any init problems, especially when using components that have external dependencies such as perfor ..."
Type
: Post
http://dontcodetired.com/blog/post/Catching-Errors-in-Windows-Services
Generating truly random numbers with multiple simultaneous request
"The Random Class, given a constant seed will always generate the samesequence of numbers.Creating a Random object using the default constructor uses the current timeas the seed, so if you have multipl ..."
Type
: Post
http://dontcodetired.com/blog/post/Generating-truly-random-numbers-with-multiple-simultaneous-request
Watch All My Pluralsight Courses For Free This Weekend
"This weekend (Friday 22nd to Sunday 24th of November 2019) you can watch all my Pluralsight courses for free. You could also watch an entire skills path such as C# Unit Testing with xUnit or C# Unit T ..."
Type
: Post
Tags
: profession, productivity, personal development
http://dontcodetired.com/blog/post/Watch-All-My-Pluralsight-Courses-For-Free-This-Weekend
App Idea Evaluator for Windows 8
"Most of the time I have too many ideas for apps and which ones to build first, the App Idea Evaluator lets you create a list of ideas and rank them against a number of criteria. It also provides a few ..."
Type
: Post
Tags
: windows 8 apps, windows 8
http://dontcodetired.com/blog/post/App-Idea-Evaluator-for-Windows-8
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
January Monthly Windows Phone 7 Roundup
"This is the first of a series of monthly posts highlighting some useful and cool Windows Phone 7 stuff. There will be a post on or about the last day of each month, with an overall "post of ..."
Type
: Post
Tags
: windows phone 7, wp7, monthly windows phone 7 roundup
http://dontcodetired.com/blog/post/Januaries-Monthly-Windows-Phone-7-Roundup
(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
xUnit.net 2 Cheat Sheet
To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet
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 Second Shot Offer For Some Microsoft Exams
"According to the website the offer is valid until 30 June 2010: http://www.prometric.com/microsoft/ss_mcp.htm for terms and conditions."
Type
: Post
Tags
: certification, microsoft, exam, career development
http://dontcodetired.com/blog/post/New-Second-Shot-Offer-For-SOme-Microsoft-Exams
30 Pluralsight Courses
"My new Pluralsight course Stateful Reactive Concurrent SPAs with SignalR and Akka.NET was just published, this brings my total number of courses to 30. I’ve always loved teaching and sharing and being ..."
Type
: Post
Tags
: .net, akka.net, actor model, pluralsight courses
http://dontcodetired.com/blog/post/30-Pluralsight-Courses
Don't Code Tired 1st Birthday
"Don't Code Tired is a year old! For Year 2 I really want to ramp up the content, especially more tutorial style articles and end-to-end examples - I also intent to start producing tutorial videos ..."
Type
: Post
http://dontcodetired.com/blog/post/Dont-Code-Tired-1st-Birthday
Throttle Your ASP.NET Connection Speed
"As a tool to test responsiveness on slow connections Firefox Throttle is handy Firefox add-in. There is also an IE version. You can add a localhost throttle if you are using Visual Studios local web s ..."
Type
: Post
Tags
: asp.net, firefox, internet explorer, silverlight
http://dontcodetired.com/blog/post/Throttle-Your-ASPNET-Connection-Speed
Kill Your Productivity Demons with my New Pluralsight Course
"My new Pluralsight course Personal Productivity & Performance Tools for Windows Developers “get more done in less time” has just been released. It covers a range of developer-focused and general p ..."
Type
: Post
Tags
: productivity, linqpad, pluralsight courses, profession, personal development, autohotkey, ifttt
http://dontcodetired.com/blog/post/Kill-Your-Productivity-Demons-with-my-New-Pluralsight-Course
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