Blog

How to return a blank or empty date in X++ Dynamics AX 2009

Michael Roma on Jul 28, 2015

This post shows how to return a blank or empty date in X++ Dynamics AX 2009

  • Dynamics AX
  • x++

Umbraco automatically copy documents from related parents on publish

Michael Roma on Jul 17, 2015

This functionality allows you to use the relation type functionality in Umbraco to automatically copy new documents to parents that were related previously. This is most useful for language specific versions of your site where it will copy and relate new documents that are created after your original copy.

Fix issue with ASP.NET MVC Razor page intellisense

Michael Roma on Jul 2, 2015

This post shows how to fix an issue with ASP.NET MVC Razor pages where the syntax highlight does not work and intellisense doesn't work.

  • ASP.NET
  • C#

Commonly used tables in Dynamics AX

Michael Roma on Jun 30, 2015

A list of commonly used tables in Dynamics AX

  • Dynamics AX

How to get Angular controller and scope from an element using a jQuery selector

Michael Roma on Jun 22, 2015

This post shows how to get an Angular controller and it's scope from an element using a jQuery selector

  • AngularJS
  • jQuery
  • Javascript

Umbraco 7 Code-First Dictionary Key Manager

Michael Roma on Jun 19, 2015

Code-first dictionary manager that allows you to define your Dictionary keys as an Enumeration in C# and automatically create the keys in Umbraco on application start.

  • Umbraco
  • ASP.NET

Umbraco CMS Content Query functions using Examine

Michael Roma on Jun 16, 2015

This post discusses a ContentHelper class that can be used to query the Umbraco CMS content tree

  • Umbraco
  • ASP.NET

How to edit hosts file on OSX

Michael Roma on Aug 21, 2014

This is a terminal command that allows you to edit the hosts files on OSX

  • MacOS

ASP.NET C# Web.Config helper class

Michael Roma on Apr 5, 2014

The following is a C# helper class that reads App Settings in your ASP.NET Web.config file

  • ASP.NET
  • C#

Automatically push data from a Kentico form to SalesForce using a Web to Lead form

Michael Roma on Apr 5, 2014

This post shows how to have data from a Kentico form builder pushed to SalesForce automatically using the Web-To-Lead functionality.

  • Kentico
  • ASP.NET
  • C#