Home
Archive
Contact
Search results for 'mega888 Malaysia, [OFFICIAL | winbox-login.com] , FREE 10, BTI , [OFFICIAL | winbox-login.com] Vp'
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
Design Principals in Practice: Proximity in Peregrine
"The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..."
Type
: Post
Tags
: ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
Creating Precompiled Azure Functions with Visual Studio 2017
As the Azure Functions story continues to unfold, the latest facility is the ease of creation of pre
Type
: Post
Tags
: C#, azure, azure functions, .net
http://dontcodetired.com/blog/post/Creating-Precompiled-Azure-Functions-with-Visual-Studio-2017
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
Working with Files in C# 10 Course
"My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it c ..."
Type
: Post
Tags
: pluralsight courses, .net, C#, C#10
http://dontcodetired.com/blog/post/Working-with-Files-in-C-10-Course
New Pluralsight Course: Creating Automated Browser Tests with Selenium in C#
My newest Pluralsight course was just published and you can start watching today. Selenium is a tool
Type
: Post
Tags
: C#, selenium, testing, .net, profession, personal development
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Creating-Automated-Browser-Tests-with-Selenium-in-C
Serverless Computing and Workflows with Azure Functions and Microsoft Flow
Microsoft Flow is a tool for creating workflows to automate tasks. It’s similar in concept to
Type
: Post
Tags
: C#, azure, microsoft flow, serverless, azure functions
http://dontcodetired.com/blog/post/Serverless-Computing-and-Workflows-with-Azure-Functions-and-Microsoft-Flow
Approval Tests: Assert With Human Intelligence
In the previous article I described how the Approval Tests library can help reduce the amount of ass
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
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
New Pluralsight Course: Automated Business Readable Web Tests with Selenium and SpecFlow
SpecFlow is a tool that can translate natural language scenarios (e.g. writing in English or other s
Type
: Post
Tags
: pluralsight courses, .net, c#, testing, quality, specflow, atdd, specification by example, selenium
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-Business-Readable-Web-Tests-with-Selenium-and-SpecFlow
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
Beyond Simple Asserts with ApprovalTests
In a test, we are often testing (asserting) individual items such as an (int) age is correct or a st
Type
: Post
Tags
: approval tests, testing, qa, pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/Beyond-Simple-Asserts-with-ApprovalTests
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
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
New Pluralsight Course: Dynamic C# Fundamentals
My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in
Type
: Post
Tags
: pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
Using Sass Maps to Save Time in CSS
Sass is a superset of CSS that “compiles” down to regular CSS usable by any browser. It
Type
: Post
Tags
: css, sass, web, html
http://dontcodetired.com/blog/post/Using-Sass-Maps-to-Save-Time-in-CSS
New Open Source Project–Named Colors
"I’ve been tinkering with an idea for a new open source project called NamedColors. As its name suggests, it’s a list of color values (hex RGB) with associated names. In addition, a number of related “ ..."
Type
: Post
Tags
: namedcolors, open source, css, sass, .net
http://dontcodetired.com/blog/post/New-Open-Source-Projecte28093Named-Colors
Creating Your Own Custom Dynamic C# Classes
C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
New Pluralsight Course - Improve Your Application User Experience with Humanizer
My new Pluralsight course Making .NET Data Types More Human With Humanizer was recently released. Wi
Type
: Post
Tags
: pluralsight courses, humanizer, ux
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Improve-Your-Application-User-Experience-with-Humanizer
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views
Traditionally to reference an action and/or a controller in a Razor view the action/controller name
Type
: Post
Tags
: asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
1
2
3
4
5
6
7
8
9
10
11
12
13
14