Tag: C#

  • Umbraco CMS with ASP.NET MVC – Part 4 The MVC Recipe

    Umbraco CMS with ASP.NET MVC – Part 4 The MVC Recipe

    Dear readers, Its been very long time that I have written any blog posts and in meantime there has been significant changes in Umbraco and its documentation on ASP.NET MVC. Few updates on this topic before I start, ASP.NET MVC is now enabled out of the box rather than WebForms in Umbraco. This blog series was first started with Umbraco version 7.1.1 but concept is same…

  • Regular expression for US and Canada phone number

    by

    in ,

    This a quick post regarding how to validate US and Canada phone number in very possible formats. Requirements: To determine whether a user entered a North American phone number in a common format, including the local area code. The supported formats are 1234567890, 123-456-7890, 123.456.7890,  123 456 7890, (123) 456 7890, and all related combinations.…