Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
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
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
Silverlight Open and Save Dialog Boxes
"If you want your Silverlight app to be able to load and save data to the users file system in a location of their choice (such as My Documents, Desktop, etc.) you can use the SaveFileDialog and OpenFi ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Silverlight-Open-and-Save-Dialog-Boxes
New Pluralsight Course: The xUnit.net Testing Framework
My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr
Type
: Post
Tags
: xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
Adding Tuple Support to .NET Classes in C#
Edit: Updated to improve clarity (thanks to Paulo in the comments for helping to improve his article
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Adding-Tuple-Support-to-NET-Classes-in-C
Simplifying Parameter Null and Other Checks with the Pitcher Library
"In a previous post I looked at the GaurdClauses library that can simplify the usual guard checks we sometimes need to write. In the comments someone mentioned the Pitcher library that accomplishes the ..."
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-Pitcher-Library
50 Apps by Christmas: SilverKeys - Porting a Silverlight App to a Windows Store App
"This article is part of the 50 Apps by Christmas series. I developed a Silverlight app a few years ago and I wanted to see how easy it would be to port to a Windows Store app. You can download free t ..."
Type
: Post
Tags
: silverlight, windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013, portable class library, rhinomocks
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-SilverKeys-Porting-a-Silverlight-App-to-a-Windows-Store-App
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute
Sometimes the display and formatting of information in the Visual Studio debugger is less than optim
Type
: Post
Tags
: c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
ICYMI C# 8 New Features: Nested Switch Expressions
This is part 4 in a series of articles. In this series we’ve already covered switch expression
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Nested-Switch-Expressions
Create More Maintainable CSS in Less Time with Sass and Visual Studio
My new Pluralsight course was recently released that shows how to use Sass when developing ASP.Net w
Type
: Post
Tags
: css, sass, web, html
http://dontcodetired.com/blog/post/Create-More-Maintainable-CSS-in-Less-Time-with-Sass-and-Visual-Studio
Understanding Azure Durable Functions - Part 6: Activity Functions with Additional Input Bindings
This is the sixth part in a series of articles. Up until this point in this series, the activity fun
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-6-Activity-Functions-with-Additional-Input-Bindings
Understanding Azure Event Grid
Azure Event Grid (currently in preview) is a managed publisher-subscriber service that pushes events
Type
: Post
Tags
: azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Understanding-Azure-Event-Grid
Vertically Center Div in Browser Window using Viewport-Relative Lengths
"I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..."
Type
: Post
Tags
: web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017
Azure Functions have come a long way in a short time. With newer releases you can now create functio
Type
: Post
Tags
: C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
How To Notify Clients of Cosmos DB Changes with Azure SignalR and Azure Functions
This is the fourth part in a series of articles. The Cosmos DB Azure Functions trigger can be used i
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-To-Notify-Clients-of-Cosmos-DB-Changes-with-Azure-SignalR-and-Azure-Functions
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs
In the previous part of the series we saw how to improve the reliability of responding to new blobs
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-3-Using-Event-Grid-to-Respond-to-New-Blobs
Auto Expanding Div Columns (when floated div has no set size)
"Usually 2 divs side-by-side (e.g. left menu and main content) will have the left div floated left with set size, the 2nd div also float with a left margin equal to the width of the left div. When ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Auto-Expanding-Div-Columns-(when-floated-div-has-no-set-size)
Writing Implicit and Explicit C# Conversion Operators
When writing custom classes we can provide behaviour to allow for both explicit and implicit convers
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Writing-Implicit-and-Explicit-C-Conversion-Operators
Hook Execution Order in SpecFlow 2
SpecFlow hooks allow additional code to be executed before and after various stages of the test exec
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
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
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