Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯�����网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
Creating Versioned APIs with Azure Functions and Proxies
One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
Modify And Save an EF EntityDataSource Bound Entity From Code Behind
"If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..."
Type
: Post
Tags
: c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
ChildWindow in Silverlight 3
"SL 3 introduced the ChildWindow to allow easy creation of modal 'pop-up' windows inside our main window. Once you have added a new ChildWindow to your project you can customise its appearance ..."
Type
: Post
Tags
: c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/ChildWindow-in-Silverlight-3
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
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
A Silverlight Scale Chord Calculator (SilverKeys Part 1)
"One hobby I have is music production (based around a Pro Tools LE 8 setup) and recently I've been learning some music theory. I have created a cheat sheet which is on my wall to assist with workin ..."
Type
: Post
Tags
: silverlight, silverkeys
http://dontcodetired.com/blog/post/A-Silverlight-Scale-Chord-Calculator-(SilverKeys)
Design Pattern for Silverlight 2
"It seems the Model-View-ViewModel (MVVM) is the preferred pattern at present for implementing cleanly separated SL apps (& WPF client apps). Aims to increase testability and leverage data-bin ..."
Type
: Post
Tags
: silverlight, design patterns, mvvm
http://dontcodetired.com/blog/post/Design-Pattern-for-Silverlight-2
What’s New in C# 10: New Possibilities for Validation and Logging Methods
"This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording
"In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
You Can Watch All My Pluralsight Training Videos for Free This April
"No credit card needed, sign up for free now and start watching all my Pluralsight training courses for free. Some suggestions: C# C# Attributes: Power and Flexibility for Your Code Working with Nul ..."
Type
: Post
Tags
: pluralsight courses, personal development, profession, career development
http://dontcodetired.com/blog/post/You-Can-Watch-All-My-Pluralsight-Training-Videos-for-Free-This-April
Work with SQL Data with Fewer Lines of Code Using Dynamic C#
"If you need to query a SQL database and work with the data quickly you can use dynamic C# to write less boilerplate code.For example, if you wanted to query a Customer table (or a more complex joined ..."
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/Work-with-SQL-Data-with-Fewer-Lines-of-Code-Using-Dynamic-C
Updating Your Windows 8 App to Windows 8.1: Dealing With Coloured Fonts
"With Windows 8.1, font characters (glyphs) can now contain coloured layers. In a Windows 8.0 app, this XAML:<TextBlock>$★☺☹❤✈⛱⛺⛵⚽✘✔☀⛅☕⛄❓♀♂❋❄✹</TextBlock> Will produce the following (bla ..."
Type
: Post
Tags
: windows 8 apps, xaml
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Dealing-With-Coloured-Fonts
Finding Total Number of Windows Store Downloads on the Dev Center Dashboard Page
"Just hacked this JavaScript together to calculate the total number of downloads of Windows Store apps.var totalDownloads = 0; $("span:contains('Downloads')").siblings().each(function( index ) { ..."
Type
: Post
Tags
: windows store apps
http://dontcodetired.com/blog/post/Finding-Total-Number-of-Windows-Store-Downloads-on-the-Dev-Center-Dashboard-Page
UX Observations: TED Xbox One App
"This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..."
Type
: Post
Tags
: ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
Write Less Repetitive Boilerplate Code with Fody
My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
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
50 Apps By Christmas: Color Eye
"This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
Kill CapsLock with AutoHotkey
"How often do you actually use CapsLock – deliberately that is? Most of the time I hit it accidentally then END UP SHOUTING in emails or Tweets. It’s especially a pain sometimes while coding… We can st ..."
Type
: Post
Tags
: autohotkey, productivity, visual studio
http://dontcodetired.com/blog/post/Kill-CapsLock-with-AutoHotkey
Finding Colour Inspiration: Paint Sample Cards
"When designing an app or website it can be hard to come up with inspiration for colour ideas. One place to look is the local hardware/DIY store. These stores usually have colour sample cards from the ..."
Type
: Post
Tags
: design, colour, ui, ux
http://dontcodetired.com/blog/post/Finding-Colour-Inspiration-Paint-Sample-Cards
Anatomy of Type: Baseline and x-height
"The baseline is like an imaginary invisible line upon which letters appear to sit. [more] A typeface’s x-height, as its name suggests, is the height of the lowercase x measured from the baseline. The ..."
Type
: Post
Tags
: design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Baseline-and-x-height
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23