Home
Archive
Contact
Search results for 'Fake Hendrix College diplom 「制����站 bzzjj.com」 Buy online Czech passport electronic version ���办理网��� bzzjj.com」 Fachhochschule Schmakarden��境科学学位���书00'
Women in IT
"I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..."
Type
: Post
Tags
: profession
http://dontcodetired.com/blog/post/Women-in-IT
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
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
C# Tips eBook 50% Complete
"I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..."
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
FeatureToggle 2.1 Released
"Version 2.1 of my open source feature toggling library has just been released. This new version contains two new toggles. The RandomFeatureToggle as its name suggests will randomly enable/disable a fe ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-21-Released
What I Learned Building My First 4 Windows 8 Apps
"This is a bit of a brain-dump, in no particular order, of things I learned building my first 4 Windows 8 (C# XAML) apps: - Countdown To - Big Screen Countdown - BizBuzBingo - Code Retreat Countdown A ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet
http://dontcodetired.com/blog/post/What-I-Learned-Building-My-First-4-Windows-8-Apps
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
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
Paper Prototyping Templates for Windows 8.1 Store Apps
"These are updated paper prototyping templates for Windows 8.1 Store apps. The changes from the previous 8.0 versions are mostly to do with the removal of snapped and filled modes in Windows 8.1 Store ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-81-Store-Apps
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
Non Short Circuiting C# Conditional Operators
Most of the time when writing C# programs we use the short-circuiting conditional operators. These o
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Non-Short-Circuiting-C-Conditional-Operators
Managing ViewState in ASP.Net 4
"ASP.Net 4 allows us to use an opt-in viewstate approach rather than an opt-out approach in previous ASP.Net versions (EnableViewState was available in prior versions, but if you disable viewstate, all ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Managing-ViewState-in-ASPNet-4
50 Apps By Christmas: Share to Clipboard
"This article is part of the 50 Apps by Christmas series. When I’m using Windows 8, sometimes I wanted to copy something from one app and use it somewhere else. If the app allows selection and copy al ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, 50appsbychristmas2013, share to clipboard
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Share-to-Clipboard
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests
We can write automated tests to cover various aspects of the code we write. We can write unit/integr
Type
: Post
Tags
: approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
Terms of Use and Disclaimer
DisclaimerThe information contained in this website is for general information purposes only. While
Type
: Page
http://dontcodetired.com/blog/page/terms-of-use-and-disclaimer
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
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
Preventing Inconsistent Feature Flag Values During a Single Request (Microsoft.FeatureManagement)
This is part six in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Preventing-Inconsistent-Feature-Flag-Values-During-a-Single-Request-(MicrosoftFeatureManagement)
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
FeatureToggle v4 Released
"Version 4 of FeatureToggle is now released. This release adds initial support for .NET Core. Example code. Release notes. Breaking Changes: Min framework now 4.6.1 / .NET Standard 1.4 Windows 8.n, ..."
Type
: Post
Tags
: featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-Released
1
2
3
4
5
6
7
8
9