-
[#VS2013] Intentando utilizar VS2013 para programar apps de Windows 8 (si pero no)
Hola! Estraño escenario el que estoy viviendo ahora con Windows 8, Windows 8.1, Visual Studio 2012 y Visual Studio 2013. A ver si lo puedo explicar (eso significaría que lo he entendido) Por lo general, las herramientas de desarrollo tienen compatibilidad hacia atrás, esto permite suponer que es posible utilizar VS2013 para crear apps Windows… — read more
-
[#VS2013] HowTo: Generate different app.config for debug or release in non-web projects
Hello. If you’ve ever worked with web projects, you’ve probably used a functionality that allows you to have a different configuration file in the application (web.config), for different build modes (by default are DEBUG or RELEASE). If you want to see a post explaining this operation, this one is great > MSDN. Initially this functionality… — read more
-
[#VS2013] HowTo: Generar diferentes app.config para debug o release en proyectos NO web
Hola. Si has trabajado con proyectos web, seguramente habrás utilizado una funcionalidad que te permite tener una configuración diferente de la aplicación (web.config), para los diferentes modos de compilación (por defecto son DEBUG y RELEASE). Si quieres ver un post que explique este funcionamiento, pues este de MSDN es genial. Inicialmente esta funcionalidad no viene… — read more
-
[#VS2013] Pending Changes: no modal, no molesta!
Hola. La ventana de Pending Changes en Visual Studio siempre fue especial (por no decir molesta), En sus comienzos era una ventana modal, que no se cerraba hasta no tener todo completo. Así que, olvidate de poder hacer algo dentro del IDE mientras haces un CheckIn. Visual Studio 2012 la mejoró un poco, pero es… — read more
-
[#VS2013] HowTo: Delayed start for some projects (mine is not a a cool solution)
Hello. I am working with a VS solution with 1 Draft WebAPI 1 WPF project 1 Draft Win8 The WepAPI project is also a hub of SignalR communications with the WPF and the Win8 projects. I use the the capabilities of launching of multiple Visual Studio projects at once: The problem is that both the… — read more
-
[#VS2013] HowTo: Delayed start en algunos proyectos (y una solucion que no me deja dormir)
Hola. Me parece un poco raro no encontrar una solución más elegante a este escenario: Estoy trabajando con una solución de VS con 1 Proyecto WebAPI 1 Proyecto WPF 1 Proyecto Win8 El proyecto WepAPI es además un hub de SignalR para que se comuniquen el proyecto WPF y el proyecto Win8. Aprovechado las capacidades… — read more
-
[#VS2013] HowTo: Select the windows you want to close in the IDE
Hello! Usually I’m not those people who have many windows open in Windows. In the Visual Studio IDE I feel the same, I only have open classes that I need. And when I close windows, I do like Chuck Norris > > do a waterfall of CTRL + F4 or a “Close all windows“. And… — read more
-
[#VS2013] HowTo: cerrar SOLO algunas ventanas en el IDE
Hola! Por lo general no soy de esas personas que tengan muchas ventanas abiertas en Windows. Mi teoría del “foco único” hace que solo tenga abiertas las aplicaciones las que necesito. En el IDE de Visual Studio me pasa lo mismo, solo tengo abierta las clases que necesito. Y cuando cierro, lo hago como Chuck… — read more
-
[#TFS2012] HowTo: Usar #Bug con tableros #Kanban en la plantilla de #CMMI
Hola! Después de más de un año de trabajar con Team Foundation Service, la verdad es que me había olvidado lo que es trabajar con TFS on Premise. A eso le sumo que hace años que toco la plantilla de CMMI, y claro la siguiente pregunta del Edu me dejo con una cara de bobo… — read more
-
[#VS2013] HowTo: Exclude from a checkin action all files with a specific extension
Hello There are moments where the simplest thing can be very complicated (or tedious, or consume you long time, etc…) An example of this is when you work with Visual Studio 2010 to try exclude all files with a particular extension from a CheckIn action (this was a little hell). Now with the latest improvements… — read more
-
[#VS2013] HowTo: eliminar de un checkin todos los archivos con una extensión determinada ( yo subo código no soluciones!)
Hola, existen momentos donde te encuentras con que la cosa más simple puede ser muy complicada (o tediosa, o consumirte mucho tiempo, etc …) Un ejemplo de esto, es cuando trabajas con Visual Studio 2010 intentar excluir de un CheckIn todos los archivos con una determinada extensión (esto era un poco infernal). Por suerte con… — read more
-
[#VS2013] Unit Test Generator
Hello a few days ago, our friend Juan Carlos Quijano (@jc_quijano) was writing about the Unit Test Generator. The name implies that this is an extension that allows you … ……… … the creation of unit tests! Something that have been removed (or almost) in the latest version of the IDE . As well, the… — read more
-
[#VS2013] Unit Test Generator
Hola, hace unos días, el amigo Juan Carlos Quijano (@jc_quijano) nos hablaba del Unit Test Generator. Como su nombre lo indica es una extensión para … … .. … la creación de pruebas unitarias! Algo que han eliminado (o casi) en la última versión del IDE y que mucha gente extraña. Pues bien, la versión… — read more
-
[#VS2013] Adding background images in the Code Editor (useless but fun!)
Hello This is a typical Friday, where I have to install all over again with the new OS (Win81 yeaahhhh!), and of course, you get to a point where you’re tempted to install these extensions for Visual Studio 2013 which do not do absolutely anything useful, but you get 5 minutes of fun. (today is… — read more
-
[#VS2013] Agregando background images en el Code Editor (useless but fun !!!)
Hola, este es un típico momento de viernes, donde como además de estar instalando todo again con el nuevo SO (Win81 yeaahhhh!!!), pues te pones a instalar esas extensiones para Visual Studio 2013 que no sirven absolutamente para nada, pero que te dan 5 minutos de alegría. (la de hoy no es tan friki como… — read more
-
[#VS2013] HowTo: Align Assignments (now u got it !!!)
Hello some time ago I realized a whack in the pride when I tried to modify an extension for VS2012 to make it work in VS2013 and nothing, Biff but without BSOD. The functionality of this extension is simple, going from this very to this: And rejoice the day! (are those little things that make… — read more
-
[#VS2013] HowTo: Align Assignments (ahora si!)
Hola, hace un tiempo me dí un golpazo en el orgullo cuando intenté modificar una extensión para VS2012 para que funcione en VS2013 y nada, golpazo pero sin BSOD. La funcionalidad de esta extensión es muiy simple, pasar de esto a esto: Y alegrarte el día! (son esas pequeñas cosas las que nos hacen programar… — read more
-
[#VS2012] Extension: Visual Studio Spell Checker
Good, a few years ago, when I collaborate in a very demanding project in terms of the deliverables, documentation was one of them. Among the bugs that we reported related to the same, grammar and spelling also had its weight. This addin was in my wishlist everyday Download: http://visualstudiogallery.msdn.microsoft.com/a23de100-31a1-405c-b4b7-d6be40c3dfff Greetings @ Home El Bruno Google — read more
-
[#VS2012] Extension: Visual Studio Spell Checker
Buenas, hace unos años, cuando participaba en un proyecto bastante exigente en cuanto a los deliverables, la documentación era uno de ellos. Entre los bugs que nos reportaban relacionados con la misma, la gramática y la ortografía también tenían su peso. Este addín me hubiese venido al pelo: Download: http://visualstudiogallery.msdn.microsoft.com/a23de100-31a1-405c-b4b7-d6be40c3dfff Saludos @ Home El Bruno… — read more
-
[#VS2012] Avanade Extensions – Sprint Burndown +
Hi, Today I’ll share the work of a couple of colleagues from Avanade who developed one very interesting extension for Visual Studio 2012 and Team Foundation Server 2012. It’s a view integrated into the VS IDE that allows you to see the “Burndown Chart” that we know of Scrum, but in a linear view that… — read more