What’s New in Umbraco 15

Umbraco 15, the latest version of the popular open-source content management system (CMS), brings a range of new features and improvements aimed at enhancing performance, usability, and development flexibility. Whether you’re a content editor or a developer, there are plenty of exciting updates to explore. Here’s a detailed look at what’s new in Umbraco 15:…

Tips to speed your website

While more and more people are getting access to high speed internet, there are many left on dial up. Be kind to those visitors and do a few, simple things to speed up your webpages. Think the speed of your website doesn’t matter? Think again… A 1-second delay in page load time yields: 11% fewer…

What’s New in the .NET Framework 4.5

Visual Studio 2012, a family of products, tools, and technologies that you can use to build powerful, high-performance apps. You can use Visual Studio 2012 to create Windows Store apps, in addition to desktop, web, phone, and game-console apps, in this release of Visual Studio. Visual Studio 2012 introduced .NET Framework 4.5. The .NET Framework is a…

Regular Expression in T-SQL

Regular Expressions can be very useful to the Database programmer, particularly for data validation, data feeds and data transformations.  In C#.NET, Regex.Replace Method replaces all occurrences of a character pattern defined by a regular expression with a specified replacement character string. We can do the same steps in T-SQL (2005/2008). Use the Ole Automation Procedures…