#VS2015 – Publish in Visual Studio Gallery the installer for the Delete all comments in a file with #Roslyn sample extension #VSGallery

Hola! Final post for the series – Delete all comments in a file with #Roslyn – Create a VSIX installer for the Delete all comments in a file with #Roslyn sample extension – Publish in Visual Studio Gallery the installer In my last post I described how to create a VSIX package for our delete…… Continue reading #VS2015 – Publish in Visual Studio Gallery the installer for the Delete all comments in a file with #Roslyn sample extension #VSGallery

#VS2015 – Create a #Vsix installer for the Delete all comments in a file with #Roslyn sample extension

Hola! Some people asked about how hard is to create an Installer for the simple in the post “#VS2015 – Delete all comments in a file with #Roslyn”. Is very easy, so I´ll write a couple of posts with the answer to the question and also later, on how to publish this one to the…… Continue reading #VS2015 – Create a #Vsix installer for the Delete all comments in a file with #Roslyn sample extension

#VS2015 – Crear un instalador para la extensión que borra todos los comentarios utilizando #Roslyn

Hola! Como algunas personas me preguntaron qué tan complicado era crear un paquete de instalación para el ejemplo “#VS2015 – Borrar todos los comentarios en un Click con #Roslyn”, hoy mostraré los pasos a seguir para crear el paquete de instalación y publicar el mismo en Visual Studio Gallery. Comenzamos desde el punto anterior, donde…… Continue reading #VS2015 – Crear un instalador para la extensión que borra todos los comentarios utilizando #Roslyn

#VS2015 – Delete all comments in a file with #Roslyn

Hola! Today is time for some Roslyn code, one more time to delete all the comments in a C# source code file. The step by step on how to create a project of Roslyn, is in the references section in [Roslyn – Creating an enter and initialize field refactoring]. For this sample, we will seek…… Continue reading #VS2015 – Delete all comments in a file with #Roslyn

#VS2015 – Borrar todos los comentarios en un Click con #Roslyn

Hola! Hoy toca ver un poco de Roslyn para eliminar los comentarios de un archivo. El paso a paso sobre cómo crear un proyecto de Roslyn, está en la sección referencias [Roslyn – Creating an introduce and initialize field refactoring]. Para este ejemplo, lo que buscaremos serán elementos del tipo comentarios en C#, así que…… Continue reading #VS2015 – Borrar todos los comentarios en un Click con #Roslyn

[#VS2015] String Interpolation vs String.Format (your team will love you)

Hello! I was trying to use Visual Studio 2015 as my main development IDE for a while. The new versions are more stable, so I use it more and more and I’ve not opened Visual Studio 2013 for a while. One of the best features in VS2015 is Roslyn as main compiler for .Net. This opens a new world of possibilities for writing code…… Continue reading [#VS2015] String Interpolation vs String.Format (your team will love you)

[#VS2015] String Interpolation vs String.Format (o como arruinarle el día a tu equipo)

Hola ! Desde hace un tiempo intento utilizar Visual Studio 2015 como mi herramienta principal de desarrollo. A medida que las versiones se van estabilizando, lo utilizo cada vez más y desde hace un tiempo no he vuelto a Visual Studio 2013. Una de las mejores features que tiene VS2015 es que ahora compila con…… Continue reading [#VS2015] String Interpolation vs String.Format (o como arruinarle el día a tu equipo)

[#GITHUB] #Roslyn family will move to #GitHub, one more time thanks #Microsoft!

Hello! When .Net and Mono “moved” to Open Source, I have to write a post because I think of the type of actions that really demonstrate the commitment of Microsoft to the developers community. Aside from the Open Source stuff, GitHub is the most popular platform used in the developers community, so it makes sense to move…… Continue reading [#GITHUB] #Roslyn family will move to #GitHub, one more time thanks #Microsoft!

[#GITHUB] Todo #Roslyn se mueve a #GitHub, one more time thanks #Microsoft !!!!

Hola! Cuando .Net y Mono se “movieron” a Open Source, me sentí obligado a escribir un post porque me parece del tipo de acciones que realmente demuestran el compromiso de Microsoft con la comunidad de developers. Dejando de lado el tema Open Source, GitHub es la plataforma más utilizada por la comunidad de developers, asi que…… Continue reading [#GITHUB] Todo #Roslyn se mueve a #GitHub, one more time thanks #Microsoft !!!!

[#VS2015] A little about #Roslyn, #ReSharper 9.0 RTM available and now is part of a very cool suite ;)

Hello! With the arrival of Roslyn, Visual Studio 2015 as IDE was able to take a big step and incorporate some tools that are in the line of “code / syntax helpers” very similar to the ones we know in ReSharper. For example, the Syntax Tree Visualizer is an interesting one. Also, now that compilers for C# and VB.Net…… Continue reading [#VS2015] A little about #Roslyn, #ReSharper 9.0 RTM available and now is part of a very cool suite 😉