Archives
-
Visual Studio 2012 Update 1 Now Available!
http://blogs.msdn.com/b/somasegar/archive/2012/11/26/visual-studio-2012-update-1-now-available.aspx
-
We are currently recruiting Junior and Semi-Sr. positions for our Mexican subsidiary
We are currently recruiting Junior and Semi-Sr. positions for our Mexican subsidiary.
-
Webcast MSDN Latam: Construyendo interfaces de usuario para Windows 8 Reloaded
Join me in this new WebCast about Windows 8.
-
ALM Rangers Guidance: Team Foundation Server Process Template Customization Guidance
Cool process template guidance customization by ALM Rangers Team. Check this out on Codeplex.
-
WebCast MSDN: Desarrollo de Aplicaciones Modernas con Calidad
Join me in this WebCast for Latam tomorrow.
-
Windows 8, Azure ACS and TFS Preview Part I
TFS Preview is another flavor of famous Developer Collaboration Solution of Microsoft on Azure (still in preview).
-
WinRT WebView and Cookies
Turns out that WebView Control in WinRT is much more limited than it’s counterpart in WPF/Silverlight.
-
Database Unit Testing Not Supported in VS2012
If you are migrating solutions/projects to VS2012, beware that DB Unit Testing are no longer supported.
-
Quiero ser líder..
Pienso y creo que una de las profesiones más nobles y respetables que existen son las ingenierías o especialidades técnicas. Al igual que un músico, un pintor, un artesano o un artista, utilizamos nuestras ideas y pensamientos para resolver problemas, crear modelos de soluciones, estudiar la complejidad de la naturaleza e intentar simplificarla de alguna manera en nuestra mente.
-
Credentials Problem with TFS Preview Service
I’ve came across this issue when using more than one Live accounts to login to TFS Preview.
-
Great CodedUI and Testing Guidance from ALM Rangers Team
Download it from codeplex.
-
MVP!
Thanks to Microsoft for this amazing award!
-
MSDN WebCast: Developer Collaboration with Team Foundation Server 2012
Register here.
-
Webcast MSDN Latam: Team Foundation Server 2012 Para Todos
Join me in this interesting WebCast next august 29th.
-
Azure SMTP Server: Receiving Emails in Azure Storage
Here is a very very simple implementation of an SMTP Server for Windows Azure. This sample saves E-mails to storage.
-
Lucene and .NET Part I
I’ve playing around with Lucene.NET and trying to get a feeling of what was required to develop and implement a full business application using it.
-
Webcast MSDN Latam: Knockout JS: Ayudamos a construir interfaces dinámicas de JavaScript con MVVM y ASP.NET
Register here.
-
WebCast MSDN: Visual Studio Architecture Tools
See your there next Monday 4th.
-
WCF: HSM Modules and Signing of WCF Messages
I had recently have to implement a solution where RSA keys used to sign WCF messages where stored externally (not in Windows Certificate Store).
-
WebCast MSDN: Herramientas de Arquitectura 2 (VS2010 - Architecture Tools)
Register here.
-
WebCast MSDN: Herramientas de Arquitectura (VS2010 - Architecture Tools)
Hope to see you there next Monday (23th). Register here.
-
WebCast MSDN: APis en la Web de WCF: "Hay una URI para eso"
Join me in this interesting WebCast I will be presenting. Register here.
-
WebCast MSDN: Cómo desarrollar aplicaciones para iPhone e iPad que aprovechan Windows Azure
Join me in this interesting WebCast I will be presenting. Register here.
-
TFS: Work Items values from External Databases
A common question in TFS forums is how to populate list items from external sources in Work Items.
-
WebCast MSDN: Introducción a Páginas Web con ASP.NET y Razor Syntax
Hope to have you with us in this event (next 20th March). Register here.
-
ASP.NET Custom Method Cache
This is an experiment to caché results from static classes in an ASP.NET MVC project.
-
Visual Studio Code Metrics Cyclomatic Complexity & LINQ
Check about Cyclomatic Complexity.
-
Scrum Daily Work Evidence in TFS – End of Day Evidence (Part II)
For Part I: refer to this Post.
-
Visual Studio Code Metrics & Refactoring
“Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.” Martin Fowler
-
Scrum Daily Work Evidence in TFS – End of Day Evidence
A good Agile practice that I’ve personally tested is registering our daily work evidence using images. Source code images, screen images of our application, database tables, etc. Anything that could give other people a quick hint about our work.
-
VS2010 - Herramientas de Arquitectura (VS2010 - Architecture Tools) Screencast
Hope to see you there next Tuesday (28th). Register here https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032506180&culture=en-us.
-
CodedUI: Close Dialogs and Windows
UI automation could be a very very complex procedure. Several things could change between different executions, controls could be moved or renamed, etc.