Chrome dev tools dark theme

After seeing Iris Classon post about how to style Chrome Dev Tools, I knew I needed to give it a try.

»
Author's profile picture Tiago Salgado on others

Add Validation rules with FluentValidation

One scenario we have in almost all applications where requires user inputs, are validation rules. We have lot of different ways to implement validation (both server and client sides), and one of these ways is using a library called FluentValidation, where it uses lambda expressions to build all validation rules.

»
Author's profile picture Tiago Salgado on dev

Using Visual Studio 2013 with TFS and Git repositories on same project

With Visual Studio 2013 is a nightmare to keep a git repository but having TFS as a source control plugin activated when we load the solution. Every time we open the solution, by default Visual Studio will select the Git provider and ignore completely TFS (oh, irony…)

»
Author's profile picture Tiago Salgado on others

dotnetConf – 25th and 26th of June 2014

Channel9 is hosting on the 25th and 26th of June the dotnetConf.

»
Author's profile picture Tiago Salgado on .net

Alert users when they have lost internet connectivity with Offline.js

To alert users when they’ve lost internet connectivity, we can use a really tiny library (only 3kb) called Offline.js.

»
Author's profile picture Tiago Salgado on others

Navigate between modules on DotNetNuke

On DotNetNuke, each folder inside DesktopModules are considered Modules (and they can’t communicate directly between each others).

»
Author's profile picture Tiago Salgado on .net

ASP.NET and Web Tools for Visual Studio 2013 Release Notes

Microsoft ASP.NET Team has made available the release notes of ASP.NET and Web Tools for Visual Studio 2013.

»
Author's profile picture Tiago Salgado on asp.net

Developing ASP.NET MVC 4 Web Applications Jump Start

For those who wish to review the sessions or couldn’t attend to the “Developing ASP.NET MVC Web Applications Jump Start”, provided by Jon Galloway (@jongalloway) and Christopher Harrison (@geektrainer) the video recordings are now available on MVA.

»
Author's profile picture Tiago Salgado on asp.net

Error on GetSkin() loading a DotNetNuke website

Trying to load a DotNetNuke website, I was getting an error on Default.aspx page in this specific line:

»
Author's profile picture Tiago Salgado on .net

Build 2013 – Sessions available

Build 2013 is over, and now is time to see some sessions we couldn’t watch live.

»
Author's profile picture Tiago Salgado on others

Frontend Development bookmarks

A great and huge list of frontend development bookmarks list can be found here.

»
Author's profile picture Tiago Salgado on others

Windows Phone Dev centre registration – Summer Break (only 19$)

Microsoft is offering a “Summer Break” on Dev Center registration with a $19 annual registration fee.

»
Author's profile picture Tiago Salgado on others

Visual Studio 2013 and ASP.NET vNext

Today was a great day for all .NET developers attending Build conference (or watching online).

»
Author's profile picture Tiago Salgado on asp.net

Visual Studio 2013 and Git

On Visual Studio ALM and TFS blog, we can find a new post where are showing some new and cool changes related to Git support on Visual Studio 2013.

»
Author's profile picture Tiago Salgado on others

Free SQL Server Training Videos for Developers

You can find some interesting videos (about 30 minutes each) on Brent Ozar website.

»
Author's profile picture Tiago Salgado on others