Tag: Development Tools

The New Visual Studio 2015 is finally here

The New Visual Studio Launch event has already started, and you can watch it live here: […]

How to install iOS and Android SDKs for Visual Studio 2013 Premium & Ultimate

I was going to install Visual Studio Community 2013, but it asked me to uninstall Visual […]

Create iOS and Android apps using Visual Studio and .NET

Microsoft today announced some amazing news: Preview versions of the next generation versions of Visual Studio […]

How to open a razor link in a new tab – Quickie

An MVC code quickie to open a Razor link in a new tab: RunReport”, “Performance”, new { […]

Format Date in SQL Server

It’s very common to show the current date (i.e., month, day, and year) in different formats. […]

Problem with Database Restore

Last week, I restored a database from backup and was having the following error when trying […]

Installing Windows 8 Developer Preview

So I think that everyone heard that a New Windows is coming to town. This week, […]

Find Database Creation Date | Quickie

To find the database creation dates, you need to insert the following query in SQL Server […]

Solution | Unable to write output file ‘…pdb’; unspecified error

During this weekend, I started having a problem when building a solution in Visual Studio. It […]

SQL Server 2005 | Add days, months and years to GetDate()

To get the current date in Sql Server queries and stored procedures, you use the GetDate() […]