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…