Home
Archive
Contact
Search results for '�������揭幕战 ( 世界杯��定网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
Quick and Dirty Image Loading Animation Without JavaScript
"If you are display a set of images that potentially will take a while to be returned from the server (for example if pulling them out of a database via an .axd or .ashx) you can use css to to display ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Quick-and-Dirty-Image-Loading-Animation-Without-JavaScript
Understanding Lambda Expressions
Of all the additions to the C# language, lambda expressions are potentially the most confusing. Part
Type
: Post
Tags
: c#, lambda expressions, .net
http://dontcodetired.com/blog/post/Understanding-Lambda-Expressions
Creating Inline Data Driven Tests in xUnit
xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
URL Routing in ASP.Net 4 Web Forms
"ASP.Net 4 simplifies the routing experience introduced in ASP.NET 3.5 SP1. Routing allows the use of more meaningful or 'friendly' URLs (which may also benefit search engine ranking). For ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, web
http://dontcodetired.com/blog/post/URL-Routing-in-ASPNet-4-Web-Forms
50 Apps by Christmas: Start Screen Splitter
"This article is part of the 50 Apps by Christmas series Start Screen Splitter is a simple idea to help organise the tiles on the Windows Phone Start screen. The idea is to allow the user to create an ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Start-Screen-Splitter
What’s New in C# 10: Easier Lambda Expressions
This is part of a series on the new features introduced with C# 10. Prior to C# 10, working with lam
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Easier-Lambda-Expressions
What’s New in C# 10: Take Control of Interpolated String Handling
"This is part of a series on the new features introduced with C# 10.In C# you can create an interpolated string such as: $"{DateTime.Now}: starting..."The compiler will transform this to a single strin ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Take-Control-of-Interpolated-String-Handling
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes
"Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
Three Things I’ve Learned Being a Pluralsight Course Author
"Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..."
Type
: Post
Tags
: pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq
In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use
Type
: Post
Tags
: testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
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
Inspecting HTTP Requests With RequestBin
EDIT: Since this post was originally published, the originally quoted Request Bin URL was closed dow
Type
: Post
Tags
: http, json, web
http://dontcodetired.com/blog/post/Inspecting-HTTP-Requests-With-RequestBin
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
Mocking with FeatureToggle
"I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..."
Type
: Post
Tags
: mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
Fixie - A Convention-based .NET Testing Framework
"Fixie is a relative newcomer to the .NET testing framework space. It throws away the idea of marking elements of test code with attributes in favour of a conventions based approach. At a high level, w ..."
Type
: Post
Tags
: c#, testing, fixie
http://dontcodetired.com/blog/post/Fixie-A-Convention-based-NET-Testing-Framework
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage
This is the first part of a series or articles. When creating blob-triggered Azure Functions there a
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
Testing Automation: The Big Picture
It’s often useful to take a step back and look at the bigger picture, this is true in differen
Type
: Post
Tags
: testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
Installing and Configuring a UPS with Windows 10
The power grid at my home office is sometimes unreliable. In the last year there have been several p
Type
: Post
Tags
: hardware, productivity
http://dontcodetired.com/blog/post/Installing-and-Configuring-a-UPS-with-Windows-10
Specifying How Soon a Storage Queue Message Will Be Retried in an Azure Function
By default, if an exception occurs in an Azure Function that uses a Storage Queue trigger, the messa
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Specifying-How-Soon-a-Storage-Queue-Message-Will-Be-Retried-in-an-Azure-Function
Push Notifications and Buttons with Microsoft Flow: Part 1
Microsoft Flow allows the creation of serverless cloud workflows. It is similar to services such as
Type
: Post
Tags
: microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23