Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯��定网站 KL99.cc )世界杯���幕战 世界杯揭����战 ac'
Tracking Technical Debt with TechDebtAttributes
Technical debt can build up over time, slows down development speed, and could increase the risk of
Type
: Post
Tags
: techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
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
Developing Samsung TV Apps with .NET - Getting Started
In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on th
Type
: Post
Tags
: .net, xamarin, c#, tizen, samsung
http://dontcodetired.com/blog/post/Developing-Samsung-TV-Apps-with-NET-Getting-Started
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C#
This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent)
"One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..."
Type
: Post
Tags
: design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
location.replace doesn’t work when the following page is a PDF
"Applies to:IE 6.0 (+others?), ASP.NET 1.1, JavaScript, PDF, Adobe Acrobat For some reason (at least in IE 6.0) if you use location.replace (to’disable’ back button by changing browser his ..."
Type
: Post
http://dontcodetired.com/blog/post/locationreplace-doesne28099t-work-when-the-following-page-is-a-PDF
Advanced SpecFlow: Sharing Data Between Steps with Context Injection
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Sharing-Data-Between-Steps-with-Context-Injection
Automatic Input Blob Binding in Azure Functions from Queue Trigger Message Data
Reading additional blob content when an Azure Function is triggered can be accomplished by using an
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Automatic-Input-Blob-Binding-in-Azure-Functions-from-Queue-Trigger-Message-Data
Three Wins Technique Review - a Simple Productivity Hack to Deliver What Matters
I started using the Three Wins Technique about five years ago. It has proven to be a simple techniqu
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Three-Wins-Technique-Review-a-Simple-Productivity-Hack-to-Deliver-What-Matters
Getting Started with SASS for Microsoft Developers
"Sass (Syntactically Awesome Style Sheets) tries to make CSS fun again. It's a set of "extensions" on top of standard CSS that make it easier to write and maintain style sheets. A Sass file compi ..."
Type
: Post
Tags
: .net, asp.net, css, html, responsive design, responsive web design, sass, web, web design
http://dontcodetired.com/blog/post/Getting-Started-with-SASS-for-Microsoft-Developers
ICYMI C# 8 New Features: Simplify Array Access and Range Code
This is part 5 in a series of articles. One of the new features that C# 8 introduced was the ability
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-Array-Access-and-Range-Code
Understanding Azure Durable Functions - Part 5: Getting Results from Orchestrations
This is the fifth part in a series of articles. As we learned earlier in this series, a client funct
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-5-Getting-Results-from-Orchestrations
Say Goodbye to Boring INotifyPropertyChanged Implementation in Universal Windows Apps with Fody
We need to implement INotifyPropertyChanged to allow bindings to be updated. For example in a simple
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Say-Goodbye-to-Boring-INotifyPropertyChanged-Implementation-in-Universal-Windows-Apps-with-Fody
Advanced SpecFlow: Using Hooks to Run Additional Automation Code
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Using-Hooks-to-Run-Additional-Automation-Code
Stack Overflow Developer Survey 2018 Overview for .NET Developers
"The 2018 Stack Overflow Developer Survey was recently released. This article summarizes some interesting points that .NET developers may find interesting, in additional to some other general items of ..."
Type
: Post
Tags
: .net, profession
http://dontcodetired.com/blog/post/Stack-Overflow-Developer-Survey-2018-Overview-for-NET-Developers
Design Principals in Practice: Affordance in Doors and Car Controls
"Affordance is a design property of a physical thing that suggests how it should be used. A ball affords rolling. A door handle affords pulling. Whilst you can roll a cube, the physical properties of ..."
Type
: Post
Tags
: design, ux, design principals in practice, affordance
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Doors-and-Car-Controls
MVVM Light Messenger Action Executing Multiple Times
"With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..."
Type
: Post
Tags
: c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
MSMQ Transactional Queues
"When using MSMQ transactional queues ensure you use an overloaded send method passing a transaction object otherwise you may find the message will go nowhere and no exception will be thrown."
Type
: Post
http://dontcodetired.com/blog/post/MSMQ-Transactional-Queues
Accessing web service from behind proxy
"If you are going to (via a proxy server) connect to a web service on the Internet you may need to do the following (VB.NET): Dim s As Service1 s = New Service1 s.Credentials = System.Net.Credential ..."
Type
: Post
http://dontcodetired.com/blog/post/Accessing-web-service-from-behind-proxy
WeightTracker (beta) Silverlight App Now Live
"http://www.dontcodetired.com/live/weighttracker/"
Type
: Post
Tags
: .net, silverlight, silverlight 3
http://dontcodetired.com/blog/post/WeightTracker-(beta)-Silverlight-App-Now-Live
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23