Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
FeatureToggle 2.2Released
"Release 2.2 of FeatureToggle is now available via NuGet. This release adds a single new toggle: HttpJsonFeatureToggle. This toggle gets it's enabled state from a JSON HTTP endpoint. Configuration shou ..."
Type
: Post
Tags
: featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-22Released
WebMethodAttribute.CacheDuration Property
"When creating a web service based data abstraction layer / façade, if you have methods that return “type” tables such as counties/states or employee types; caching the response to these requests impro ..."
Type
: Post
http://dontcodetired.com/blog/post/WebMethodAttributeCacheDuration-Property
Albums to Code To
"I did a little survey to ask what people’s favourite albums were to code to, here’s the results. Hopefully will give some ideas for some different aural code fuel. Artist name Album name Amon A ..."
Type
: Post
Tags
: people, profession
http://dontcodetired.com/blog/post/Albums-to-Code-To
Session State Compression in ASP.NET 4
"ASP.NET 4 introduces the ability to turn on compression of session data. Compression is disabled by default, to enable it modify the web.config file and set the new compressionEnabled attribute ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Session-State-Compression-in-ASPNET-4
Free Microsoft Technical Roadshows
"MS are giving a number of technical briefings including .NET and SQL Server 2005… Tuesday 12th and Wednesday 13th April 2005Edinburgh, The Corn Exchange Tuesday 24th and Wednesday 25th May 200 ..."
Type
: Post
http://dontcodetired.com/blog/post/Free-Microsoft-Technical-Roadshows
Approval Tests: Assert With Human Intelligence
In the previous article I described how the Approval Tests library can help reduce the amount of ass
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
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
Software Development Wheel
"In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..."
Type
: Post
Tags
: productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
New Pluralsight Course: C# Tips and Traps 2
My latest Pluralsight course has just been released. It’s the follow-up course to the popular
Type
: Post
Tags
: .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps-2
Speech Synthesis (Text to Speech) In Windows 8.1 Store Apps
"Windows 8.1 adds the ability to perform text to speech using the Windows.Media.SpeechSynthesis namespace. As a basic example, to say “Hello World” in the default voice:var synth = new Windows.Media.Sp ..."
Type
: Post
Tags
: windows 8 apps, speech
http://dontcodetired.com/blog/post/Speech-Synthesis-(Text-to-Speech)-In-Windows-81-Store-Apps
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
50 Apps By Christmas: 6 Apps in 3 Days
"This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..."
Type
: Post
Tags
: windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
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
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
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
Gherkin Cheat Sheet
"Gherkin is a Business Readable Domain Specific Language. It allows the documentation of what a system should do in natural language (multiple languages are supported) and allows test automation code t ..."
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Gherkin-Cheat-Sheet
Free eBook C# 6.0: What’s New Quick Start Complete
My new free eBook “C# 6.0: What’s New Quick Start” is now complete and available f
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-60-Whate28099s-New-Quick-Start-Complete
Patterns Panacea
"The “Patterns Movement” seems to be gaining momentum with more developers becoming aware of the oft-quoted benefits of pattern re-use. Patterns are supposed to be the abstracted solution t ..."
Type
: Post
http://dontcodetired.com/blog/post/Patterns-Panacea
New Free C# 7.1: What's New Quick Start eBook
My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-C-71-Whats-New-Quick-Start-eBook
Improved GridView & ListView Row Selection in ASP.NET 4.0
"Previous versions of GridView and ListView selection behaviour operating in a potentially confusing way to the user. For example, if the third row was selected and then page 2 was selected, the third ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Improved-GridView-ListView-Row-Selection-in-ASPNET-40
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