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…

Team Foundation Server 2015

On August 6, 2015 the newest version of the Team Foundation Server (TFS) was released with the collaboration platform at the core of Microsoft’s application lifecycle management (ALM) solution. You can install Team Foundation Server from the following link. Download:   Team Foundation Server 2015 RTM Basic license expanded The following features are now available to…

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…

What’s new in Visual Studio 2012

It’s no secret that a new age of modern apps is here. With connected devices and cloud-based services, you have bigger and better opportunities than ever before. Independent developers can plug in from anywhere, build a brilliant app, and make it available to millions of user. Large, agile teams can give their businesses a significant…

Team Foundation Server vs. Visual SourceSafe

Wikipedia defines Source control as “Revision control is the management of multiple revisions of the same unit of information.” In other words: Source control allows distributed work in teams of any size, at different locations, while avoiding conflicts in source code changes. There are two famous source control software by Microsoft: Microsoft Visual SourceSafe and Team Foundation Server. Here is the definition for…