Home
Archive
Contact
Search results for '比利时vs加拿大-(世���杯���定平���� KL99.CC)-伊朗vs美��-��界��赛��-世界杯����幕战 -(���界��指定����台 KL99.CC)-世界����球 oU'
The Complete Beginners Guide to using SQLite SQL database in a Windows 8 App
"[Writing this on the train home so may be a bit rushed – sorry :) ] Install the Bits In Visual Studio 2012, go to Tools menu, Extensions and updates. Search for “SQLite for Windows Runtime” – instal ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, sql, sqlite
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-using-SQLite-SQL-database-in-a-Windows-8-App
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
Free Xaml drawing tool
"I stumbled upon a nice (free) open source drawing application (a la Adobe Illustrator) which allows saving in SVG but also XAML! So if you don't want to/cannot afford to use Blend this could be a ..."
Type
: Post
Tags
: .net, xaml, wpf, silverlight, silverlight 3, blend
http://dontcodetired.com/blog/post/Free-Xaml-drawing-tool
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
Portable Class Library (PCL) Timer when Targeting Both Windows 8 and Windows Phone using Reactive Extensions
"Currently the Timer class is not available when targeting both Windows Phone 8 and Windows 8 Store Apps. For the app I’m building I want the MVVMLight PCL ViewModel to update a property every second – ..."
Type
: Post
Tags
: c#, pcl, rx, reactive extensions, windows store apps, windows phone apps, windows 8 apps
http://dontcodetired.com/blog/post/Portable-Class-Library-(PCL)-Timer-when-Targeting-Both-Windows-8-and-Windows-Phone-using-Reactive-Extensions
Silverlight & WPF - Binding to a specific item in a collection
"If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
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
3 Tools for Choosing and Working with Color in Apps, Websites, and Print
"When developing apps, websites, or even presentations for your team or management it can be difficult to come up with a working color scheme. Below are three useful tools that can be of help. Adobe Co ..."
Type
: Post
Tags
: ux, design, color
http://dontcodetired.com/blog/post/3-Tools-for-Choosing-and-Working-with-Color-in-Apps-Websites-and-Print
The PCMEF architectural Framework
"The general idea behind PCMEF (Presentation Control Mediator Entity Foundation) is that of dependency and object intercommunication minimisation. PCMEF takes inspiration from established design patter ..."
Type
: Post
http://dontcodetired.com/blog/post/The-PCMEF-architectural-Framework
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
Disable Grey Border On Focus Selected Anchor
Elements
"When an <a> element is selected the browser can add a grey focus border around, the CSS outline:none; can be use to prevent it on standards browsers, for IE (except IE 8 when not in compatibilit ..."
Type
: Post
Tags
: css, web, html, internet explorer
http://dontcodetired.com/blog/post/Disable-Grey-Border-On-Focus-Selected-Anchor-3ca3e-Elements
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
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
Thunder (beta)
"I've been working on a Silverlight 3 drum machine/sequencer called Thunder, the first (beta) version is now available at: http://www.dontcodetired.com/live/thunder/ It' ..."
Type
: Post
Tags
: c#, blend, silverlight, silverlight 3, wpf, xaml, thunder
http://dontcodetired.com/blog/post/Thunder-(beta)
ASP.NET CustomValidator doesn’t fire ServerValidate event w hen input box is empty
"ASP.NET valuator controls don’t validate empty input by default, this iswhat the RequiredFieldValidator is for… sometimes for customised inputvalidation you might not want this behaviour ( ..."
Type
: Post
http://dontcodetired.com/blog/post/ASPNET-CustomValidator-doesne28099t-fire-ServerValidate-event-w-hen-input-box-is-empty
An Update on FeatureToggle v3 Development
"The next version of my open source feature toggling library is currently in development. Version 3 will introduce a number of new features and retire support for some older platforms. For the currentl ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/An-Update-on-FeatureToggle-v3-Development
ICYMI C# 8 New Features: Write Less Code with Using Declarations
This is part 2 in a series of articles. One nice little enhancement introduced in C# 8 helps to simp
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Write-Less-Code-with-Using-Declarations
Silverlight 3 Out Of Browser Automatic Updates
"When running a Silverlight 3 application out of browser (OOB) {or SLOOB=Silverlight Out Of Browser} you can enable the automatic download\install of updated versions. This is not an automatic fea ..."
Type
: Post
Tags
: out of browser, silverlight, silverlight 3, oob, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Automatic-Updates
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
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
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