The 5th edition of the most important event in the region for developers and organized by the community!
The latest on technologies with top experts, a unique opportunity to learn, share, networking and fun! Workshops! Conferences! After Party! All in an informal environment.
Limited capacity. Don't miss your ticket!
Schedule
An event you will not forget
-
Conference
-
Accreditation & Breakfast
-
Opening
-
Fabián Fernández | Fabian Imaz
Keynote: Cómo podemos generar más talento en TI? Cómo mejorar la cultura emprendedora? Por qué esto es importante?
100La industria Uruguaya tiene desempleo negativo, falta gente. Esto nos afecta y desacelera el crecimiento de la industria, qué podemos hacer para cambiarlo? La cultura emprendedora tiene una clara inclinación hacia crear empresas de servicios (ej: desarrollo de software a medida) que no generan propiedad intelectual y no logran diferenciarse del gran océano de empresas en todo el mundo que se dedican a lo mismo. Cambiar estas dos situaciones es importante si queremos continuar creciendo como industria y mejorar las oportunidades de todos los involucrados. Esto es responsabilidad de todos. -
Rafael dos Santos
Migrating Legacy Applications to the Cloud
100Cloud MigrationsIn this talk will walk through the challenges and techniques I faced while migrating legacy applications, some 20 years old, to the Cloud. -
Coffee Break
-
Mete Atamel
Google Home meets .NET containers
100ContainersKubernetesMachine LearningGoogle CloudWhat does it take to create a voice driven app and get it powered by the cloud?Surprisingly, not much! In this talk, we will create a Dialogflow app to get a Google Home device to talk to a container managed by Kubernetes/App Engine. In the container, we’ll use some of the Machine Learning APIs and BigQuery and see how they can elevate our Google Home app to the next level. We might even integrate with Stackdriver and see how you can get more insights about your app with HTTP tracing and live debugging features of Stackdriver. -
Bradley Irby
Event Driven Architecture – Enabling Microservices
200MicroservicesEvent Driven ArchitectureEvent Driven Architecture is a way of building small or large systems, that takes full advantage of Microservices and proper architectural design. Using messages as the communication mechanism among different services allows more independence of the individual components that make up a larger system, thus enabling faster development, faster deployment, and additional scalability. Introducing Persistent Messages further enhances the architecture to allow time independence as well.
In this talk we will look at the overall structure of an Event Driven Architecture, discuss the business and technical advantages, and review how to migrate an existing application to an Event Driven Architecture. Brad will present his experiences in migrating an existing application to an Event Driven Architecture, talk about lessons learned along the way.
If you have a large legacy application you need to break into microservices, or you are involved in a Domain Driven Design project, this talk is for you. -
Lunch
-
Gaston Cruz | Bruno Torterolo
Handling Real Time Analytics Scenarios: IoT + Power BI
200IoTBusiness IntelligencePower BIAzureTraditional Business Intelligence scenarios are based on synchronous data loading times from the transactional layer to the analytical layer, usually triggered daily or weekly and handled by ETL tools. However, there are some scenarios in which data should be kept continually synchronized between layers in order to allow the analytical layer to present alerts in a timely fashion. The Azure stack allows to create an architecture for this purpose, based on: Stream Hub, Stream Analytics and Power BI. In this session we will be presenting, demoing and sharing good practices for this scenario on Azure and Power BI. -
Sebastián Leonardo Pérez
Introducing Dapps: Blockchain in your fingertips
200Blockchain.NET CoreBlockchain es una realidad hoy. Esto abre un sinfín de oportunidades para los desarrolladores, en un mundo que aún está por explorarse. Te cuento cómo integrar tus aplicaciones .NET Core con este interesante universo de Blockchain. -
Coffee Break
-
Nicolas Milcoff
Guía de supervivencia mobile para el desarrollador .NET
100MobileDevOpsXamarinCuando un equipo decide desarrollar su primer aplicación mobile con Xamarin, la documentación y las guías parecen enseñarnos todo lo necesario. Pero nunca es así. Y todo es más complicado cuando nuestra app llega a producción! En esta sesión exploraremos temas como DevOps, Bases de Datos, Procesos Background, Seguridad y mucho más! -
Enrique Dutra
Human hacking
100HackingIn this case, I will show how to deceive people with different techniques, especially with phishing. On the other hand, we see a demonstration of how programming error allows us to make an attack type XSS and how OWASP TOP TEN 2017 provides tools for the developer to avoid this type of attack. -
Mete Atamel
Istio Service Mesh
200ContainersIstioMicroservicesContainers provide a consistent and reproducible environment to run our services. Orchestration systems like Kubernetes help us to manage and scale our container cluster with a consistent API. This is a good start for a loosely coupled microservices architecture but it is not enough. How do you control the flow of traffic and enforce policies between services? How do you visualize service dependencies and quickly identify issues? How can you provide verifiable service identities, handle and test for failures? You can implement your own custom solutions or you can rely on Istio, an open platform to connect, manage and secure microservices. In this talk, we will take a look at some of the key capabilities of Istio and see how it can help with your microservices network. -
Closing
-
Conference
-
Accreditation & Breakfast
-
Opening
-
Pablo Brenner
Keynote: Reflexiones sobre el impacto de la Disrupción Tecnológica
100El avance exponencial de ciertas tecnologias como la Inteligencia Artifical, Big Data, Robotizacion, Biotecnologia, etc, claramente va a tener un impacto importante en nuestra vida cotidiana. La idea es , siendo en cierta medida causantes de esta disrupcion, reflexionar sobre esos impactos, y como estar atentos a los riesgos y/o resultados no deseados. -
Maximiliano Accotto
Microsoft Machine Learning
200Machine LearningAzureSQL ServerEn esta charla haremos un recorrido por las distintas opciones que hay en la plataforma Microsoft para hacer procesos de machine Learning. Haremos un recorrido por (SQL Server, Machine Learning Server, Azure Machine Lerarning, HdInsight y mucho mas). -
Coffee Break
-
Guillermo Bellmann
Cómputo en la nube, diferentes sabores para todas nuestras necesidades
100CloudAzureIaaSPaaSDesde IaaS hasta PaaS, con algunos sabores en el medio, la nube nos ofrece diferentes alternativas de cómputo para correr nuestras aplicaciones. En esta sesión veremos todas las alternativas de cómputo que ofrece Microsoft Azure y sus casos de uso. -
Diego Bonilla
Why not F#?
200F#XamarinMobile¿Es F# la solución de nuestras vidas? Si desarrollamos con F#, ¿tendremos cero defectos en nuestras apps? Si en C# usamos conceptos funcionales, ¿por qué F# no es tan popular como C#? ¿Es mejor F# que C# o C# que F#? Estas y otras preguntas intentarán responderse en esta sesión de análisis de F# enfocado en Xamarin apps. -
Lunch
-
Esteban Yañez
Mobile Wars
100MobileLenguaje nativo? Cross-Platform? Web? Cuál? Cómo? Por Qué? Esas son las preguntas que suelen surgir a la hora de encarar un desarrollo mobile. Vamos a ver cada tecnología, pros y contras para poder tomar la decisión mas acertada. -
Mariano Vazquez
TypeScript ❤ ReactJS
100ReactJSTypescriptTypeScript provides an enormous help for creating large JavaScript applications, by assisting developers to communicate better and detect errors. ReactJS was created to simplify the development of web-applications, providing rendering speed and scalability.
Can we use both together? Yes! This talk is focused on showing how easy is to build large applications with React and TypeScript and the benefits you, your app and the consumers of it will get by combining these two powerful tools. -
Coffee Break
-
Rodolfo Finochietti
Corriendo aplicaciones Go en Azure
200Go languageCloudAzureGo es un lenguaje de programación diseñado para desarrollar de software de “backend” altamente escalable, de manera sencilla y rápida. En esta sesión veremos qué es Go, como se programa sobre él, y como utilizarlo en diferentes plataformas de cloud. -
Rafael dos Santos
Disaster Recovery Strategy for APIs - How to survive to Failures
100Disaster RecoveryAzureIn this talk will walk through the importance of planning for disaster recovery on cloud and teach how we can leverage the Azure Traffic Manager Power to configure multi zone deployments on our apis. -
Rodrigo Crespi
Conozca su nuevo entorno SQL Server-Linux
200SQL ServerLinuxEsta sesión es una de-para de Windows a Linux en el contexto de administración de SQL Server. Todo lo que es básico entre los dos sistemas operativos colocados lado a lado. -
Closing
-
After Party
-
Workshops
-
Mayra Badillo
Construyendo un BOT para Teams disponible con usuarios Dynamics 365
100BotsDynamics 365Microsoft TeamsCapacity: 40
Requirements: Cuenta de Azure (Trial es valido), Cuenta de Office 365 (Trial es valido)
Building a BOT for Teams available with Dynamics 365 users using LUIS, QNA and Microsoft Bot Framework for purposes of use with internal and/or external client to an organization for commercial uses, customer support or knowledge base. -
Lunch - Not provided
-
Martín Loskin | Joanna Arnaiz
Kit de Supervivencia para el diseño de aplicaciones móviles
100MobileUXCapacity: 30
Requirements: TBA
En este taller discutimos algunos tips de diseño y de usabilidad a tener en cuenta al momento de construir aplicaciones móviles, abarcando desde la conceptualización hasta la publicación de las mismas. Veremos en forma práctica un conjunto de tips que nos ayudarán durante la construcción de nuestras aplicación. -
Coffee Break
-
Maximiliano Accotto
Armando una solución de BI paso a paso
200Business IntelligencePower BIIntegration ServicesAnalysis ServicesCapacity: 40
Requirements: Herramientas SSDT BI Completas VS 2017 (https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017), PowerBI Desktop (https://powerbi.microsoft.com/es-es/desktop), MS Excel, SQL Server 2017 Developer edition (https://www.microsoft.com/es-es/sql-server/sql-server-downloads), SQL Server Management Studio (https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017)
En este workshop crearemos una solución de BI paso a paso. Usaremos Integration Services, Analysis Services tabular, Power BI y Excel 2016. -
Closing
@NETConfUY
/NETConfUY
.NET / Infrastructure as Code / Disaster Recovery / Blockchain / Containers / Infrastructure / Linux / Event Driven Architecture / Business Intelligence / Analysis Services / Cloud Migrations / PaaS / Istio / Google Cloud / F# / Kubernetes / Power BI / .NET Core / Core / Cloud / IaaS / SQL Server / UX / PowerApps / Office 365 / Microsoft Teams / Nethereum / Mobile / Microsoft Bizz Apps / Domain Driven Design / HTTP/2 / Augmented Reality / Bots / Go language / Xamarin / ALM / Microservices / Hacking / IoT / Integration Services / Docker / Rust / Inteligencia Artificial / ReactJS / Kaizala / Dynamics 365 / Usabilidad / Typescript / Azure / DevOps / Machine Learning
Workshops
Get your hands dirty!
Learn with the experts!
What we all, developers like: getting your hands dirty and learn new and better programming techniques, new technologies and solutions to the problems we face every day. As if that were not enough, in vOpen.UY we do it with the very best experts who will have direct contact with you!
Access is limited since the facilities allows up to 40 people per workshop. A week before vOpen.UY, registration will be announced only to people who already have vOpen.UY tickets. You can not buy a ticket just for the workshops, the entrance to vOpen.UY includes everything.
Conference
The latest on .NET and more!
2 days... 2 tracks of conference!
During Thursday and Friday the most important conference on .NET is held in 2 simultaneous tracks. Experts come to the city of Montevideo to give talks and share their knowledge with the community. A unique opportunity where you can even chat with them firsthand in the halls of the conference. Besides super interesting talks, the conference includes breakfast, breaks and lunch so you can take breaks between lectures and refresh your thirst and feed to recharge and keep learning. You can also enjoy our sponsors various proposals all the more interesting, do not miss it!
After Party
Music, Drinks, Food and Fun!
What more could you ask for?
At the end of the conference we continue celebrating with an After Party filled with music, drinks, food and fun! The great closing party, great to continue the conversation.
Speakers
Top experts
Sponsors
Who makes this possible
Declared of interest by
Supporters
Local Organizers
A team committed to make a great event
Collaborators
Collaborates in the organization

Martín Masuco
Global Organizers
Register
- Conference access
- Welcome Bag
- T-Shirt
- Coffee Breaks access
- After Party access
- Lunches included
- Workshops access
- Attendance Certificate
- Shares data with Sponsors
Junior
FREE
- Conference access
- Welcome Bag
- T-Shirt
- Coffee Breaks access
- After Party access
- Lunches included
- Workshops access
- Attendance Certificate
- Shares data with Sponsors: Yes
Senior
U$S 50
- Conference access
- Welcome Bag
- T-Shirt
- Coffee Breaks access
- After Party access
- Lunches included
- Workshops access
- Attendance Certificate
- Shares data with Sponsors: Optional
-
RSVP
Places will be limited, we recommend booking your place by entering your email. Once registration is available you will be the first to know!
News
vOpen.UY on the media
vOpen.UY v2017 Sep 8
Del 23 al 27 de Octubre de 2017, se llevará a cabo el evento de tecnologías Microsoft vOpen.UY v2017. El mismo reúne durante cinco días a oradores nacionales e internacionales junto a la comunidad de desarrolladores locales e instituciones participantes.
Seen on CUTI
Mayor foro sobre tecnologías de Microsoft de Sudamérica Sep 21
Del 29 de septiembre al 1° de octubre Montevideo será sede del encuentro de tecnologías Microsoft vOpen.UY v2016, que reunirá un calificado panel de expositores nacionales e internacionales junto a la comunidad de desarrolladores locales e instituciones participantes.
Seen on El Pais
Conference alert: vOpen.UY v2016 Aug 23
The third vOpen.UY is taking place September 29th through October 1st in Montevideo, Uruguay. Get the very latest on Microsoft technologies, including HoloLens, .NET Core, DevOps, Docker, Universal Apps, Windows 10, Internet of Things, Xamarin, Sharepoint, Office 365, SQL Server and Visual Studio. Hob-nob with top experts, and enjoy a unique opportunity to learn, share and network. Workshops, conferences and fun are all guaranteed, in an informal, friendly environment.
Seen on Everleap.com
Conference alert: vOpen.UY v2016 Aug 11
The third vOpen.UY is taking place September 29th through October 1st in Montevideo, Uruguay. Get the very latest on Microsoft technologies, including HoloLens, .NET Core, DevOps, Docker, Universal Apps, Windows 10, Internet of Things, Xamarin, Sharepoint, Office 365, SQL Server and Visual Studio. Hob-nob with top experts, and enjoy a unique opportunity to learn, share and network. Workshops, conferences and fun are all guaranteed, in an informal, friendly environment.
Seen on DiscountAsp.net
vOpen.Uruguay 2016 Aug 1
Entre el 29 de Septiembre y el 1 de Octubre se llevará a cabo la tercera edición de la vOpen.Uruguay, un evento donde podrás encontrar Lo último en tecnologías con los mejores expertos. Encuentra toda la información del evento ingresando aquí.
Seen on EducacionIT
Impulsando el software uruguayo - vOpen.UY v2015 Sep 21
La conferencia vOpen.Uy se propone ayudar al crecimiento de la industria tecnológica de Uruguay
Seen on CROMO
Se viene un nuevo vOpen.UY - Un programon Aug 3
Con conferencias de uruguayos y extranjeros, talleres, competencia de aplicaciones para emprendedores y trabajo social, el 30 de setiembre comienza una nueva edición de vOpen.UY.
Seen on Montevideo Portal
El mayor evento sobre tecnologías Microsoft en Uruguay Jul 23
El próximo 30 de setiembre de 2015 tendrá lugar el evento de tecnologías Microsoft vOpen.UY.
Seen on ORT
Novedades sobre vOpen.UY v2015 en Uruguay IT Jul 13
El próximo 30 de setiembre comienza la conferencia NET Conf Uy v2015, la conferencia de tecnologías Microsoft líder de la región. Habrán dos días de charlas, un día de talleres (workshops), una competencia de aplicaciones móviles y algunas cosas más.
Seen on Uruguay IT
vOpen.UY v2015: la conferencia clave de tecnologías Microsoft en Latinoamérica Jun 8
Lo último en tecnologías se da cita en septiembre, en la ciudad de Montevideo. Enterate de todos los detalles. #NoticiasInnova
Seen on Red Innova
El primer vOpen.UY superó expectativas de organizadores y público Oct 21
Fueron 5 dias en el Auditorio de Antel, donde 350 asistentes compartieron charlas, experiencias y momentos muy distendidos. CanalUY conversó en exclusiva con Damian Neira, CTO de Nublit, quien participó como asistente del primer vOpen.UY.
Seen on canal.la
NetConfUY 2014 – Marcaron un hito de Antes & Después Oct 7
No conozco la historia de cómo surge el slogan de la NetConfUY que dice: “El evento que marcará un antes y un después”, pero definitivamente lo han logrado.
Seen on fx2
Uruguay
A naturally friendly country
Montevideo
The capital of Uruguay, harmoniously combines modernity and tradition. Ancient architectural treasures such as el Cabildo, the Iglesia Matriz and the Puerta de la Ciudadela, styles such as Art Nouveau and Art Deco and cutting-edge modern buildings such as the Torre de las Comunicaciones, give the city a unique identity. The capital’s Rambla (waterfront promenade), providing access to over 30 km of coastline, is one of the main attributes of Montevideo and an unforgettable stroll for its inhabitants who frequently go there to drink ‘mate’ (South American style of tea) and go for long walks, runs and biking. In addition, the vast number of green spaces, parks and gardens also provide numerous outdoor options.
Check the F.A.Q. for tips on how to get around the city.
F.A.Q.
-
How to travel to Uruguay?
Depends on where you are: plane, bus or boat. I want to know more. Need assistance? Send an email to info@netconf.uy and we will help you! -
What documentation do I need to travel to Uruguay?
Foreign visitors do not need to follow any special immigration procedures, as entering the country only requires a valid passport. Citizens of bordering countries can enter with their national ID document. -
Do I need any vaccinations to enter the country?
Sanitary conditions are very good. There are no major health issues so no special vaccinations are required to enter the country.
-
What is the climate like in Montevideo?
The climate in Montevideo is temperate and humid (average 17°C), with warm summers and fairly uniform rainfall throughout the year. -
What language do Uruguayans speak?
The language spoken in Uruguay is Spanish and almost everyone in the IT industry speaks English. -
What is the predominant religion?
Uruguay is secular, with absolute religious freedom. The separation of Church and State was established in the 1919 Constitution. The main religion is Catholicism at 47.1% of the population. -
Money and Safety tips?
Credit cards are widely accepted in most hotels, restaurants and shops. ATMs are also available and are in the street. Even though Montevideo is quite safe for tourists, street crime like bag snatching and pick-pocketing occurs, please pay particular attention to your belongings. Try to keep away from isolated or poorly lit areas at night and avoid walking downtown or in the port area alone.