Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
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)
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
New Pluralsight Course: Working with Data and Schemas in Marten
Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as
Type
: Post
Tags
: c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
Triggering a Microsoft Flow from an HTTP Post
Microsoft Flow allows the building of workflows in the cloud. One way to trigger a Flow is to set up
Type
: Post
Tags
: microsoft flow, serverless
http://dontcodetired.com/blog/post/Triggering-a-Microsoft-Flow-from-an-HTTP-Post
Winning in 2016
"As the year 2015 starts its last slide into 2016, it’s the time of year that I start to think about what my 3 Wins are going to be for next year. If you’re not familiar with the 3 Wins concept, it’s s ..."
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Winning-in-2016
Using XAML Behaviours to stop MVVM Light Messenger Action Executing Multiple Times
"In MVVM Light, when we derive our ViewModel from ViewModelBase, we inherit a Cleanup() method. This method can be overridden, by default it will unregister all messages for the ViewModel, so calling C ..."
Type
: Post
Tags
: xaml, mvvm light, behaviours
http://dontcodetired.com/blog/post/Using-XAML-Behaviours-to-stop-MVVM-Light-Messenger-Action-Executing-Multiple-Times
Diversity in Software Development
"I had a nice comment from @mbartosovsky on Twitter about women in IT and thought I would create a few charts that represent my 12+ years experience in software development. The results are from me th ..."
Type
: Post
Tags
: people, diversity, women
http://dontcodetired.com/blog/post/Diversity-in-Software-Development
50 Apps By Christmas
"So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
New Pluralsight Course: Business Readable Automated Tests with SpecFlow 2.0
My newest Pluralsight course was just published. Business Readable Automated Tests with SpecFlow 2.0
Type
: Post
Tags
: pluralsight courses, .net, c#, testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Business-Readable-Automated-Tests-with-SpecFlow-20
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
Arrange Act Assert Comments in Tests
"The Arrange, Act, Assert (AAA) pattern is used in tests to help organise and clarify test code. It can also help to spot potential problems in test code if these three phases don’t seem to exist. The ..."
Type
: Post
Tags
: testing, c#
http://dontcodetired.com/blog/post/Arrange-Act-Assert-Comments-in-Tests
New Pluralsight Course - Implementing Feature Toggles in .NET with FeatureToggle
Feature toggles (also referred to as feature flags, flippers, feature switches, etc) are a technique
Type
: Post
Tags
: featuretoggle, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Feature-Toggles-in-NET-with-FeatureToggle
New Clean C# eBook
I just published the initial version of my new Leanpub book: Clean C#. As with my other Leanp
Type
: Post
Tags
: clean c#, c#, writing, leanpub
http://dontcodetired.com/blog/post/New-Clean-C-eBook
Enterprise Library Application Block Logging
"The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
New Pluralsight Course: Azure Function Triggers Quick Start
"Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. They can also be triggered manuall ..."
Type
: Post
Tags
: azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Azure-Function-Triggers-Quick-Start
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
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
Parsing Command Line Arguments with Command Line Parser Library
"When writing .Net console applications we often need to parse command line arguments that the user specified when launching the application. We get these arguments passed into the program in the args ..."
Type
: Post
Tags
: c#, .net, console applications
http://dontcodetired.com/blog/post/Parsing-Command-Line-Arguments-with-Command-Line-Parser-Library
Previewing the Generated PostgreSQL SQL for a Query in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Previewing-the-Generated-PostgreSQL-SQL-for-a-Query-in-Marten
Notification Window "toast" in Silverlight 4
"To create "toast" notifications (small popup messages that appear at the bottom right on Windows) the NotificationWindow class can be used. NotificationWindow will only work in out-of-b ..."
Type
: Post
Tags
: .net, c#, out of browser, oob, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Notification-Window-toast-in-Silverlight-4
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