Quantcast
Channel: Candor Developer
Browsing all 37 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Windows 8 start screen, Desktop, and Touch

I have been running Windows 8 since about December 2012. Now it just seems easier to use than Windows 7 or Windows XP. There are many reasons I would not want to go back to either XP or 7. I started...

View Article



Image may be NSFW.
Clik here to view.

Asus ZenBook UX51 Developer Review

Here are comparison pictures of my new ZenBook and my old Dell Precision. Criteria A couple months ago I was in the market for a new laptop. I have been a developer on Microsoft platforms for my entire...

View Article

Image may be NSFW.
Clik here to view.

Sequence ID generation for short high capacity identifiers

There are a few scenarios where you may want to generate your own unique sequence identifiers. You may be using a database or big data store that does not offer an auto-increment sequence feature. Or...

View Article

Image may be NSFW.
Clik here to view.

Azure SDK extensions – unofficial

Microsoft Azure has a good quality SDK for interfacing with the Azure table storage REST HTTP interface. In the early days of Azure table storage you had to build your own query urls and process raw...

View Article

Image may be NSFW.
Clik here to view.

Auto Async with use cases

Auto-Async has released a new version 2.1.0. It now also includes a great read-me file with use cases and code examples. I have created a few web applications with cool asynchronous interactions with...

View Article


Image may be NSFW.
Clik here to view.

SequenceId Generator for Azure or any Big Table Storage

Windows Azure and some other cloud table storage systems do not support auto-increment identity columns as Microsoft Sql Server does. Azure groups records by a dual key, the partition key and the row...

View Article

Image may be NSFW.
Clik here to view.

Auto Async adds Template Dialog

Today Auto Async added a new feature to open a template in a dialog from any clickable element. This was designed for when you want to open a detail window in a dialog. Starting in version 3.0, this is...

View Article

Image may be NSFW.
Clik here to view.

Azure problems at deployment – resolved

When you create an application many times it works for you on your machine, but not when you deploy it elsewhere. This can happen on Azure websites or cloud services. But it isn’t the platforms fault....

View Article


How to build a real world Angular app with ngrx store, Part I: Define the state

This article series will show how to create an application using Angular 2 or later, and leverage ngrx store for application state. The back-end REST layer will leverage Microsoft Asp.Net MVC 5 / Web...

View Article


How to build a real world Angular app with ngrx store, Part II: Components...

This article series will show how to create an application using Angular 2 or later, and leverage ngrx store for application state. The back-end REST layer will leverage Microsoft Asp.Net MVC 5 / Web...

View Article

Evolving Angular to remember unsaved changes

This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state.  The last article in the series completed a...

View Article

Ngrx without a switch statement

This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state.  The article will extend the same project state by...

View Article

Orchestrating ngrx store access, rest API calls, and front-end logic

This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state.  The article will extend the same project by moving...

View Article


Ngrx store freeze reveals problems with shared state

This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state.  The article will show how to ensure your code...

View Article

ngrx store, safe two-way bound or one-way bound template forms

This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state.  The previous article demonstrated how to add...

View Article


How to use Angular CLI with Visual Studio 2017

This article will show how to create an Angular web application using Angular CLI to manage the build process and dependency management, using WebPack. The latest version of Angular at this time of...

View Article

How to create dynamic menu and page title with Angular Material and CLI

Adding Material Design to an Angular CLI project is relatively simple; Connecting your routed page components to a menu with navigation and bookmarking is a little more complex. The solution has a...

View Article

Browsing all 37 articles
Browse latest View live




Latest Images